Skip to content

Commit

Permalink
Update React to 19.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Nov 15, 2024
1 parent b40b413 commit 8239a6e
Show file tree
Hide file tree
Showing 21 changed files with 866 additions and 613 deletions.
4 changes: 2 additions & 2 deletions apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@mui/system": "workspace:^",
"@mui/utils": "workspace:^",
"next": "latest",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111"
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1"
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "0.0.26",
Expand Down
4 changes: 2 additions & 2 deletions apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@mui/utils": "workspace:^",
"clsx": "^2.1.1",
"playwright": "^1.48.2",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-error-boundary": "^4.1.2",
"react-router-dom": "^6.28.0",
"webfontloader": "^1.6.28"
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.48.2",
"prop-types": "^15.8.1",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111",
"react-is": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-is": "19.0.0-rc.1",
"react-jss": "^10.10.0",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"prop-types": "^15.8.1",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-draggable": "^4.4.6",
"react-final-form": "^6.5.9",
"react-imask": "^7.6.1",
"react-intersection-observer": "^9.13.1",
"react-is": "19.0.0-rc-2ec26bc4-20241111",
"react-is": "19.0.0-rc.1",
"react-number-format": "^5.4.2",
"react-router-dom": "^6.28.0",
"react-runner": "^1.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"typescript": "^5.6.3"
},
"peerDependencies": {
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111"
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"chai": "^4.5.0",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"sinon": "^18.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/prop-types": "^15.7.13",
"@types/react": "npm:[email protected]",
"next": "^14.2.17",
"react": "19.0.0-rc-2ec26bc4-20241111"
"react": "19.0.0-rc.1"
},
"peerDependencies": {
"@mui/base": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-envinfo/test/package.json
Original file line number Diff line number Diff line change
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": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111"
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1"
},
"devDependencies": {
"@types/react": "npm:[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"svgo": "^3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"next": "^14.2.17",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"sinon": "^19.0.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@types/react-dom": "npm:[email protected]",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"sinon": "^19.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@emotion/server": "^11.11.0",
"@types/react": "npm:[email protected]",
"next": "canary",
"react": "19.0.0-rc-2ec26bc4-20241111"
"react": "19.0.0-rc.1"
},
"peerDependencies": {
"@emotion/cache": "^11.11.0",
Expand Down
6 changes: 3 additions & 3 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": "19.0.0-rc-2ec26bc4-20241111",
"react-is": "19.0.0-rc.1",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
Expand All @@ -68,8 +68,8 @@
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"playwright": "^1.48.2",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-router-dom": "^6.28.0",
"sinon": "^19.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/chai": "^4.3.20",
"@types/react": "npm:[email protected]",
"chai": "^4.5.0",
"react": "19.0.0-rc-2ec26bc4-20241111"
"react": "19.0.0-rc.1"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/chai": "^4.3.20",
"@types/react": "npm:[email protected]",
"chai": "^4.5.0",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"styled-components": "^6.1.13"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/chai": "^4.3.20",
"@types/react": "npm:[email protected]",
"chai": "^4.5.0",
"react": "19.0.0-rc-2ec26bc4-20241111"
"react": "19.0.0-rc.1"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@types/react-dom": "npm:[email protected]",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"sinon": "^19.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"chai": "^4.5.0",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"sinon": "^19.0.2",
"styled-components": "^6.1.13"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/prop-types": "^15.7.13",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
"react-is": "19.0.0-rc-2ec26bc4-20241111"
"react-is": "19.0.0-rc.1"
},
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
Expand All @@ -56,8 +56,8 @@
"@types/react-is": "npm:[email protected]",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"react": "19.0.0-rc-2ec26bc4-20241111",
"react-dom": "19.0.0-rc-2ec26bc4-20241111",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"sinon": "^19.0.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8239a6e

Please sign in to comment.