Skip to content

Commit

Permalink
Bump @types/react to ^19.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 9b791d0 commit 7160e5e
Show file tree
Hide file tree
Showing 10 changed files with 285 additions and 285 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@types/babel__core": "^7.20.5",
"@types/doctrine": "0.0.9",
"@types/json-schema": "7.0.15",
"@types/react": "^19.0.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/react-is": "^19.0.0",
"@types/react-swipeable-views": "^0.13.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@mui/material": "6.3.1",
"@types/invariant": "2.2.37",
"@types/prop-types": "15.7.14",
"@types/react": "^19.0.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/sinon": "^17.0.3",
"@vitest/browser": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/react": "^19.0.0",
"@types/react": "^19.0.7",
"react": "^19.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/cookie": "0.6.0",
"@types/express": "5.0.0",
"@types/invariant": "2.2.37",
"@types/react": "^19.0.0",
"@types/react": "^19.0.7",
"@types/react-is": "^19.0.0"
},
"peerDependencies": {
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 @@ -162,7 +162,7 @@
"@types/lodash-es": "4.17.12",
"@types/node-fetch": "2.6.12",
"@types/pg": "8.11.10",
"@types/react": "^19.0.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/react-is": "^19.0.0",
"@types/semver": "7.5.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@types/express": "5.0.0",
"@types/invariant": "2.2.37",
"@types/react": "^19.0.0",
"@types/react": "^19.0.7",
"@types/react-is": "^19.0.0",
"@types/title": "3.4.3",
"vitest": "2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mui/material": "6.3.1",
"@mui/material-nextjs": "6.3.1",
"@toolpad/core": "workspace:*",
"@types/react": "^19.0.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"eslint-config-next": "15.1.4",
"next": "15.1.4",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@mui/material-nextjs": "6.3.1",
"@toolpad/core": "workspace:*",
"@types/node": "^20.17.12",
"@types/react": "^19.0.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"eslint-config-next": "15.1.4",
"next": "15.1.4",
Expand Down
2 changes: 1 addition & 1 deletion playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mui/icons-material": "6.3.1",
"@mui/material": "6.3.1",
"@toolpad/core": "workspace:*",
"@types/react": "^19.0.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "4.3.4",
"react": "^19.0.0",
Expand Down
552 changes: 276 additions & 276 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 7160e5e

Please sign in to comment.