Skip to content

Commit af55548

Browse files
Bump @types/react to ^19.1.10 (#46763)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 785f26a commit af55548

File tree

20 files changed

+285
-285
lines changed

20 files changed

+285
-285
lines changed

apps/bare-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@pigment-css/nextjs-plugin": "0.0.30",
2626
"@types/node": "^20.19.11",
27-
"@types/react": "^19.1.9",
27+
"@types/react": "^19.1.10",
2828
"@types/react-dom": "^19.1.7",
2929
"eslint": "^9.33.0",
3030
"typescript": "^5.9.2"

apps/pigment-css-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@pigment-css/nextjs-plugin": "0.0.30",
2525
"@types/node": "^20.19.11",
26-
"@types/react": "^19.1.9",
26+
"@types/react": "^19.1.10",
2727
"@types/react-dom": "^19.1.7",
2828
"eslint": "^9.33.0",
2929
"typescript": "^5.9.2"

apps/pigment-css-vite-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/preset-typescript": "^7.27.1",
2929
"@pigment-css/vite-plugin": "0.0.30",
3030
"@testing-library/react": "^16.3.0",
31-
"@types/react": "^19.1.9",
31+
"@types/react": "^19.1.10",
3232
"@types/react-dom": "^19.1.7",
3333
"@types/webfontloader": "^1.6.38",
3434
"@vitejs/plugin-react": "^4.7.0",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@types/node": "^20.19.11",
123123
"@types/nprogress": "^0.2.3",
124124
"@types/prop-types": "^15.7.15",
125-
"@types/react": "^19.1.9",
125+
"@types/react": "^19.1.10",
126126
"@types/react-dom": "^19.1.7",
127127
"@types/react-swipeable-views": "^0.13.6",
128128
"@types/react-transition-group": "^4.4.12",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"@types/lodash": "^4.17.20",
135135
"@types/mocha": "^10.0.10",
136136
"@types/node": "^20.19.11",
137-
"@types/react": "^19.1.9",
137+
"@types/react": "^19.1.10",
138138
"@types/yargs": "^17.0.33",
139139
"@vitejs/plugin-react": "^4.7.0",
140140
"@vitest/browser": "^3.2.4",

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/doctrine": "^0.0.9",
4747
"@types/lodash": "^4.17.20",
4848
"@types/node": "^20.19.11",
49-
"@types/react": "^19.1.9",
49+
"@types/react": "^19.1.10",
5050
"@types/uuid": "^10.0.0",
5151
"chai": "^4.5.0",
5252
"fast-glob": "^3.3.3",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/chai-dom": "^1.11.3",
6060
"@types/format-util": "^1.0.4",
6161
"@types/prop-types": "^15.7.15",
62-
"@types/react": "^19.1.9",
62+
"@types/react": "^19.1.10",
6363
"@types/react-dom": "^19.1.7",
6464
"@types/sinon": "^17.0.4",
6565
"typescript": "^5.9.2"

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/gtag.js": "^0.0.20",
4343
"@types/node": "^20.19.11",
4444
"@types/prop-types": "^15.7.15",
45-
"@types/react": "^19.1.9",
45+
"@types/react": "^19.1.10",
4646
"next": "^15.4.6",
4747
"react": "^19.1.1"
4848
},

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@mui/internal-waterfall": "workspace:^",
5151
"@mui/material": "workspace:^",
5252
"@types/chai": "^4.3.20",
53-
"@types/react": "^19.1.9",
53+
"@types/react": "^19.1.10",
5454
"chai": "^4.5.0",
5555
"chalk": "^5.5.0",
5656
"cross-fetch": "^4.1.0",

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@mui/material": "workspace:^",
4949
"@types/chai": "^4.3.20",
5050
"@types/prop-types": "^15.7.15",
51-
"@types/react": "^19.1.9",
51+
"@types/react": "^19.1.10",
5252
"@types/react-dom": "^19.1.7",
5353
"@types/sinon": "^17.0.4",
5454
"chai": "^4.5.0",

0 commit comments

Comments
 (0)