Skip to content

Commit 2de4292

Browse files
chore(deps): update all non-major dependencies (#1264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timeless0911 <1604889533@qq.com>
1 parent 3cc2e30 commit 2de4292

File tree

58 files changed

+664
-657
lines changed

Some content is hidden

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

58 files changed

+664
-657
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"react-dom": "^19.2.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.19.1",
16-
"@rsbuild/core": "~1.5.13",
15+
"@module-federation/rsbuild-plugin": "^0.20.0",
16+
"@rsbuild/core": "~1.5.17",
1717
"@rsbuild/plugin-react": "^1.4.1",
18-
"@types/react": "^19.2.0",
19-
"@types/react-dom": "^19.2.0",
18+
"@types/react": "^19.2.2",
19+
"@types/react-dom": "^19.2.1",
2020
"typescript": "^5.9.3"
2121
}
2222
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"storybook": "storybook dev -p 6006"
1919
},
2020
"devDependencies": {
21-
"@module-federation/enhanced": "^0.19.1",
22-
"@module-federation/rsbuild-plugin": "^0.19.1",
23-
"@module-federation/storybook-addon": "^4.0.30",
21+
"@module-federation/enhanced": "^0.20.0",
22+
"@module-federation/rsbuild-plugin": "^0.20.0",
23+
"@module-federation/storybook-addon": "^4.0.31",
2424
"@rsbuild/plugin-react": "^1.4.1",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.2.0",
26+
"@types/react": "^19.2.2",
2727
"http-server": "^14.1.1",
2828
"react": "^19.2.0",
2929
"react-dom": "^19.2.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"react-dom": "^19.2.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.19.1",
16-
"@rsbuild/core": "~1.5.13",
15+
"@module-federation/rsbuild-plugin": "^0.20.0",
16+
"@rsbuild/core": "~1.5.17",
1717
"@rsbuild/plugin-react": "^1.4.1",
18-
"@types/react": "^19.2.0",
19-
"@types/react-dom": "^19.2.0",
18+
"@types/react": "^19.2.2",
19+
"@types/react-dom": "^19.2.1",
2020
"typescript": "^5.9.3"
2121
}
2222
}

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.4.1",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.2.0",
14+
"@types/react": "^19.2.2",
1515
"react": "^19.2.0"
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.4.1",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.2.0",
14+
"@types/react": "^19.2.2",
1515
"react": "^19.2.0"
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.4.1",
1111
"@rsbuild/plugin-sass": "^1.4.0",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.2.0",
13+
"@types/react": "^19.2.2",
1414
"react": "^19.2.0"
1515
},
1616
"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.22",
16-
"vue-tsc": "^3.1.0"
16+
"vue-tsc": "^3.1.1"
1717
},
1818
"peerDependencies": {
1919
"vue": ">=3.0.0"

examples/vue-component-bundleless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"storybook-vue3-rsbuild": "^2.1.2",
2424
"typescript": "^5.9.3",
2525
"vue": "^3.5.22",
26-
"vue-tsc": "^3.1.0"
26+
"vue-tsc": "^3.1.1"
2727
},
2828
"peerDependencies": {
2929
"vue": ">=3.0.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"@rslint/core": "^0.1.13",
4747
"@rstest/core": "^0.5.1",
4848
"@types/fs-extra": "^11.0.4",
49-
"@types/node": "^22.18.8",
49+
"@types/node": "^22.18.10",
5050
"check-dependency-version-consistency": "^5.0.1",
5151
"cross-env": "^10.1.0",
5252
"cspell-ban-words": "^0.0.4",
5353
"fs-extra": "^11.3.2",
5454
"heading-case": "^1.0.2",
5555
"nano-staged": "^0.8.0",
56-
"nx": "^21.6.3",
56+
"nx": "^21.6.4",
5757
"prettier": "^3.6.2",
5858
"prettier-plugin-packagejson": "^2.5.19",
5959
"simple-git-hooks": "^2.13.1",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4444
},
4545
"dependencies": {
46-
"@rsbuild/core": "~1.5.13",
46+
"@rsbuild/core": "~1.5.17",
4747
"rsbuild-plugin-dts": "workspace:*"
4848
},
4949
"devDependencies": {
50-
"@module-federation/rsbuild-plugin": "^0.19.1",
50+
"@module-federation/rsbuild-plugin": "^0.20.0",
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.48.1",
56+
"memfs": "^4.49.0",
5757
"path-serializer": "0.5.1",
5858
"picocolors": "1.1.1",
5959
"prebundle": "1.4.2",

0 commit comments

Comments
 (0)