Skip to content

Commit c67a6af

Browse files
Bump @types/react-dom to v18.2.17 (#39999)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68f87e1 commit c67a6af

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@mui/zero-next-plugin": "file:../../packages/zero-next-plugin/build",
2323
"@types/node": "20.5.7",
2424
"@types/react": "18.2.37",
25-
"@types/react-dom": "18.2.15",
25+
"@types/react-dom": "18.2.17",
2626
"typescript": "5.1.6"
2727
},
2828
"resolutions": {

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"@types/node": "^18.18.10",
128128
"@types/prop-types": "^15.7.10",
129129
"@types/react": "^18.2.37",
130-
"@types/react-dom": "^18.2.15",
130+
"@types/react-dom": "^18.2.17",
131131
"@types/react-swipeable-views": "^0.13.5",
132132
"@types/react-swipeable-views-utils": "^0.13.7",
133133
"@types/react-transition-group": "^4.4.9",

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/chai": "^4.3.11",
5858
"@types/prop-types": "^15.7.10",
5959
"@types/react": "18.2.37",
60-
"@types/react-dom": "18.2.15",
60+
"@types/react-dom": "18.2.17",
6161
"@types/sinon": "^10.0.20",
6262
"chai": "^4.3.10",
6363
"fast-glob": "^3.3.2",

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/chai": "^4.3.11",
5454
"@types/prop-types": "^15.7.10",
5555
"@types/react": "^18.2.37",
56-
"@types/react-dom": "^18.2.15",
56+
"@types/react-dom": "^18.2.17",
5757
"@types/sinon": "^10.0.20",
5858
"chai": "^4.3.10",
5959
"fast-glob": "^3.3.2",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/chai": "^4.3.11",
5555
"@types/prop-types": "^15.7.10",
5656
"@types/react": "^18.2.37",
57-
"@types/react-dom": "^18.2.15",
57+
"@types/react-dom": "^18.2.17",
5858
"@types/sinon": "^10.0.20",
5959
"chai": "^4.3.10",
6060
"react": "^18.2.0",

packages/mui-material-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/chai": "^4.3.11",
5858
"@types/prop-types": "^15.7.10",
5959
"@types/react": "^18.2.37",
60-
"@types/react-dom": "^18.2.15",
60+
"@types/react-dom": "^18.2.17",
6161
"@types/sinon": "^10.0.20",
6262
"chai": "^4.3.10",
6363
"lodash": "^4.17.21",

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/chai": "^4.3.11",
6868
"@types/prop-types": "^15.7.10",
6969
"@types/react": "^18.2.37",
70-
"@types/react-dom": "^18.2.15",
70+
"@types/react-dom": "^18.2.17",
7171
"@types/sinon": "^10.0.20",
7272
"chai": "^4.3.10",
7373
"css-mediaquery": "^0.1.2",

packages/mui-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@mui/material": "^5.14.18",
6363
"@types/chai": "^4.3.11",
6464
"@types/react": "^18.2.37",
65-
"@types/react-dom": "^18.2.15",
65+
"@types/react-dom": "^18.2.17",
6666
"@types/sinon": "^10.0.20",
6767
"chai": "^4.3.10",
6868
"react": "^18.2.0",

packages/mui-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/mocha": "^10.0.4",
5454
"@types/node": "^18.18.10",
5555
"@types/react": "^18.2.37",
56-
"@types/react-dom": "^18.2.15",
56+
"@types/react-dom": "^18.2.17",
5757
"@types/react-is": "^18.2.4",
5858
"@types/sinon": "^10.0.20",
5959
"babel-plugin-macros": "^3.1.0",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/format-util": "^1.0.4",
4848
"@types/prop-types": "^15.7.10",
4949
"@types/react": "^18.2.37",
50-
"@types/react-dom": "^18.2.15",
50+
"@types/react-dom": "^18.2.17",
5151
"@types/react-test-renderer": "^18.0.6",
5252
"@types/sinon": "^10.0.20",
5353
"typescript": "^5.1.6"

0 commit comments

Comments
 (0)