Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 3a3d36a commit 1135aee
Show file tree
Hide file tree
Showing 28 changed files with 153 additions and 126 deletions.
4 changes: 2 additions & 2 deletions examples/module-federation/mf-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "rsbuild preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/module-federation/mf-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@rslib/core": "workspace:*",
"@types/react": "^19.0.1",
"http-server": "^14.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"storybook": "^8.4.7",
"storybook-addon-rslib": "^0.1.5",
"storybook-react-rsbuild": "^0.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/module-federation/mf-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "rsbuild preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@rsbuild/plugin-sass": "^1.1.2",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.1",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@rsbuild/plugin-sass": "^1.1.2",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.1",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@rsbuild/plugin-sass": "^1.1.2",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.1",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/fragments/base/react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rslib/core": "workspace:*",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/fragments/base/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rsbuild/plugin-react": "^1.0.7",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.1",
"react": "^18.3.1",
"react": "^19.0.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/template-[react]-[]-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rslib/core": "workspace:*",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/template-[react]-[]-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rsbuild/plugin-react": "^1.0.7",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.1",
"react": "^18.3.1",
"react": "^19.0.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react": "^19.0.0",
"storybook": "^8.4.7",
"storybook-addon-rslib": "^0.1.5",
"storybook-react-rsbuild": "^0.1.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.1",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react": "^19.0.0",
"storybook": "^8.4.7",
"storybook-addon-rslib": "^0.1.5",
"storybook-react-rsbuild": "^0.1.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/test": "^8.4.7",
"react": "^18.3.1",
"react": "^19.0.0",
"storybook": "^8.4.7",
"storybook-addon-rslib": "^0.1.5",
"storybook-react-rsbuild": "^0.1.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@storybook/react": "^8.4.7",
"@storybook/test": "^8.4.7",
"@types/react": "^19.0.1",
"react": "^18.3.1",
"react": "^19.0.0",
"storybook": "^8.4.7",
"storybook-addon-rslib": "^0.1.5",
"storybook-react-rsbuild": "^0.1.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react": "^19.0.0",
"vitest": "^2.1.8"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.1",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react": "^19.0.0",
"typescript": "^5.6.3",
"vitest": "^2.1.8"
},
Expand Down
Loading

0 comments on commit 1135aee

Please sign in to comment.