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 Jan 1, 2025
1 parent 941341c commit 4893b61
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^22.10.3",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^22.10.3",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^22.10.3",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^22.10.3",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^22.10.3",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^22.10.3",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^22.10.3",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"typescript": "^5.5.4"
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

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

0 comments on commit 4893b61

Please sign in to comment.