Skip to content

Commit

Permalink
[core] Bump React to 18.3.1 (mui#42047)
Browse files Browse the repository at this point in the history
Co-authored-by: Aarón García Hervás <aaron@mui.com>
  • Loading branch information
2 people authored and joserodolfofreitas committed Jul 29, 2024
1 parent 8927980 commit e129d4a
Show file tree
Hide file tree
Showing 25 changed files with 729 additions and 736 deletions.
12 changes: 6 additions & 6 deletions apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"@pigment-css/react": "^0.0.16",
"@mui/utils": "workspace:^",
"@mui/base": "workspace:^",
"@mui/icons-material": "workspace:^",
"@mui/lab": "workspace:^",
"@mui/material": "workspace:^",
"@mui/system": "workspace:^",
"@mui/material-nextjs": "workspace:^",
"@mui/icons-material": "workspace:^",
"@mui/system": "workspace:^",
"@emotion/cache": "latest",
"local-ui-lib": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "latest"
"next": "latest",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "^0.0.16",
"@types/node": "^20.5.7",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
Expand Down
8 changes: 4 additions & 4 deletions apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@pigment-css/react": "^0.0.16",
"@mui/utils": "workspace:^",
"@mui/base": "workspace:^",
"@mui/icons-material": "workspace:^",
"@mui/lab": "workspace:^",
"@mui/material": "workspace:^",
"@mui/system": "workspace:^",
"@mui/icons-material": "workspace:^",
"clsx": "^2.1.1",
"local-ui-lib": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1"
Expand All @@ -28,7 +28,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@pigment-css/vite-plugin": "^0.0.16",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"postcss": "^8.4.39",
Expand Down
6 changes: 3 additions & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"jss": "^10.10.0",
"playwright": "^1.45.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react-jss": "^10.10.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-final-form": "^6.5.9",
"react-imask": "^7.6.1",
"react-intersection-observer": "^9.10.3",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"react-number-format": "^5.4.0",
"react-router-dom": "^6.23.1",
"react-runner": "^1.0.5",
"react-simple-code-editor": "^0.13.1",
"react-simple-code-editor": "^0.14.0",
"react-spring": "^9.7.3",
"react-swipeable-views": "^0.14.0",
"react-transition-group": "^4.4.5",
Expand All @@ -123,7 +123,7 @@
"@types/json2mq": "^0.2.2",
"@types/node": "^18.19.39",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-swipeable-views": "^0.13.5",
"@types/react-transition-group": "^4.4.10",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@types/lodash": "^4.17.6",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.39",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down Expand Up @@ -206,7 +206,7 @@
"@definitelytyped/typescript-versions": "^0.1.3",
"@definitelytyped/utils": "^0.1.7",
"@types/node": "^18.19.39",
"@types/react": "18.2.55",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cross-fetch": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/doctrine": "^0.0.9",
"@types/lodash": "^4.17.6",
"@types/node": "^18.19.39",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/uuid": "^9.0.8",
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
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 @@ -56,7 +56,7 @@
"@types/chai-dom": "^1.11.3",
"@types/format-util": "^1.0.4",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"typescript": "^5.4.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "18.2.55",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^16.1.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@mui/material": "workspace:*",
"@types/node": "^18.19.39",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"next": "^13.5.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"peerDependencies": {
"@mui/base": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-envinfo/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"@mui/base": "5.0.0-beta.30",
"@mui/joy": "5.0.0-beta.22",
"@mui/material": "5.15.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.2.55"
"@types/react": "^18.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"@mui/internal-waterfall": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.16",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"chai": "^4.4.1",
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"react": "^18.2.0",
"react": "^18.3.1",
"rimraf": "^5.0.7",
"shx": "^0.3.4",
"svgo": "^3.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"@mui/material": "workspace:^",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^16.1.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Input.propTypes /* remove-proptypes */ = {
/**
* @ignore
*/
autoComplete: PropTypes.string,
autoComplete: PropTypes /* @typescript-to-proptypes-ignore */.string,
/**
* @ignore
*/
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"@mui/material": "workspace:*",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^16.1.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"next": "13.5.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"peerDependencies": {
"@emotion/cache": "^11.11.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"clsx": "^2.1.1",
"csstype": "^3.1.3",
"prop-types": "^15.8.1",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
Expand All @@ -61,7 +61,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
Expand All @@ -70,8 +70,8 @@
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"playwright": "^1.45.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"sinon": "^16.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/types": "workspace:^",
"@types/chai": "^4.3.16",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"chai": "^4.4.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@mui/styled-engine-sc": "workspace:*",
"@types/chai": "^4.3.16",
"@types/hoist-non-react-statics": "^3.3.5",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"chai": "^4.4.1",
"react": "^18.2.0",
"react": "^18.3.1",
"styled-components": "^6.1.11"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/styled-engine": "workspace:*",
"@types/chai": "^4.3.16",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"chai": "^4.4.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.16",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^16.1.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"@mui/system": "workspace:*",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react": "^18.3.1",
"sinon": "^16.1.3",
"styled-components": "^6.1.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@mui/types": "workspace:*",
"@types/react": "^18.2.55"
"@types/react": "^18.3.3"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/runtime": "^7.24.7",
"@types/prop-types": "^15.7.12",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
"react-is": "^18.3.1"
},
"devDependencies": {
"@mui/internal-babel-macros": "workspace:^",
Expand All @@ -50,13 +50,13 @@
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.39",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^16.1.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit e129d4a

Please sign in to comment.