Skip to content

Commit 21529c8

Browse files
chore(deps): update react monorepo to v19
1 parent 399c083 commit 21529c8

File tree

28 files changed

+153
-126
lines changed

28 files changed

+153
-126
lines changed

examples/module-federation/mf-host/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preview": "rsbuild preview"
99
},
1010
"dependencies": {
11-
"react": "^18.3.1",
12-
"react-dom": "^18.3.1"
11+
"react": "^19.0.0",
12+
"react-dom": "^19.0.0"
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.8.1",

examples/module-federation/mf-react-component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@rslib/core": "workspace:*",
2626
"@types/react": "^18.3.14",
2727
"http-server": "^14.1.1",
28-
"react": "^18.3.1",
29-
"react-dom": "^18.3.1",
28+
"react": "^19.0.0",
29+
"react-dom": "^19.0.0",
3030
"storybook": "^8.4.7",
3131
"storybook-addon-rslib": "^0.1.5",
3232
"storybook-react-rsbuild": "^0.1.5"

examples/module-federation/mf-remote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preview": "rsbuild preview"
99
},
1010
"dependencies": {
11-
"react": "^18.3.1",
12-
"react-dom": "^18.3.1"
11+
"react": "^19.0.0",
12+
"react-dom": "^19.0.0"
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.8.1",

examples/react-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@rsbuild/plugin-sass": "^1.1.2",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^18.3.14",
15-
"react": "^18.3.1"
15+
"react": "^19.0.0"
1616
},
1717
"peerDependencies": {
1818
"react": "*"

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@rsbuild/plugin-sass": "^1.1.2",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^18.3.14",
15-
"react": "^18.3.1"
15+
"react": "^19.0.0"
1616
},
1717
"peerDependencies": {
1818
"react": "*"

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-sass": "^1.1.2",
1212
"@rslib/core": "workspace:*",
1313
"@types/react": "^18.3.14",
14-
"react": "^18.3.1"
14+
"react": "^19.0.0"
1515
},
1616
"peerDependencies": {
1717
"react": "*"

packages/create-rslib/fragments/base/react-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@rsbuild/plugin-react": "^1.0.7",
2020
"@rslib/core": "workspace:*",
21-
"react": "^18.3.1"
21+
"react": "^19.0.0"
2222
},
2323
"peerDependencies": {
2424
"react": ">=16.9.0",

packages/create-rslib/fragments/base/react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rsbuild/plugin-react": "^1.0.7",
2222
"@rslib/core": "workspace:*",
2323
"@types/react": "^18.3.14",
24-
"react": "^18.3.1",
24+
"react": "^19.0.0",
2525
"typescript": "^5.6.3"
2626
},
2727
"peerDependencies": {

packages/create-rslib/template-[react]-[]-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@rsbuild/plugin-react": "^1.0.7",
2020
"@rslib/core": "workspace:*",
21-
"react": "^18.3.1"
21+
"react": "^19.0.0"
2222
},
2323
"peerDependencies": {
2424
"react": ">=16.9.0",

packages/create-rslib/template-[react]-[]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rsbuild/plugin-react": "^1.0.7",
2222
"@rslib/core": "workspace:*",
2323
"@types/react": "^18.3.14",
24-
"react": "^18.3.1",
24+
"react": "^19.0.0",
2525
"typescript": "^5.6.3"
2626
},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)