Skip to content

Commit 15abef2

Browse files
chore(deps): update react monorepo to ^19.1.0 (#887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ae30f5 commit 15abef2

File tree

29 files changed

+145
-145
lines changed

29 files changed

+145
-145
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": "^19.0.0",
12-
"react-dom": "^19.0.0"
11+
"react": "^19.1.0",
12+
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.11.2",

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": "^19.0.12",
2727
"http-server": "^14.1.1",
28-
"react": "^19.0.0",
29-
"react-dom": "^19.0.0",
28+
"react": "^19.1.0",
29+
"react-dom": "^19.1.0",
3030
"storybook": "^8.6.10",
3131
"storybook-addon-rslib": "^1.0.1",
3232
"storybook-react-rsbuild": "^1.0.1"

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": "^19.0.0",
12-
"react-dom": "^19.0.0"
11+
"react": "^19.1.0",
12+
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.11.2",

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.3.1",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.0.12",
15-
"react": "^19.0.0"
15+
"react": "^19.1.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.3.1",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.0.12",
15-
"react": "^19.0.0"
15+
"react": "^19.1.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.3.1",
1212
"@rslib/core": "workspace:*",
1313
"@types/react": "^19.0.12",
14-
"react": "^19.0.0"
14+
"react": "^19.1.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.1.1",
2020
"@rslib/core": "workspace:*",
21-
"react": "^19.0.0"
21+
"react": "^19.1.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.1.1",
2222
"@rslib/core": "workspace:*",
2323
"@types/react": "^19.0.12",
24-
"react": "^19.0.0",
24+
"react": "^19.1.0",
2525
"typescript": "^5.8.2"
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.1.1",
2020
"@rslib/core": "workspace:*",
21-
"react": "^19.0.0"
21+
"react": "^19.1.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.1.1",
2222
"@rslib/core": "workspace:*",
2323
"@types/react": "^19.0.12",
24-
"react": "^19.0.0",
24+
"react": "^19.1.0",
2525
"typescript": "^5.8.2"
2626
},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)