Skip to content

Commit 3ea0364

Browse files
chore(deps): update all non-major dependencies (#1338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 056432d commit 3ea0364

File tree

68 files changed

+677
-881
lines changed

Some content is hidden

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

68 files changed

+677
-881
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"react-dom": "^19.2.0"
1414
},
1515
"devDependencies": {
16-
"@module-federation/rsbuild-plugin": "^0.21.3",
16+
"@module-federation/rsbuild-plugin": "^0.21.4",
1717
"@rsbuild/core": "~1.6.6",
1818
"@rsbuild/plugin-react": "^1.4.2",
19-
"@types/react": "^19.2.2",
20-
"@types/react-dom": "^19.2.2",
19+
"@types/react": "^19.2.5",
20+
"@types/react-dom": "^19.2.3",
2121
"typescript": "^5.9.3"
2222
}
2323
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"storybook": "storybook dev -p 6006"
2020
},
2121
"devDependencies": {
22-
"@module-federation/enhanced": "^0.21.3",
23-
"@module-federation/rsbuild-plugin": "^0.21.3",
24-
"@module-federation/storybook-addon": "^4.0.35",
22+
"@module-federation/enhanced": "^0.21.4",
23+
"@module-federation/rsbuild-plugin": "^0.21.4",
24+
"@module-federation/storybook-addon": "^4.0.36",
2525
"@rsbuild/plugin-react": "^1.4.2",
2626
"@rslib/core": "workspace:*",
27-
"@types/react": "^19.2.2",
27+
"@types/react": "^19.2.5",
2828
"http-server": "^14.1.1",
2929
"react": "^19.2.0",
3030
"react-dom": "^19.2.0",
3131
"storybook": "^9.1.16",
32-
"storybook-addon-rslib": "^2.1.4",
33-
"storybook-react-rsbuild": "^2.1.4"
32+
"storybook-addon-rslib": "^2.1.5",
33+
"storybook-react-rsbuild": "^2.1.5"
3434
},
3535
"peerDependencies": {
3636
"react": "*"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"react-dom": "^19.2.0"
1414
},
1515
"devDependencies": {
16-
"@module-federation/rsbuild-plugin": "^0.21.3",
16+
"@module-federation/rsbuild-plugin": "^0.21.4",
1717
"@rsbuild/core": "~1.6.6",
1818
"@rsbuild/plugin-react": "^1.4.2",
19-
"@types/react": "^19.2.2",
20-
"@types/react-dom": "^19.2.2",
19+
"@types/react": "^19.2.5",
20+
"@types/react-dom": "^19.2.3",
2121
"typescript": "^5.9.3"
2222
}
2323
}

examples/react-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-react": "^1.4.2",
1313
"@rsbuild/plugin-sass": "^1.4.0",
1414
"@rslib/core": "workspace:*",
15-
"@types/react": "^19.2.2",
15+
"@types/react": "^19.2.5",
1616
"react": "^19.2.0"
1717
},
1818
"peerDependencies": {

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@rsbuild/plugin-react": "^1.4.2",
1313
"@rsbuild/plugin-sass": "^1.4.0",
1414
"@rslib/core": "workspace:*",
15-
"@types/react": "^19.2.2",
15+
"@types/react": "^19.2.5",
1616
"react": "^19.2.0"
1717
},
1818
"peerDependencies": {

examples/react-component-umd/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.4.2",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.2.2",
14+
"@types/react": "^19.2.5",
1515
"react": "^19.2.0"
1616
},
1717
"peerDependencies": {

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.24",
16-
"vue-tsc": "^3.1.3"
16+
"vue-tsc": "^3.1.4"
1717
},
1818
"peerDependencies": {
1919
"vue": ">=3.0.0"

examples/vue-component-bundleless/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@storybook/vue3": "^9.1.16",
2020
"rsbuild-plugin-unplugin-vue": "^0.1.0",
2121
"storybook": "^9.1.16",
22-
"storybook-addon-rslib": "^2.1.4",
23-
"storybook-vue3-rsbuild": "^2.1.4",
22+
"storybook-addon-rslib": "^2.1.5",
23+
"storybook-vue3-rsbuild": "^2.1.5",
2424
"typescript": "^5.9.3",
2525
"vue": "^3.5.24",
26-
"vue-tsc": "^3.1.3"
26+
"vue-tsc": "^3.1.4"
2727
},
2828
"peerDependencies": {
2929
"vue": ">=3.0.0"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
"pnpm-lock.yaml": "pnpm dedupe --check"
4343
},
4444
"devDependencies": {
45-
"@biomejs/biome": "^2.3.4",
45+
"@biomejs/biome": "^2.3.5",
4646
"@changesets/cli": "^2.29.7",
4747
"@rslint/core": "^0.1.13",
48-
"@rstest/core": "^0.6.3",
48+
"@rstest/core": "^0.6.5",
4949
"@types/fs-extra": "^11.0.4",
50-
"@types/node": "^24.10.0",
50+
"@types/node": "^24.10.1",
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.8.0",
57-
"nx": "^22.0.2",
57+
"nx": "^22.0.3",
5858
"prettier": "^3.6.2",
5959
"prettier-plugin-packagejson": "^2.5.19",
6060
"simple-git-hooks": "^2.13.1",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
"rsbuild-plugin-dts": "workspace:*"
4848
},
4949
"devDependencies": {
50-
"@module-federation/rsbuild-plugin": "^0.21.3",
50+
"@module-federation/rsbuild-plugin": "^0.21.4",
5151
"@rslib/tsconfig": "workspace:*",
5252
"@types/fs-extra": "^11.0.4",
5353
"cac": "^6.7.14",
5454
"chokidar": "^4.0.3",
5555
"fs-extra": "^11.3.2",
56-
"memfs": "^4.50.0",
56+
"memfs": "^4.51.0",
5757
"path-serializer": "0.5.1",
5858
"picocolors": "1.1.1",
5959
"prebundle": "1.5.0",

0 commit comments

Comments
 (0)