Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 7489620 commit 2be7df5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22.12.0
2 changes: 1 addition & 1 deletion demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-operations": "^2.5.13",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^18.0.0",
"@types/node": "^22.10.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router": "^5.1.20",
Expand Down
2 changes: 1 addition & 1 deletion demo/admin/server/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 demo/admin/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"helmet": "^7.2.0"
},
"engines": {
"node": "18"
"node": "22.12.0"
}
}
2 changes: 1 addition & 1 deletion demo/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/cookie-parser": "^1.4.8",
"@types/express": "^4.17.21",
"@types/jest": "^27.5.2",
"@types/node": "^18.0.6",
"@types/node": "^22.10.2",
"@types/node-fetch": "^2.6.12",
"@types/uuid": "^8.3.4",
"eslint": "^8.19.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/campaign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@graphql-codegen/typescript-operations": "^2.5.13",
"@types/draft-js": "^0.11.18",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.0.0",
"@types/node": "^22.10.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.34",
Expand Down
2 changes: 1 addition & 1 deletion demo/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@graphql-codegen/typescript-operations": "^2.5.13",
"@types/draft-js": "^0.11.18",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.0.0",
"@types/node": "^22.10.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.34",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@comet/dev-process-manager": "^2.7.0",
"@changesets/cli": "^2.27.10",
"@formatjs/cli": "^4.8.4",
"@types/node": "^18.0.0",
"@types/node": "^22.10.2",
"dotenv-cli": "^6.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.5.0",
Expand Down

0 comments on commit 2be7df5

Please sign in to comment.