Skip to content

Commit 58e2c0f

Browse files
Bump @types/react to ^19.0.6 (#44995)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21b8431 commit 58e2c0f

File tree

23 files changed

+354
-354
lines changed

23 files changed

+354
-354
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@pigment-css/nextjs-plugin": "0.0.29",
2727
"@types/node": "^20.17.12",
28-
"@types/react": "^19.0.2",
28+
"@types/react": "^19.0.6",
2929
"@types/react-dom": "^19.0.2",
3030
"eslint": "^8.57.1",
3131
"typescript": "^5.7.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-react": "^7.26.3",
2929
"@babel/preset-typescript": "^7.26.0",
3030
"@pigment-css/vite-plugin": "0.0.29",
31-
"@types/react": "^19.0.2",
31+
"@types/react": "^19.0.6",
3232
"@types/react-dom": "^19.0.2",
3333
"@types/webfontloader": "^1.6.38",
3434
"@vitejs/plugin-react": "^4.3.4",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@types/json2mq": "^0.2.2",
127127
"@types/node": "^20.17.12",
128128
"@types/prop-types": "^15.7.14",
129-
"@types/react": "^19.0.2",
129+
"@types/react": "^19.0.6",
130130
"@types/react-dom": "^19.0.2",
131131
"@types/react-swipeable-views": "^0.13.6",
132132
"@types/react-transition-group": "^4.4.12",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"@types/lodash": "^4.17.14",
133133
"@types/mocha": "^10.0.10",
134134
"@types/node": "^20.17.12",
135-
"@types/react": "^19.0.2",
135+
"@types/react": "^19.0.6",
136136
"@types/yargs": "^17.0.33",
137137
"@typescript-eslint/eslint-plugin": "^7.18.0",
138138
"@typescript-eslint/parser": "^7.18.0",

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/doctrine": "^0.0.9",
4444
"@types/lodash": "^4.17.14",
4545
"@types/node": "^20.17.12",
46-
"@types/react": "^19.0.2",
46+
"@types/react": "^19.0.6",
4747
"@types/uuid": "^10.0.0",
4848
"chai": "^4.5.0",
4949
"fast-glob": "^3.3.2",

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.14",
62-
"@types/react": "^19.0.2",
62+
"@types/react": "^19.0.6",
6363
"@types/react-dom": "^19.0.2",
6464
"@types/sinon": "^17.0.3",
6565
"typescript": "^5.7.2"

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@testing-library/user-event": "^14.5.2",
5656
"@types/chai": "^4.3.20",
5757
"@types/prop-types": "^15.7.14",
58-
"@types/react": "^19.0.2",
58+
"@types/react": "^19.0.6",
5959
"@types/react-dom": "^19.0.2",
6060
"@types/sinon": "^17.0.3",
6161
"chai": "^4.5.0",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/gtag.js": "^0.0.20",
4848
"@types/node": "^20.17.12",
4949
"@types/prop-types": "^15.7.14",
50-
"@types/react": "^19.0.2",
50+
"@types/react": "^19.0.6",
5151
"next": "^15.1.3",
5252
"react": "^19.0.0"
5353
},

packages/mui-envinfo/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"react-dom": "^19.0.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.0.2"
15+
"@types/react": "^19.0.6"
1616
}
1717
}

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@mui/internal-waterfall": "workspace:^",
5353
"@mui/material": "workspace:^",
5454
"@types/chai": "^4.3.20",
55-
"@types/react": "^19.0.2",
55+
"@types/react": "^19.0.6",
5656
"chai": "^4.5.0",
5757
"chalk": "^5.4.1",
5858
"cross-fetch": "^4.1.0",

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@mui/material": "workspace:^",
5353
"@types/chai": "^4.3.20",
5454
"@types/prop-types": "^15.7.14",
55-
"@types/react": "^19.0.2",
55+
"@types/react": "^19.0.6",
5656
"@types/react-dom": "^19.0.2",
5757
"@types/sinon": "^17.0.3",
5858
"chai": "^4.5.0",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@mui/material": "workspace:*",
5454
"@types/chai": "^4.3.20",
5555
"@types/prop-types": "^15.7.14",
56-
"@types/react": "^19.0.2",
56+
"@types/react": "^19.0.6",
5757
"@types/react-dom": "^19.0.2",
5858
"@types/sinon": "^17.0.3",
5959
"chai": "^4.5.0",

packages/mui-material-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@emotion/cache": "^11.13.5",
4343
"@emotion/react": "^11.13.5",
4444
"@emotion/server": "^11.11.0",
45-
"@types/react": "^19.0.2",
45+
"@types/react": "^19.0.6",
4646
"next": "^15.1.3",
4747
"react": "^19.0.0"
4848
},

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@testing-library/user-event": "^14.5.2",
6060
"@types/chai": "^4.3.20",
6161
"@types/prop-types": "^15.7.14",
62-
"@types/react": "^19.0.2",
62+
"@types/react": "^19.0.6",
6363
"@types/react-dom": "^19.0.2",
6464
"@types/sinon": "^17.0.3",
6565
"chai": "^4.5.0",

packages/mui-private-theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@mui/internal-test-utils": "workspace:^",
4646
"@mui/types": "workspace:^",
4747
"@types/chai": "^4.3.20",
48-
"@types/react": "^19.0.2",
48+
"@types/react": "^19.0.6",
4949
"chai": "^4.5.0",
5050
"react": "^19.0.0"
5151
},

packages/mui-styled-engine-sc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@mui/internal-test-utils": "workspace:^",
4848
"@types/chai": "^4.3.20",
49-
"@types/react": "^19.0.2",
49+
"@types/react": "^19.0.6",
5050
"chai": "^4.5.0",
5151
"react": "^19.0.0",
5252
"styled-components": "^6.1.14"

packages/mui-styled-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@mui/internal-test-utils": "workspace:^",
5151
"@mui/styled-engine": "workspace:*",
5252
"@types/chai": "^4.3.20",
53-
"@types/react": "^19.0.2",
53+
"@types/react": "^19.0.6",
5454
"chai": "^4.5.0",
5555
"react": "^19.0.0"
5656
},

packages/mui-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@mui/internal-test-utils": "workspace:^",
6060
"@mui/material": "workspace:^",
6161
"@types/chai": "^4.3.20",
62-
"@types/react": "^19.0.2",
62+
"@types/react": "^19.0.6",
6363
"@types/react-dom": "^19.0.2",
6464
"@types/sinon": "^17.0.3",
6565
"chai": "^4.5.0",

packages/mui-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@mui/system": "workspace:*",
5656
"@types/chai": "^4.3.20",
5757
"@types/prop-types": "^15.7.14",
58-
"@types/react": "^19.0.2",
58+
"@types/react": "^19.0.6",
5959
"@types/sinon": "^17.0.3",
6060
"chai": "^4.5.0",
6161
"fast-glob": "^3.3.2",

packages/mui-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@mui/types": "workspace:*",
43-
"@types/react": "^19.0.2"
43+
"@types/react": "^19.0.6"
4444
},
4545
"peerDependencies": {
4646
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"

packages/mui-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/chai": "^4.3.20",
5252
"@types/mocha": "^10.0.10",
5353
"@types/node": "^20.17.12",
54-
"@types/react": "^19.0.2",
54+
"@types/react": "^19.0.6",
5555
"@types/react-dom": "^19.0.2",
5656
"@types/react-is": "^19.0.0",
5757
"@types/sinon": "^17.0.3",

0 commit comments

Comments
 (0)