Skip to content

Commit

Permalink
Bump @types/react-dom to ^19.0.2 (#44763)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 0841b25 commit 426bdc3
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 37 deletions.
2 changes: 1 addition & 1 deletion apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@pigment-css/nextjs-plugin": "0.0.28",
"@types/node": "^20.17.10",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.0",
"@types/react-dom": "^19.0.2",
"eslint": "^8.57.1",
"typescript": "^5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/preset-typescript": "^7.26.0",
"@pigment-css/vite-plugin": "0.0.28",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.0",
"@types/react-dom": "^19.0.2",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.4.49",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"@types/node": "^20.17.10",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.0",
"@types/react-dom": "^19.0.2",
"@types/react-swipeable-views": "^0.13.6",
"@types/react-transition-group": "^4.4.12",
"@types/react-window": "^1.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/format-util": "^1.0.4",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.0",
"@types/react-dom": "^19.0.2",
"@types/sinon": "^17.0.3",
"typescript": "^5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.0",
"@types/react-dom": "^19.0.2",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"fast-glob": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.0",
"@types/react-dom": "^19.0.2",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"fast-glob": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.0",
"@types/react-dom": "^19.0.2",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.0",
"@types/react-dom": "^19.0.2",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"css-mediaquery": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@mui/material": "workspace:^",
"@types/chai": "^4.3.20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.0",
"@types/react-dom": "^19.0.2",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.10",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.0",
"@types/react-dom": "^19.0.2",
"@types/react-is": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
Expand Down
56 changes: 29 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 426bdc3

Please sign in to comment.