Skip to content

Commit b0367fe

Browse files
chore(deps): update all non-major dependencies (#1262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a57c22 commit b0367fe

File tree

82 files changed

+949
-931
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+949
-931
lines changed

examples/express-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@rslib/core": "workspace:*",
1010
"@types/express": "^5.0.3",
1111
"express": "^5.1.0",
12-
"typescript": "^5.9.2"
12+
"typescript": "^5.9.3"
1313
},
1414
"peerDependencies": {
1515
"express": "^4"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"preview": "rsbuild preview"
99
},
1010
"dependencies": {
11-
"react": "^19.1.1",
12-
"react-dom": "^19.1.1"
11+
"react": "^19.2.0",
12+
"react-dom": "^19.2.0"
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.19.1",
1616
"@rsbuild/core": "~1.5.13",
1717
"@rsbuild/plugin-react": "^1.4.1",
18-
"@types/react": "^19.1.15",
19-
"@types/react-dom": "^19.1.9",
20-
"typescript": "^5.9.2"
18+
"@types/react": "^19.2.0",
19+
"@types/react-dom": "^19.2.0",
20+
"typescript": "^5.9.3"
2121
}
2222
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@module-federation/storybook-addon": "^4.0.30",
2424
"@rsbuild/plugin-react": "^1.4.1",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.1.15",
26+
"@types/react": "^19.2.0",
2727
"http-server": "^14.1.1",
28-
"react": "^19.1.1",
29-
"react-dom": "^19.1.1",
30-
"storybook": "^9.1.8",
28+
"react": "^19.2.0",
29+
"react-dom": "^19.2.0",
30+
"storybook": "^9.1.10",
3131
"storybook-addon-rslib": "^2.1.2",
3232
"storybook-react-rsbuild": "^2.1.2"
3333
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"preview": "rsbuild preview"
99
},
1010
"dependencies": {
11-
"react": "^19.1.1",
12-
"react-dom": "^19.1.1"
11+
"react": "^19.2.0",
12+
"react-dom": "^19.2.0"
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.19.1",
1616
"@rsbuild/core": "~1.5.13",
1717
"@rsbuild/plugin-react": "^1.4.1",
18-
"@types/react": "^19.1.15",
19-
"@types/react-dom": "^19.1.9",
20-
"typescript": "^5.9.2"
18+
"@types/react": "^19.2.0",
19+
"@types/react-dom": "^19.2.0",
20+
"typescript": "^5.9.3"
2121
}
2222
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@rsbuild/plugin-react": "^1.4.1",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.15",
15-
"react": "^19.1.1"
14+
"@types/react": "^19.2.0",
15+
"react": "^19.2.0"
1616
},
1717
"peerDependencies": {
1818
"react": "*"

examples/react-component-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@rsbuild/plugin-react": "^1.4.1",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.15",
15-
"react": "^19.1.1"
14+
"@types/react": "^19.2.0",
15+
"react": "^19.2.0"
1616
},
1717
"peerDependencies": {
1818
"react": "*"

examples/react-component-umd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@rsbuild/plugin-react": "^1.4.1",
1111
"@rsbuild/plugin-sass": "^1.4.0",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.1.15",
14-
"react": "^19.1.1"
13+
"@types/react": "^19.2.0",
14+
"react": "^19.2.0"
1515
},
1616
"peerDependencies": {
1717
"react": "*"

examples/solid-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rsbuild/plugin-solid": "^1.0.6",
1616
"@rslib/core": "workspace:*",
1717
"solid-js": "^1.9.9",
18-
"typescript": "^5.9.2"
18+
"typescript": "^5.9.3"
1919
},
2020
"peerDependencies": {
2121
"solid-js": "^1.0.0"

examples/vue-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@rslib/core": "workspace:*",
1313
"rsbuild-plugin-unplugin-vue": "^0.1.0",
14-
"typescript": "^5.9.2",
14+
"typescript": "^5.9.3",
1515
"vue": "^3.5.22",
1616
"vue-tsc": "^3.1.0"
1717
},

examples/vue-component-bundleless/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"devDependencies": {
1616
"@rslib/core": "workspace:*",
17-
"@storybook/addon-docs": "^9.1.8",
18-
"@storybook/addon-onboarding": "^9.1.8",
19-
"@storybook/vue3": "^9.1.8",
17+
"@storybook/addon-docs": "^9.1.10",
18+
"@storybook/addon-onboarding": "^9.1.10",
19+
"@storybook/vue3": "^9.1.10",
2020
"rsbuild-plugin-unplugin-vue": "^0.1.0",
21-
"storybook": "^9.1.8",
21+
"storybook": "^9.1.10",
2222
"storybook-addon-rslib": "^2.1.2",
2323
"storybook-vue3-rsbuild": "^2.1.2",
24-
"typescript": "^5.9.2",
24+
"typescript": "^5.9.3",
2525
"vue": "^3.5.22",
2626
"vue-tsc": "^3.1.0"
2727
},

0 commit comments

Comments
 (0)