Skip to content

Commit

Permalink
build(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 6effad2 commit 82cf374
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@adonisjs/tsconfig": "1.4.0",
"@simplewebauthn/types": "10.0.0",
"@swc/core": "1.10.9",
"@types/node": "20.17.14",
"@types/node": "22.10.9",
"@types/pg": "8.11.10",
"@types/ws": "^8",
"dotenv": "16.4.7",
Expand All @@ -77,7 +77,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "20.x"
"node": "22.x"
},
"hotHook": {
"boundaries": [
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@trpc/client": "11.0.0-rc.630",
"@trpc/next": "11.0.0-rc.630",
"@trpc/react-query": "11.0.0-rc.630",
"@types/node": "20.17.14",
"@types/node": "22.10.9",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vercel/speed-insights": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "20.x"
"node": "22.x"
},
"trustedDependencies": [
"@biomejs/biome"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ __metadata:
"@simplewebauthn/types": "npm:10.0.0"
"@swc/core": "npm:1.10.9"
"@trpc/server": "npm:11.0.0-rc.630"
"@types/node": "npm:20.17.14"
"@types/node": "npm:22.10.9"
"@types/pg": "npm:8.11.10"
"@types/ws": "npm:^8"
"@vinejs/vine": "npm:2.1.0"
Expand Down Expand Up @@ -1554,7 +1554,7 @@ __metadata:
"@trpc/client": "npm:11.0.0-rc.630"
"@trpc/next": "npm:11.0.0-rc.630"
"@trpc/react-query": "npm:11.0.0-rc.630"
"@types/node": "npm:20.17.14"
"@types/node": "npm:22.10.9"
"@types/react": "npm:18.3.18"
"@types/react-dom": "npm:18.3.5"
"@vercel/speed-insights": "npm:1.1.0"
Expand Down Expand Up @@ -4582,12 +4582,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.17.14":
version: 20.17.14
resolution: "@types/node@npm:20.17.14"
"@types/node@npm:22.10.9":
version: 22.10.9
resolution: "@types/node@npm:22.10.9"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/2af0722989c677416dec4d9bc37e262a9724e090e5ce021a976e4ab12d4fa26aecbb00dddc8114d0fbf4a6552f12ace0ec98156247a20bf4d57809b7ce90ea5a
undici-types: "npm:~6.20.0"
checksum: 10c0/ed2d7b2cf20ce520e04711eab48e9cd7d6a835d2859fbdc5d9a8c5e00a97c1f872a409f789783c473062b29beaf1cddf4b1c7ad03ae3fe433b072b7cf9fff741
languageName: node
linkType: hard

Expand Down Expand Up @@ -12250,10 +12250,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.6
resolution: "undici-types@npm:6.19.6"
checksum: 10c0/9b2264c5700e7169c6c62c643aac56cd8984c5fd7e18ed31ff11780260e137f6340dee8317a2e6e0ae3c49f5e5ef6fa577ea07193cbaa535265cba76a267cae9
"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
languageName: node
linkType: hard

Expand Down

0 comments on commit 82cf374

Please sign in to comment.