Skip to content

Commit

Permalink
deps: update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 7805a74 commit 618d0f6
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
22.12.0
2 changes: 1 addition & 1 deletion apps/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241205.0",
"@types/node": "22.8.1",
"@types/node": "22.10.1",
"eslint": "9.16.0",
"typescript": "5.7.2",
"wrangler": "3.91.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@praha/eslint-config-next": "4.0.0",
"@praha/eslint-config-react": "4.0.0",
"@tsconfig/next": "2.0.3",
"@types/node": "20.17.9",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vanilla-extract/next-plugin": "2.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"drizzle-orm": "0.37.0"
},
"devDependencies": {
"@types/node": "22.8.1",
"@types/node": "22.10.1",
"drizzle-kit": "0.29.1",
"eslint": "9.16.0",
"typescript": "5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"valibot": "0.42.1"
},
"devDependencies": {
"@types/node": "22.8.1",
"@types/node": "22.10.1",
"eslint": "9.16.0",
"typescript": "5.7.2"
}
Expand Down
107 changes: 50 additions & 57 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 618d0f6

Please sign in to comment.