Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent d2b65ba commit ae69fd1
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 253 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@web-types/lit": "2.0.0-3"
},
"engines": {
"node": "18",
"node": "20",
"pnpm": "8"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@swisspost/design-system-components": "workspace:7.0.0"
},
"devDependencies": {
"@types/node": "18.19.28",
"@types/node": "20.12.7",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@typescript-eslint/eslint-plugin": "6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.11",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"bootstrap": "5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.20.1
nodejs 20.12.2
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@tsconfig/node18": "18.2.4",
"@types/jest": "29.5.12",
"@types/mock-fs": "4.13.4",
"@types/node": "18.19.28",
"@types/node": "20.12.7",
"@types/node-fetch": "2.6.11",
"dotenv": "16.4.5",
"http-server": "14.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/iframe-resizer": "3.5.13",
"@types/jest": "29.5.12",
"@types/jquery": "3.5.29",
"@types/node": "18.19.28",
"@types/node": "20.12.7",
"@types/throttle-debounce": "5.0.2",
"babel-loader": "9.1.3",
"bootstrap": "5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@angular/cli": "17.3.3",
"@angular/compiler-cli": "17.3.3",
"@types/jasmine": "5.1.4",
"@types/node": "18.19.28",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "4.9.5"
},
"devDependencies": {
"@types/node": "16.18.93",
"@types/node": "20.12.7",
"copyfiles": "2.4.1",
"rimraf": "5.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@swisspost/design-system-icons": "workspace:7.0.0",
"@types/node": "18.19.28",
"@types/node": "20.12.7",
"autoprefixer": "10.4.19",
"copyfiles": "2.4.1",
"glob": "10.3.12",
Expand Down
Loading

0 comments on commit ae69fd1

Please sign in to comment.