Skip to content

Commit 423c9ee

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

File tree

79 files changed

+784
-705
lines changed

Some content is hidden

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

79 files changed

+784
-705
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "rsbuild preview"
1010
},
1111
"dependencies": {
12-
"react": "^19.2.1",
13-
"react-dom": "^19.2.1"
12+
"react": "^19.2.3",
13+
"react-dom": "^19.2.3"
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^0.21.6",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"@rsbuild/core": "~1.6.14",
2626
"@rsbuild/plugin-react": "^1.4.2",
2727
"@rslib/core": "workspace:*",
28-
"@storybook/addon-docs": "^10.1.4",
29-
"@storybook/addon-onboarding": "^10.1.4",
30-
"@storybook/react": "^10.1.4",
28+
"@storybook/addon-docs": "^10.1.8",
29+
"@storybook/addon-onboarding": "^10.1.8",
30+
"@storybook/react": "^10.1.8",
3131
"@types/react": "^19.2.7",
3232
"http-server": "^14.1.1",
33-
"react": "^19.2.1",
34-
"react-dom": "^19.2.1",
35-
"storybook": "^10.1.4",
33+
"react": "^19.2.3",
34+
"react-dom": "^19.2.3",
35+
"storybook": "^10.1.8",
3636
"storybook-addon-rslib": "^3.1.0",
3737
"storybook-react-rsbuild": "^3.1.0"
3838
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "rsbuild preview"
1010
},
1111
"dependencies": {
12-
"react": "^19.2.1",
13-
"react-dom": "^19.2.1"
12+
"react": "^19.2.3",
13+
"react-dom": "^19.2.3"
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^0.21.6",

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.1"
16+
"react": "^19.2.3"
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.1"
16+
"react": "^19.2.3"
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.1"
15+
"react": "^19.2.3"
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.7"
16+
"vue-tsc": "^3.1.8"
1717
},
1818
"peerDependencies": {
1919
"vue": ">=3.0.0"

examples/vue-component-bundleless/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"devDependencies": {
1616
"@rsbuild/core": "~1.6.14",
1717
"@rslib/core": "workspace:*",
18-
"@storybook/addon-docs": "^10.1.4",
19-
"@storybook/addon-onboarding": "^10.1.4",
20-
"@storybook/vue3": "^10.1.4",
18+
"@storybook/addon-docs": "^10.1.8",
19+
"@storybook/addon-onboarding": "^10.1.8",
20+
"@storybook/vue3": "^10.1.8",
2121
"rsbuild-plugin-unplugin-vue": "^0.1.0",
22-
"storybook": "^10.1.4",
22+
"storybook": "^10.1.8",
2323
"storybook-addon-rslib": "^3.1.0",
2424
"storybook-vue3-rsbuild": "^3.1.0",
2525
"typescript": "^5.9.3",
2626
"vue": "^3.5.25",
27-
"vue-tsc": "^3.1.7"
27+
"vue-tsc": "^3.1.8"
2828
},
2929
"peerDependencies": {
3030
"vue": ">=3.0.0"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,25 @@
4545
"@biomejs/biome": "^2.3.8",
4646
"@changesets/cli": "^2.29.8",
4747
"@rslint/core": "^0.1.14",
48-
"@rstest/core": "^0.7.1",
48+
"@rstest/core": "^0.7.2",
4949
"@types/fs-extra": "^11.0.4",
50-
"@types/node": "^24.10.1",
50+
"@types/node": "^24.10.4",
5151
"check-dependency-version-consistency": "^5.0.1",
5252
"cross-env": "^10.1.0",
5353
"cspell-ban-words": "^0.0.4",
5454
"fs-extra": "^11.3.2",
5555
"heading-case": "^1.0.3",
5656
"nano-staged": "^0.9.0",
57-
"nx": "^22.1.3",
57+
"nx": "^22.2.3",
5858
"prettier": "^3.7.4",
5959
"prettier-plugin-packagejson": "^2.5.20",
6060
"simple-git-hooks": "^2.13.1",
6161
"typescript": "^5.9.3",
6262
"zx": "^8.8.5"
6363
},
64-
"packageManager": "pnpm@10.24.0",
64+
"packageManager": "pnpm@10.25.0",
6565
"engines": {
6666
"node": ">=18.12.0",
67-
"pnpm": ">=10.24.0"
67+
"pnpm": ">=10.25.0"
6868
}
6969
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"picocolors": "1.1.1",
5959
"prebundle": "1.6.0",
6060
"rsbuild-plugin-publint": "^0.3.3",
61-
"rslib": "npm:@rslib/core@0.18.3",
61+
"rslib": "npm:@rslib/core@0.18.4",
6262
"rslog": "^1.3.2",
6363
"tinyglobby": "0.2.14",
6464
"tsconfck": "3.1.6",

0 commit comments

Comments
 (0)