Skip to content

Commit 84153c7

Browse files
chore(deps): update all non-major dependencies (#1382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timeless0911 <[email protected]>
1 parent f6f90d8 commit 84153c7

File tree

87 files changed

+968
-991
lines changed

Some content is hidden

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

87 files changed

+968
-991
lines changed

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
changed: ${{ steps.changes.outputs.changed }}
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2929
with:
3030
fetch-depth: 1
3131
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2

examples/express-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"dependencies": {},
99
"devDependencies": {
1010
"@rslib/core": "workspace:*",
11-
"@types/express": "^5.0.5",
12-
"express": "^5.1.0",
11+
"@types/express": "^5.0.6",
12+
"express": "^5.2.1",
1313
"typescript": "^5.9.3"
1414
},
1515
"peerDependencies": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"preview": "rsbuild preview"
1010
},
1111
"dependencies": {
12-
"react": "^19.2.0",
13-
"react-dom": "^19.2.0"
12+
"react": "^19.2.1",
13+
"react-dom": "^19.2.1"
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^0.21.6",
17-
"@rsbuild/core": "~1.6.12",
17+
"@rsbuild/core": "~1.6.13",
1818
"@rsbuild/plugin-react": "^1.4.2",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
"@module-federation/enhanced": "^0.21.6",
2323
"@module-federation/rsbuild-plugin": "^0.21.6",
2424
"@module-federation/storybook-addon": "^5.0.1",
25-
"@rsbuild/core": "~1.6.12",
25+
"@rsbuild/core": "~1.6.13",
2626
"@rsbuild/plugin-react": "^1.4.2",
2727
"@rslib/core": "workspace:*",
28-
"@storybook/addon-docs": "^10.1.2",
29-
"@storybook/addon-onboarding": "^10.1.2",
30-
"@storybook/react": "^10.1.2",
28+
"@storybook/addon-docs": "^10.1.4",
29+
"@storybook/addon-onboarding": "^10.1.4",
30+
"@storybook/react": "^10.1.4",
3131
"@types/react": "^19.2.7",
3232
"http-server": "^14.1.1",
33-
"react": "^19.2.0",
34-
"react-dom": "^19.2.0",
35-
"storybook": "^10.1.2",
36-
"storybook-addon-rslib": "^3.0.0",
37-
"storybook-react-rsbuild": "^3.0.0"
33+
"react": "^19.2.1",
34+
"react-dom": "^19.2.1",
35+
"storybook": "^10.1.4",
36+
"storybook-addon-rslib": "^3.1.0",
37+
"storybook-react-rsbuild": "^3.1.0"
3838
},
3939
"peerDependencies": {
4040
"react": "*"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"preview": "rsbuild preview"
1010
},
1111
"dependencies": {
12-
"react": "^19.2.0",
13-
"react-dom": "^19.2.0"
12+
"react": "^19.2.1",
13+
"react-dom": "^19.2.1"
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^0.21.6",
17-
"@rsbuild/core": "~1.6.12",
17+
"@rsbuild/core": "~1.6.13",
1818
"@rsbuild/plugin-react": "^1.4.2",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",

examples/preact-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-preact": "^1.6.0",
1313
"@rsbuild/plugin-sass": "^1.4.0",
1414
"@rslib/core": "workspace:*",
15-
"preact": "^10.27.2"
15+
"preact": "^10.28.0"
1616
},
1717
"peerDependencies": {
1818
"preact": "^10"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@rsbuild/plugin-sass": "^1.4.0",
1414
"@rslib/core": "workspace:*",
1515
"@types/react": "^19.2.7",
16-
"react": "^19.2.0"
16+
"react": "^19.2.1"
1717
},
1818
"peerDependencies": {
1919
"react": "*"

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@rsbuild/plugin-sass": "^1.4.0",
1414
"@rslib/core": "workspace:*",
1515
"@types/react": "^19.2.7",
16-
"react": "^19.2.0"
16+
"react": "^19.2.1"
1717
},
1818
"peerDependencies": {
1919
"react": "*"

examples/react-component-umd/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.4.0",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.2.7",
15-
"react": "^19.2.0"
15+
"react": "^19.2.1"
1616
},
1717
"peerDependencies": {
1818
"react": "*"

examples/vue-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"rsbuild-plugin-unplugin-vue": "^0.1.0",
1414
"typescript": "^5.9.3",
1515
"vue": "^3.5.25",
16-
"vue-tsc": "^3.1.5"
16+
"vue-tsc": "^3.1.7"
1717
},
1818
"peerDependencies": {
1919
"vue": ">=3.0.0"

0 commit comments

Comments
 (0)