Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent f3840de commit ac41838
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/node": "^22.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"next": "^13.4 || ^14.0.0 || ^15.0.0"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"eslint-config-custom": "workspace:*",
"next": "^14.2.5",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@fuma-comment/server": "workspace:*",
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"dotenv-cli": "^7.4.2",
"eslint-config-custom": "workspace:*",
"prisma": "^5.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@fuma-comment/server": "workspace:^",
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"concurrently": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"eslint-config-custom": "workspace:*",
"express": "^4.19.2",
"tsconfig": "workspace:*",
Expand Down
88 changes: 44 additions & 44 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 ac41838

Please sign in to comment.