Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 20, 2024
1 parent da151ae commit d6cd527
Show file tree
Hide file tree
Showing 5 changed files with 635 additions and 498 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@angular/router": "^16.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.13.1"
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
Expand All @@ -45,7 +45,7 @@
"ng-packagr": "^16.0.0",
"nx": "^16.0.0",
"sass": "^1.43.5",
"typescript": "~5.1.0",
"typescript": "~5.6.0",
"workbox-build": "^7.0.0"
},
"workspaces": [
Expand Down
16 changes: 8 additions & 8 deletions packages/react-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,28 +52,28 @@
},
"dependencies": {
"@cdssnc/gcds-components": "^0.26.1",
"@stencil/core": "4.19.2",
"@stencil/core": "4.21.0",
"element-internals-polyfill": "^1.3.10",
"linkedom": "^0.16.1",
"linkedom": "^0.18.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/parser": "^7.23.0",
"@smartive/eslint-config": "4.0.1",
"@smartive/prettier-config": "3.1.2",
"@types/node": "18.18.11",
"@types/node": "18.19.50",
"copyfiles": "2.4.1",
"del-cli": "5.1.0",
"esbuild": "0.19.7",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"esbuild": "0.23.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"get-tsconfig": "^4.7.5",
"make-dir-cli": "3.1.0",
"prettier": "3.1.0",
"replace-in-file": "^8.0.0",
"tsx": "4.11.0",
"typescript": "~5.1.0"
"tsx": "4.19.1",
"typescript": "~5.6.0"
},
"nx": {
"targets": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/react-dom": "^18.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "~5.1.0"
"typescript": "~5.6.0"
},
"license": "MIT"
}
Loading

0 comments on commit d6cd527

Please sign in to comment.