Skip to content

Commit

Permalink
fix(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 2099bcd commit aa349ed
Show file tree
Hide file tree
Showing 6 changed files with 705 additions and 517 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ng-packagr": "^19.0.1",
"nx": "^16.0.0",
"sass": "^1.43.5",
"typescript": "~5.6.3",
"typescript": "~5.7.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.30.0",
"@stencil/core": "4.19.2",
"@stencil/core": "4.23.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.68",
"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.24.0",
"eslint": "8.57.1",
"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.2",
"typescript": "~5.7.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.7.0"
},
"license": "MIT"
}
Loading

0 comments on commit aa349ed

Please sign in to comment.