Skip to content

Commit 5f161c8

Browse files
Bump @types/react to ^19.1.5
1 parent 87b7e8d commit 5f161c8

File tree

10 files changed

+353
-353
lines changed

10 files changed

+353
-353
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@types/babel__core": "^7.20.5",
9999
"@types/doctrine": "0.0.9",
100100
"@types/json-schema": "7.0.15",
101-
"@types/react": "^19.1.2",
101+
"@types/react": "^19.1.5",
102102
"@types/react-dom": "^19.1.3",
103103
"@types/react-is": "^19.0.0",
104104
"@types/react-swipeable-views": "^0.13.6",

packages/toolpad-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@mui/x-data-grid-pro": "^8.3.1",
6464
"@types/invariant": "2.2.37",
6565
"@types/prop-types": "15.7.14",
66-
"@types/react": "^19.1.2",
66+
"@types/react": "^19.1.5",
6767
"@types/react-dom": "^19.1.3",
6868
"@types/sinon": "^17.0.4",
6969
"@vitest/browser": "2.1.9",

packages/toolpad-studio-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"@types/invariant": "2.2.37",
62-
"@types/react": "^19.1.2",
62+
"@types/react": "^19.1.5",
6363
"react": "^19.1.0"
6464
},
6565
"peerDependencies": {

packages/toolpad-studio-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/cookie": "0.6.0",
6161
"@types/express": "5.0.1",
6262
"@types/invariant": "2.2.37",
63-
"@types/react": "^19.1.2",
63+
"@types/react": "^19.1.5",
6464
"@types/react-is": "^19.0.0"
6565
},
6666
"peerDependencies": {

packages/toolpad-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"@types/lodash-es": "4.17.12",
163163
"@types/node-fetch": "2.6.12",
164164
"@types/pg": "8.15.0",
165-
"@types/react": "^19.1.2",
165+
"@types/react": "^19.1.5",
166166
"@types/react-dom": "^19.1.3",
167167
"@types/react-is": "^19.0.0",
168168
"@types/semver": "7.7.0",

packages/toolpad-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@types/express": "5.0.1",
5050
"@types/invariant": "2.2.37",
51-
"@types/react": "^19.1.2",
51+
"@types/react": "^19.1.5",
5252
"@types/react-is": "^19.0.0",
5353
"@types/title": "3.4.3",
5454
"vitest": "2.1.9"

playground/nextjs-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@mui/x-data-grid": "^8.3.1",
1616
"@mui/x-date-pickers": "^8.3.1",
1717
"@toolpad/core": "workspace:*",
18-
"@types/react": "^19.1.2",
18+
"@types/react": "^19.1.5",
1919
"@types/react-dom": "^19.1.3",
2020
"eslint-config-next": "15.3.2",
2121
"next": "^15.3.2",

playground/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@mui/x-date-pickers": "^8.3.1",
1717
"@toolpad/core": "workspace:*",
1818
"@types/node": "^20.17.32",
19-
"@types/react": "^19.1.2",
19+
"@types/react": "^19.1.5",
2020
"@types/react-dom": "^19.1.3",
2121
"eslint-config-next": "15.3.2",
2222
"next": "^15.3.2",

playground/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@mui/x-data-grid": "^8.3.1",
1616
"@mui/x-date-pickers": "^8.3.1",
1717
"@toolpad/core": "workspace:*",
18-
"@types/react": "^19.1.2",
18+
"@types/react": "^19.1.5",
1919
"@types/react-dom": "^19.1.3",
2020
"@vitejs/plugin-react": "4.4.1",
2121
"react": "^19.1.0",

pnpm-lock.yaml

Lines changed: 344 additions & 344 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)