Skip to content

Commit

Permalink
Bump React to ^18.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent 63a1414 commit 55c5f1e
Show file tree
Hide file tree
Showing 21 changed files with 609 additions and 609 deletions.
4 changes: 2 additions & 2 deletions apps/pigment-css-next-app/package.json
Expand Up @@ -19,8 +19,8 @@
"@mui/icons-material": "workspace:^",
"@emotion/cache": "latest",
"local-ui-lib": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "latest"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions apps/pigment-css-vite-app/package.json
Expand Up @@ -18,8 +18,8 @@
"@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.0",
"react-router-dom": "^6.22.3"
Expand Down
6 changes: 3 additions & 3 deletions benchmark/package.json
Expand Up @@ -26,9 +26,9 @@
"jss": "^10.10.0",
"playwright": "^1.43.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
6 changes: 3 additions & 3 deletions docs/package.json
Expand Up @@ -87,13 +87,13 @@
"postcss": "^8.4.38",
"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.6.0",
"react-intersection-observer": "^9.8.2",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"react-number-format": "^5.3.4",
"react-router-dom": "^6.22.3",
"react-runner": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-base/package.json
Expand Up @@ -62,8 +62,8 @@
"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
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Expand Up @@ -48,7 +48,7 @@
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"next": "^13.5.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"peerDependencies": {
"@mui/base": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-envinfo/test/package.json
Expand Up @@ -8,8 +8,8 @@
"@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"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Expand Up @@ -60,7 +60,7 @@
"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
4 changes: 2 additions & 2 deletions packages/mui-joy/package.json
Expand Up @@ -59,8 +59,8 @@
"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
4 changes: 2 additions & 2 deletions packages/mui-lab/package.json
Expand Up @@ -57,8 +57,8 @@
"@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
2 changes: 1 addition & 1 deletion packages/mui-material-nextjs/package.json
Expand Up @@ -44,7 +44,7 @@
"@emotion/server": "^11.11.0",
"@types/react": "^18.2.55",
"next": "13.5.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"peerDependencies": {
"@emotion/cache": "^11.11.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-material/package.json
Expand Up @@ -51,7 +51,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 @@ -73,8 +73,8 @@
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"playwright": "^1.43.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.22.3",
"rollup": "^3.29.4",
"rollup-plugin-babel": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Expand Up @@ -47,7 +47,7 @@
"@types/chai": "^4.3.16",
"@types/react": "^18.2.55",
"chai": "^4.4.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Expand Up @@ -49,7 +49,7 @@
"@types/hoist-non-react-statics": "^3.3.5",
"@types/react": "^18.2.55",
"chai": "^4.4.1",
"react": "^18.2.0",
"react": "^18.3.1",
"styled-components": "^6.1.10"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Expand Up @@ -50,7 +50,7 @@
"@types/chai": "^4.3.16",
"@types/react": "^18.2.55",
"chai": "^4.4.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-styles/package.json
Expand Up @@ -63,8 +63,8 @@
"@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
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Expand Up @@ -61,7 +61,7 @@
"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.10"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-utils/package.json
Expand Up @@ -41,7 +41,7 @@
"@babel/runtime": "^7.24.4",
"@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 @@ -55,8 +55,8 @@
"@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
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Expand Up @@ -38,7 +38,7 @@
"mocha": "^10.4.0",
"playwright": "^1.43.1",
"prop-types": "^15.8.1",
"react-test-renderer": "^18.2.0",
"react-test-renderer": "^18.3.1",
"sinon": "^15.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 55c5f1e

Please sign in to comment.