Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent d8bacfe commit 641c684
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 64 deletions.
112 changes: 56 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@cubos/eslint-config": "^2.2.0",
"lerna": "^8.0.0",
"patch-package": "^8.0.0",
"sherif": "^0.5.0"
"sherif": "^0.6.0"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/antlr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"devDependencies": {
"antlr4ts-cli": "^0.5.0-alpha.4",
"typescript": "~5.2.0"
"typescript": "~5.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"assert": "^2.0.0",
"file-saver": "^2.0.5",
"firebase": "^10.0.0",
"monaco-editor": "^0.44.0",
"monaco-editor": "^0.45.0",
"ng-keyboard-shortcuts": "^13.0.8",
"ngx-build-plus": "^16.0.0",
"ngx-google-analytics": "^14.0.1",
Expand All @@ -80,6 +80,6 @@
"angular-cli-ghpages": "^1.0.6",
"eslint": "^8.46.0",
"ts-node": "^10.9.1",
"typescript": "~5.2.0"
"typescript": "~5.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"antlr4ts": "^0.5.0-alpha.4"
},
"devDependencies": {
"typescript": "~5.2.0"
"typescript": "~5.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"readdirp": "^3.6.0",
"rimraf": "^5.0.1",
"slugify": "^1.6.6",
"typescript": "~5.2.0"
"typescript": "~5.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"rxjs": "~7.8.1"
},
"devDependencies": {
"typescript": "~5.2.0"
"typescript": "~5.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"antlr4ts": "^0.5.0-alpha.4"
},
"devDependencies": {
"typescript": "~5.2.0"
"typescript": "~5.3.0"
}
}

0 comments on commit 641c684

Please sign in to comment.