Skip to content

Commit

Permalink
Bump @types/node to ^20.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent c5ae6f6 commit 9b7a40b
Show file tree
Hide file tree
Showing 13 changed files with 113 additions and 113 deletions.
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-pages-nextauth-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-themed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion examples/core/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion examples/studio/with-prisma-data-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/qrcode": "^1.5.5",
"prisma": "^5.16.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/studio/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/qrcode": "^1.5.5",
"prisma": "^5.16.1",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/fs-extra": "11.0.4",
"@types/gtag.js": "0.0.20",
"@types/invariant": "2.2.37",
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand Down Expand Up @@ -135,7 +135,7 @@
},
"resolutions": {
"google-auth-library": "*",
"@types/node": "^20.17.6"
"@types/node": "^20.17.9"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/create-toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/inquirer": "9.0.7",
"@types/invariant": "2.2.37",
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/semver": "7.5.8",
"@types/tar": "6.1.13",
"@types/yargs": "17.0.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@toolpad/utils": "workspace:*",
"@types/cors": "2.8.17",
"@types/json-schema": "7.0.15",
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/react-dev-utils": "9.0.15",
"@vitejs/plugin-react": "4.3.3",
"@webcontainer/env": "1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mui/material": "6.1.8",
"@mui/material-nextjs": "6.1.8",
"@toolpad/core": "workspace:*",
"@types/node": "^20.17.6",
"@types/node": "^20.17.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint-config-next": "15.0.3",
Expand Down
Loading

0 comments on commit 9b7a40b

Please sign in to comment.