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 Nov 28, 2024
1 parent 2ac0eaa commit cbeba47
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.11.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.20241127.0",
"@types/node": "22.8.1",
"@types/node": "22.10.1",
"eslint": "9.15.0",
"typescript": "5.6.3",
"wrangler": "3.87.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.36.4"
},
"devDependencies": {
"@types/node": "22.8.1",
"@types/node": "22.10.1",
"drizzle-kit": "0.28.1",
"eslint": "9.15.0",
"typescript": "5.6.3",
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.15.0",
"typescript": "5.6.3"
}
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 cbeba47

Please sign in to comment.