Skip to content

Commit bf76058

Browse files
chore(deps): update all non-major dependencies
1 parent 2de7357 commit bf76058

File tree

63 files changed

+925
-1025
lines changed

Some content is hidden

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

63 files changed

+925
-1025
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.1.1"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.18.2",
15+
"@module-federation/rsbuild-plugin": "^0.18.3",
1616
"@rsbuild/core": "1.5.0-rc.0",
1717
"@rsbuild/plugin-react": "^1.3.5",
18-
"@types/react": "^19.1.10",
18+
"@types/react": "^19.1.11",
1919
"@types/react-dom": "^19.1.7",
2020
"typescript": "^5.9.2"
2121
}

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

Lines changed: 5 additions & 5 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.18.2",
22-
"@module-federation/rsbuild-plugin": "^0.18.2",
23-
"@module-federation/storybook-addon": "^4.0.26",
21+
"@module-federation/enhanced": "^0.18.3",
22+
"@module-federation/rsbuild-plugin": "^0.18.3",
23+
"@module-federation/storybook-addon": "^4.0.27",
2424
"@rsbuild/plugin-react": "^1.3.5",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.1.10",
26+
"@types/react": "^19.1.11",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.1",
2929
"react-dom": "^19.1.1",
30-
"storybook": "^9.1.2",
30+
"storybook": "^9.1.3",
3131
"storybook-addon-rslib": "^2.0.4",
3232
"storybook-react-rsbuild": "^2.0.4"
3333
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.1.1"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.18.2",
15+
"@module-federation/rsbuild-plugin": "^0.18.3",
1616
"@rsbuild/core": "1.5.0-rc.0",
1717
"@rsbuild/plugin-react": "^1.3.5",
18-
"@types/react": "^19.1.10",
18+
"@types/react": "^19.1.11",
1919
"@types/react-dom": "^19.1.7",
2020
"typescript": "^5.9.2"
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-preact": "^1.5.2",
1212
"@rsbuild/plugin-sass": "^1.3.5",
1313
"@rslib/core": "workspace:*",
14-
"preact": "^10.27.0"
14+
"preact": "^10.27.1"
1515
},
1616
"peerDependencies": {
1717
"preact": "^10"

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

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

examples/react-component-bundle/package.json

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

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@rsbuild/plugin-react": "^1.3.5",
1111
"@rsbuild/plugin-sass": "^1.3.5",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.1.10",
13+
"@types/react": "^19.1.11",
1414
"react": "^19.1.1"
1515
},
1616
"peerDependencies": {

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.9.2",
15-
"vue": "^3.5.18",
16-
"vue-tsc": "^3.0.5"
15+
"vue": "^3.5.19",
16+
"vue-tsc": "^3.0.6"
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.1.2",
20-
"@storybook/addon-onboarding": "^9.1.2",
19+
"@storybook/addon-links": "^9.1.3",
20+
"@storybook/addon-onboarding": "^9.1.3",
2121
"@storybook/blocks": "^9.0.0-alpha.17",
2222
"@storybook/test": "^9.0.0-alpha.2",
23-
"@storybook/vue3": "^9.1.2",
23+
"@storybook/vue3": "^9.1.3",
2424
"rsbuild-plugin-unplugin-vue": "^0.1.0",
25-
"storybook": "^9.1.2",
25+
"storybook": "^9.1.3",
2626
"storybook-addon-rslib": "^2.0.4",
2727
"storybook-vue3-rsbuild": "^2.0.4",
2828
"typescript": "^5.9.2",
29-
"vue": "^3.5.18",
30-
"vue-tsc": "^3.0.5"
29+
"vue": "^3.5.19",
30+
"vue-tsc": "^3.0.6"
3131
},
3232
"peerDependencies": {
3333
"vue": ">=3.0.0"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@
4141
"pnpm-lock.yaml": "pnpm dedupe --check"
4242
},
4343
"devDependencies": {
44-
"@biomejs/biome": "^2.2.0",
44+
"@biomejs/biome": "^2.2.2",
4545
"@changesets/cli": "^2.29.6",
46-
"@rslint/core": "^0.1.11",
47-
"@rstest/core": "0.2.1",
46+
"@rslint/core": "^0.1.12",
47+
"@rstest/core": "0.2.2",
4848
"@types/fs-extra": "^11.0.4",
4949
"@types/node": "^22.17.2",
5050
"check-dependency-version-consistency": "^5.0.1",
5151
"cross-env": "^10.0.0",
5252
"cspell-ban-words": "^0.0.4",
5353
"fs-extra": "^11.3.1",
54-
"heading-case": "^1.0.0",
54+
"heading-case": "^1.0.1",
5555
"nano-staged": "^0.8.0",
56-
"nx": "^21.4.0",
56+
"nx": "^21.4.1",
5757
"prettier": "^3.6.2",
5858
"prettier-plugin-packagejson": "^2.5.19",
5959
"simple-git-hooks": "^2.13.1",
6060
"typescript": "^5.9.2",
61-
"zx": "^8.8.0"
61+
"zx": "^8.8.1"
6262
},
63-
"packageManager": "pnpm@10.14.0",
63+
"packageManager": "pnpm@10.15.0",
6464
"engines": {
6565
"node": ">=18.12.0",
66-
"pnpm": ">=10.14.0"
66+
"pnpm": ">=10.15.0"
6767
}
6868
}

0 commit comments

Comments
 (0)