Skip to content

Commit

Permalink
Bump React to 18.3.1
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
renovate[bot] and aarongarciah committed Jul 5, 2024
1 parent 3f2aff4 commit 61dc4fa
Show file tree
Hide file tree
Showing 26 changed files with 6,673 additions and 5,601 deletions.
10 changes: 5 additions & 5 deletions apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"@mui/icons-material": "file:../../packages/mui-icons-material/build",
"@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/unplugin": "file:../../packages/pigment-css-unplugin",
"@pigment-css/nextjs-plugin": "file:../../packages/pigment-css-nextjs-plugin",
"@types/node": "^20.5.7",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
}
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 @@ -17,8 +17,8 @@
"@mui/icons-material": "file:../../packages/mui-icons-material/build",
"clsx": "^2.1.0",
"local-ui-lib": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1"
},
Expand All @@ -27,8 +27,8 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@pigment-css/vite-plugin": "file:../../packages/pigment-css-vite-plugin",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.35",
"postcss-combine-media-query": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"jss": "^10.10.0",
"playwright": "^1.42.1",
"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
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
"postcss": "^8.4.35",
"postcss-import": "^15.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.5.0",
"react-intersection-observer": "^9.8.1",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"react-number-format": "^5.3.3",
"react-router-dom": "^6.21.3",
"react-runner": "^1.0.3",
Expand Down Expand Up @@ -123,9 +123,9 @@
"@types/css-mediaquery": "^0.1.4",
"@types/json2mq": "^0.2.2",
"@types/node": "^18.19.25",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-swipeable-views": "^0.13.5",
"@types/react-swipeable-views-utils": "^0.13.7",
"@types/react-transition-group": "^4.4.10",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.25",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
Expand Down Expand Up @@ -216,8 +216,8 @@
"@definitelytyped/typescript-versions": "^0.1.1",
"@definitelytyped/utils": "^0.1.5",
"@types/node": "^18.19.25",
"@types/react": "^18.2.55",
"@types/react-dom": "18.2.19",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cross-fetch": "^4.0.0"
},
"nyc": {
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 @@ -44,7 +44,7 @@
"@types/lodash": "^4.17.0",
"@types/node": "^18.19.25",
"@types/prettier": "^2.7.3",
"@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
10 changes: 5 additions & 5 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.12",
"@types/prop-types": "^15.7.11",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/prop-types": "^15.7.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/sinon": "^10.0.20",
"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": "^15.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@mui/icons-material": "workspace:*",
"@mui/material": "workspace:*",
"@types/node": "^18.19.25",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.55",
"@types/prop-types": "^15.7.12",
"@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 @@ -53,15 +53,15 @@
"@mui/internal-waterfall": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.12",
"@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.5",
"shx": "^0.3.4",
"svgo": "^3.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"@mui-internal/test-utils": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.12",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^10.0.20",
"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": "^15.2.0"
},
"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 @@ -358,7 +358,7 @@ Input.propTypes /* remove-proptypes */ = {
/**
* @ignore
*/
autoComplete: PropTypes.string,
autoComplete: PropTypes /* @typescript-to-proptypes-ignore */.string,
/**
* @ignore
*/
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"devDependencies": {
"@mui-internal/test-utils": "workspace:^",
"@types/chai": "^4.3.12",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^10.0.20",
"chai": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^15.2.0"
},
"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 @@ -43,9 +43,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
12 changes: 6 additions & 6 deletions packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"clsx": "^2.1.0",
"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 @@ -63,9 +63,9 @@
"@testing-library/dom": "^9.3.4",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.12",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^10.0.20",
"chai": "^4.4.1",
"css-mediaquery": "^0.1.2",
Expand All @@ -74,8 +74,8 @@
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"playwright": "^1.42.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.21.3",
"rollup": "^3.29.4",
"rollup-plugin-babel": "^4.4.0",
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 @@ -46,9 +46,9 @@
"@mui-internal/test-utils": "workspace:^",
"@mui/types": "workspace:^",
"@types/chai": "^4.3.12",
"@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 @@ -48,9 +48,9 @@
"@mui/styled-engine-sc": "workspace:*",
"@types/chai": "^4.3.12",
"@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.8"
},
"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 @@ -49,9 +49,9 @@
"@mui-internal/test-utils": "workspace:^",
"@mui/styled-engine": "workspace:*",
"@types/chai": "^4.3.12",
"@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
8 changes: 4 additions & 4 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"@mui-internal/test-utils": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.12",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^10.0.20",
"chai": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^15.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@mui/internal-babel-macros": "workspace:^",
"@mui/system": "workspace:*",
"@types/chai": "^4.3.12",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.55",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@types/sinon": "^10.0.20",
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react": "^18.3.1",
"sinon": "^15.2.0",
"styled-components": "^6.1.8"
},
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
14 changes: 7 additions & 7 deletions packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@types/prop-types": "^15.7.11",
"@types/prop-types": "^15.7.12",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
"react-is": "^18.3.1"
},
"devDependencies": {
"@mui-internal/test-utils": "workspace:^",
Expand All @@ -51,13 +51,13 @@
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.25",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-is": "^18.2.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@types/sinon": "^10.0.20",
"chai": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^15.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 61dc4fa

Please sign in to comment.