Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 8fde367 commit 8091dfa
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/node": "20.17.2",
"@types/node": "22.9.0",
"jest": "29.7.0",
"ts-jest": "29.2.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/create-flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/node": "20.17.2",
"@types/node": "22.9.0",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
Expand All @@ -34,7 +34,7 @@
"templates/"
],
"engines": {
"node": "20.18.0"
"node": "22.11.0"
},
"version": "0.0.1"
}
2 changes: 1 addition & 1 deletion playground/child-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tsconfig-paths": "4.2.0"
},
"devDependencies": {
"@types/node": "20.17.2",
"@types/node": "22.9.0",
"fastify-flux-cli": "3.2.0",
"typescript": "5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "20.17.2",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"axios": "1.7.7",
Expand Down
2 changes: 1 addition & 1 deletion playground/template-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "20.17.2",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"axios": "1.7.7",
Expand Down
Loading

0 comments on commit 8091dfa

Please sign in to comment.