Skip to content

Commit eafaad1

Browse files
Bump @types/react to v18.2.38 (#39998)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a672bd5 commit eafaad1

File tree

22 files changed

+26
-26
lines changed

22 files changed

+26
-26
lines changed

apps/zero-runtime-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@mui/zero-tag-processor": "file:../../packages/zero-tag-processor/build",
2222
"@mui/zero-next-plugin": "file:../../packages/zero-next-plugin/build",
2323
"@types/node": "20.5.7",
24-
"@types/react": "18.2.37",
24+
"@types/react": "18.2.38",
2525
"@types/react-dom": "18.2.17",
2626
"typescript": "5.1.6"
2727
},

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@types/markdown-to-jsx": "^7.0.1",
127127
"@types/node": "^18.18.10",
128128
"@types/prop-types": "^15.7.11",
129-
"@types/react": "^18.2.37",
129+
"@types/react": "^18.2.38",
130130
"@types/react-dom": "^18.2.17",
131131
"@types/react-swipeable-views": "^0.13.5",
132132
"@types/react-swipeable-views-utils": "^0.13.7",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@types/mocha": "^10.0.6",
102102
"@types/node": "^18.18.10",
103103
"@types/prettier": "^2.7.3",
104-
"@types/react": "^18.2.37",
104+
"@types/react": "^18.2.38",
105105
"@types/yargs": "^17.0.32",
106106
"@typescript-eslint/eslint-plugin": "^6.8.0",
107107
"@typescript-eslint/parser": "^6.8.0",
@@ -190,7 +190,7 @@
190190
"**/@definitelytyped/typescript-versions": "^0.0.181",
191191
"**/@definitelytyped/utils": "^0.0.187",
192192
"**/@types/node": "^18.18.10",
193-
"**/@types/react": "^18.2.37",
193+
"**/@types/react": "^18.2.38",
194194
"**/cross-fetch": "^4.0.0"
195195
},
196196
"nyc": {

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@testing-library/user-event": "^14.5.1",
5757
"@types/chai": "^4.3.11",
5858
"@types/prop-types": "^15.7.11",
59-
"@types/react": "18.2.37",
59+
"@types/react": "18.2.38",
6060
"@types/react-dom": "18.2.17",
6161
"@types/sinon": "^10.0.20",
6262
"chai": "^4.3.10",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prop-types": "^15.8.1"
4242
},
4343
"devDependencies": {
44-
"@types/react": "^18.2.37",
44+
"@types/react": "^18.2.38",
4545
"react": "^18.2.0"
4646
},
4747
"peerDependencies": {

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@mui/internal-waterfall": "^1.0.0",
5353
"@types/chai": "^4.3.11",
54-
"@types/react": "^18.2.37",
54+
"@types/react": "^18.2.38",
5555
"chai": "^4.3.10",
5656
"chalk": "^5.3.0",
5757
"cross-fetch": "^4.0.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": "^5.14.18",
5353
"@types/chai": "^4.3.11",
5454
"@types/prop-types": "^15.7.11",
55-
"@types/react": "^18.2.37",
55+
"@types/react": "^18.2.38",
5656
"@types/react-dom": "^18.2.17",
5757
"@types/sinon": "^10.0.20",
5858
"chai": "^4.3.10",

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-internal/test-utils": "^1.0.0",
5454
"@types/chai": "^4.3.11",
5555
"@types/prop-types": "^15.7.11",
56-
"@types/react": "^18.2.37",
56+
"@types/react": "^18.2.38",
5757
"@types/react-dom": "^18.2.17",
5858
"@types/sinon": "^10.0.20",
5959
"chai": "^4.3.10",

packages/mui-material-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@testing-library/user-event": "^14.5.1",
5757
"@types/chai": "^4.3.11",
5858
"@types/prop-types": "^15.7.11",
59-
"@types/react": "^18.2.37",
59+
"@types/react": "^18.2.38",
6060
"@types/react-dom": "^18.2.17",
6161
"@types/sinon": "^10.0.20",
6262
"chai": "^4.3.10",

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@testing-library/user-event": "^14.5.1",
6767
"@types/chai": "^4.3.11",
6868
"@types/prop-types": "^15.7.11",
69-
"@types/react": "^18.2.37",
69+
"@types/react": "^18.2.38",
7070
"@types/react-dom": "^18.2.17",
7171
"@types/sinon": "^10.0.20",
7272
"chai": "^4.3.10",

0 commit comments

Comments
 (0)