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 26, 2024
1 parent c417ce1 commit a2ab275
Show file tree
Hide file tree
Showing 11 changed files with 137 additions and 154 deletions.
16 changes: 8 additions & 8 deletions apps/getting-started-nextjs/package-lock.json

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

2 changes: 1 addition & 1 deletion apps/getting-started-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.17.8",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@xata.io/client": "^0.30.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/getting-started-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"autoprefixer": "^10.4.15",
"nuxt": "^3.6.5",
"postcss": "^8.4.28",
Expand Down
2 changes: 1 addition & 1 deletion apps/getting-started-solidstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"solid-start": "^0.3.10"
},
"engines": {
"node": "20"
"node": "22"
}
}
2 changes: 1 addition & 1 deletion apps/sample-chatgpt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"zod": "^3.20.2"
},
"devDependencies": {
"@types/node": "20.17.8",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-next-auth-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@next-auth/xata-adapter": "latest",
"@next/font": "13.5.7",
"@types/node": "20.17.8",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@xata.io/client": "latest",
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-next-auth-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@next-auth/xata-adapter": "latest",
"@next/font": "13.5.7",
"@types/node": "20.17.8",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@xata.io/client": "latest",
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-nextjs-basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/node": "20.17.8",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/sample-nextjs-upload-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^22.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"@types/node": "20.17.8",
"@types/node": "22.10.0",
"prettier": "2.8.8",
"turbo": "1.13.4",
"typescript": "5.7.2"
},
"volta": {
"node": "20.18.1"
"node": "22.11.0"
}
}
Loading

0 comments on commit a2ab275

Please sign in to comment.