Skip to content

Commit

Permalink
ci(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent d52c3cf commit 92098fe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion server/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion server/apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@swc/core": "1.9.3",
"@tsconfig/node20": "20.1.4",
"@types/node": "20.17.8",
"@types/node": "22.10.0",
"@types/supertest": "6.0.2",
"bower": "1.8.14",
"node-mocks-http": "1.16.1",
Expand Down
2 changes: 1 addition & 1 deletion server/apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@formatjs/intl-numberformat": "8.14.5",
"@tanstack/react-query": "5.61.3",
"@types/node": "20.17.8",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"bootstrap": "5.3.3",
Expand Down
18 changes: 9 additions & 9 deletions server/package-lock.json

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

0 comments on commit 92098fe

Please sign in to comment.