Skip to content

Commit 7af5df5

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

File tree

48 files changed

+829
-819
lines changed

Some content is hidden

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

48 files changed

+829
-819
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.17.0",
16-
"@rsbuild/core": "~1.4.10",
15+
"@module-federation/rsbuild-plugin": "^0.17.1",
16+
"@rsbuild/core": "~1.4.11",
1717
"@rsbuild/plugin-react": "^1.3.4",
1818
"@types/react": "^19.1.8",
1919
"@types/react-dom": "^19.1.6",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"storybook": "storybook dev -p 6006"
1919
},
2020
"devDependencies": {
21-
"@module-federation/enhanced": "^0.17.0",
22-
"@module-federation/rsbuild-plugin": "^0.17.0",
23-
"@module-federation/storybook-addon": "^4.0.22",
21+
"@module-federation/enhanced": "^0.17.1",
22+
"@module-federation/rsbuild-plugin": "^0.17.1",
23+
"@module-federation/storybook-addon": "^4.0.23",
2424
"@rsbuild/plugin-react": "^1.3.4",
2525
"@rslib/core": "workspace:*",
2626
"@types/react": "^19.1.8",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.0",
2929
"react-dom": "^19.1.0",
30-
"storybook": "^9.0.17",
30+
"storybook": "^9.0.18",
3131
"storybook-addon-rslib": "^2.0.2",
3232
"storybook-react-rsbuild": "^2.0.2"
3333
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.17.0",
16-
"@rsbuild/core": "~1.4.10",
15+
"@module-federation/rsbuild-plugin": "^0.17.1",
16+
"@rsbuild/core": "~1.4.11",
1717
"@rsbuild/plugin-react": "^1.3.4",
1818
"@types/react": "^19.1.8",
1919
"@types/react-dom": "^19.1.6",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-preact": "^1.5.0",
11+
"@rsbuild/plugin-preact": "^1.5.1",
1212
"@rsbuild/plugin-sass": "^1.3.3",
1313
"@rslib/core": "workspace:*",
1414
"preact": "^10.26.9"

examples/vue-component-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@rslib/core": "workspace:*",
1313
"rsbuild-plugin-unplugin-vue": "^0.1.0",
1414
"typescript": "^5.8.3",
15-
"vue": "^3.5.17",
16-
"vue-tsc": "^3.0.3"
15+
"vue": "^3.5.18",
16+
"vue-tsc": "^3.0.4"
1717
},
1818
"peerDependencies": {
1919
"vue": ">=3.0.0"

examples/vue-component-bundleless/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"@rslib/core": "workspace:*",
1717
"@storybook/addon-essentials": "^9.0.0-alpha.12",
1818
"@storybook/addon-interactions": "^9.0.0-alpha.10",
19-
"@storybook/addon-links": "^9.0.17",
20-
"@storybook/addon-onboarding": "^9.0.17",
19+
"@storybook/addon-links": "^9.0.18",
20+
"@storybook/addon-onboarding": "^9.0.18",
2121
"@storybook/blocks": "^9.0.0-alpha.17",
2222
"@storybook/test": "^9.0.0-alpha.2",
23-
"@storybook/vue3": "^9.0.17",
23+
"@storybook/vue3": "^9.0.18",
2424
"rsbuild-plugin-unplugin-vue": "^0.1.0",
25-
"storybook": "^9.0.17",
25+
"storybook": "^9.0.18",
2626
"storybook-addon-rslib": "^2.0.2",
2727
"storybook-vue3-rsbuild": "^2.0.2",
2828
"typescript": "^5.8.3",
29-
"vue": "^3.5.17",
30-
"vue-tsc": "^3.0.3"
29+
"vue": "^3.5.18",
30+
"vue-tsc": "^3.0.4"
3131
},
3232
"peerDependencies": {
3333
"vue": ">=3.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"fs-extra": "^11.3.0",
5252
"heading-case": "^0.1.6",
5353
"nano-staged": "^0.8.0",
54-
"nx": "^21.3.1",
54+
"nx": "^21.3.7",
5555
"prettier": "^3.6.2",
5656
"prettier-plugin-packagejson": "^2.5.19",
5757
"simple-git-hooks": "^2.13.0",

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@
4343
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4444
},
4545
"dependencies": {
46-
"@rsbuild/core": "~1.4.10",
46+
"@rsbuild/core": "~1.4.11",
4747
"rsbuild-plugin-dts": "workspace:*",
4848
"tinyglobby": "^0.2.14"
4949
},
5050
"devDependencies": {
51-
"@module-federation/rsbuild-plugin": "^0.17.0",
51+
"@module-federation/rsbuild-plugin": "^0.17.1",
5252
"@rslib/tsconfig": "workspace:*",
5353
"@types/fs-extra": "^11.0.4",
5454
"cac": "^6.7.14",
5555
"chokidar": "^4.0.3",
5656
"fs-extra": "^11.3.0",
57-
"memfs": "^4.17.2",
57+
"memfs": "^4.23.0",
5858
"picocolors": "1.1.1",
59-
"prebundle": "1.3.4",
59+
"prebundle": "1.4.0",
6060
"rsbuild-plugin-publint": "^0.3.2",
61-
"rslib": "npm:@rslib/core@0.10.6",
61+
"rslib": "npm:@rslib/core@0.11.0",
6262
"rslog": "^1.2.9",
6363
"tsconfck": "3.1.6",
6464
"typescript": "^5.8.3"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@rslib/core": "workspace:*",
2121
"rsbuild-plugin-unplugin-vue": "^0.1.0",
22-
"vue": "^3.5.17"
22+
"vue": "^3.5.18"
2323
},
2424
"peerDependencies": {
2525
"vue": "^3.2.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@rslib/core": "workspace:*",
2121
"rsbuild-plugin-unplugin-vue": "^0.1.0",
2222
"typescript": "^5.8.3",
23-
"vue": "^3.5.17",
24-
"vue-tsc": "^3.0.3"
23+
"vue": "^3.5.18",
24+
"vue-tsc": "^3.0.4"
2525
},
2626
"peerDependencies": {
2727
"vue": "^3.2.0"

0 commit comments

Comments
 (0)