Skip to content

chore(deps): update react monorepo to v18 (major) #4227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions advanced-api/automatic-vendor-sharing/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions advanced-api/automatic-vendor-sharing/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"moment": "^2.29.4",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"copy-webpack-plugin": "12.0.2",
"moment": "^2.29.4",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"moment": "^2.29.4",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"moment": "^2.29.4",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^7.2.0",
"redux": "^4.2.1"
}
Expand Down
4 changes: 2 additions & 2 deletions advanced-api/dynamic-remotes/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions advanced-api/dynamic-remotes/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"moment": "^2.29.4",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions advanced-api/dynamic-remotes/app3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"dependencies": {
"moment": "^2.29.4",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^7.2.0",
"redux": "^4.2.1"
}
Expand Down
4 changes: 2 additions & 2 deletions clo/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "clo_host",
"version": "0.0.0",
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"scripts": {
"start": "rsbuild dev",
Expand Down
4 changes: 2 additions & 2 deletions clo/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "clo_remote",
"version": "0.0.0",
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"scripts": {
"start": "rsbuild dev",
Expand Down
4 changes: 2 additions & 2 deletions complete-react-case/component-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@rspack/dev-server": "0.7.5"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions complete-react-case/lib-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@module-federation/enhanced": "0.2.5"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions complete-react-case/main-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"legacy:start": "concurrently \"npm run legacy:build\" \"npm run serve\""
},
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"keywords": [],
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions comprehensive-demo-react16/app-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"babel-loader": "^9.0.0",
"html-webpack-plugin": "^5.6.0",
"markdown-to-jsx": "^7.3.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.1.2",
"serve": "^14.2.1",
"webpack": "5.92.1",
Expand Down
4 changes: 2 additions & 2 deletions comprehensive-demo-react16/app-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@material-ui/core": "^4.12.4",
"babel-loader": "^9.0.0",
"html-webpack-plugin": "^5.6.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@module-federation/enhanced": "0.2.5",
"react-router-dom": "^5.1.2",
"serve": "^14.2.1",
Expand Down
4 changes: 2 additions & 2 deletions comprehensive-demo-react16/app-03/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"babel-loader": "^9.0.0",
"html-webpack-plugin": "^5.6.0",
"@module-federation/enhanced": "0.2.5",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"serve": "^14.2.1",
"styled-components": "^5.0.1",
"webpack": "5.92.1",
Expand Down
4 changes: 2 additions & 2 deletions cra/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "cra_host",
"version": "0.0.0",
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"scripts": {
"start": "rsbuild dev",
Expand Down
4 changes: 2 additions & 2 deletions cra/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "cra_remote",
"version": "0.0.0",
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"scripts": {
"start": "rsbuild dev",
Expand Down
4 changes: 2 additions & 2 deletions css-isolation/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions css-isolation/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions different-react-versions-16-17-typescript/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@module-federation/enhanced": "0.2.5",
"react": "16.14.0",
"react-dom": "16.14.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/core": "7.24.7",
Expand Down
4 changes: 2 additions & 2 deletions different-react-versions-16-17-typescript/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@module-federation/enhanced": "0.2.5",
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/core": "7.24.7",
Expand Down
4 changes: 2 additions & 2 deletions different-react-versions-16-18/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "16.14.0",
"react-dom": "16.14.0"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
4 changes: 2 additions & 2 deletions different-react-versions-isolated/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions different-react-versions-isolated/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions different-react-versions-typescript/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "16.14.0",
"react-dom": "16.14.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/core": "7.24.7",
Expand Down
4 changes: 2 additions & 2 deletions different-react-versions/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "16.14.0",
"react-dom": "16.14.0"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
4 changes: 2 additions & 2 deletions different-react-versions/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "16.14.0",
"react-dom": "16.14.0"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
4 changes: 2 additions & 2 deletions dynamic-system-host/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@module-federation/runtime": "0.2.5",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions dynamic-system-host/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@module-federation/runtime": "0.2.5",
"moment": "^2.29.4",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions dynamic-system-host/app3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"dependencies": {
"@module-federation/runtime": "0.2.5",
"moment": "^2.29.4",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5"
}
Expand Down
4 changes: 2 additions & 2 deletions federated-library-from-cdn/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"dotenv": "^16.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@rspack/core": "0.7.5",
Expand Down
4 changes: 2 additions & 2 deletions federated-library-from-cdn/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"dotenv": "^16.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@rspack/core": "0.7.5",
Expand Down
4 changes: 2 additions & 2 deletions federated-library-from-cdn/remoteLibrary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"legacy:build": "webpack --config webpack.prod.js"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@rspack/core": "0.7.5",
Expand Down
4 changes: 2 additions & 2 deletions federated-npm/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions federated-npm/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
4 changes: 2 additions & 2 deletions federated-npm/app3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"clean": "rm -rf dist"
},
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"lodash": "^4.17.21",
"qs": "^6.11.2"
}
Expand Down
Loading
Loading