Skip to content

Commit 1f050e2

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

File tree

39 files changed

+896
-916
lines changed

39 files changed

+896
-916
lines changed

examples/express-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {},
88
"devDependencies": {
99
"@rslib/core": "workspace:*",
10-
"@types/express": "^5.0.1",
10+
"@types/express": "^5.0.2",
1111
"express": "^5.1.0",
1212
"typescript": "^5.8.3"
1313
},

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.1.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.13.1",
16-
"@rsbuild/core": "1.3.19",
15+
"@module-federation/rsbuild-plugin": "^0.14.0",
16+
"@rsbuild/core": "1.3.20",
1717
"@rsbuild/plugin-react": "^1.3.1",
18-
"@types/react": "^19.1.3",
19-
"@types/react-dom": "^19.1.3",
18+
"@types/react": "^19.1.4",
19+
"@types/react-dom": "^19.1.5",
2020
"typescript": "^5.8.3"
2121
}
2222
}

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.13.1",
22-
"@module-federation/rsbuild-plugin": "^0.13.1",
23-
"@module-federation/storybook-addon": "^4.0.15",
21+
"@module-federation/enhanced": "^0.14.0",
22+
"@module-federation/rsbuild-plugin": "^0.14.0",
23+
"@module-federation/storybook-addon": "^4.0.16",
2424
"@rsbuild/plugin-react": "^1.3.1",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.1.3",
26+
"@types/react": "^19.1.4",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.0",
2929
"react-dom": "^19.1.0",
30-
"storybook": "^8.6.12",
30+
"storybook": "^8.6.14",
3131
"storybook-addon-rslib": "^1.0.1",
3232
"storybook-react-rsbuild": "^1.0.1"
3333
},

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.1.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.13.1",
16-
"@rsbuild/core": "1.3.19",
15+
"@module-federation/rsbuild-plugin": "^0.14.0",
16+
"@rsbuild/core": "1.3.20",
1717
"@rsbuild/plugin-react": "^1.3.1",
18-
"@types/react": "^19.1.3",
19-
"@types/react-dom": "^19.1.3",
18+
"@types/react": "^19.1.4",
19+
"@types/react-dom": "^19.1.5",
2020
"typescript": "^5.8.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.3.1",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.3",
14+
"@types/react": "^19.1.4",
1515
"react": "^19.1.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.3.1",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.3",
14+
"@types/react": "^19.1.4",
1515
"react": "^19.1.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.3.1",
1111
"@rsbuild/plugin-sass": "^1.3.1",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.1.3",
13+
"@types/react": "^19.1.4",
1414
"react": "^19.1.0"
1515
},
1616
"peerDependencies": {

examples/solid-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rsbuild/plugin-sass": "^1.3.1",
1515
"@rsbuild/plugin-solid": "^1.0.5",
1616
"@rslib/core": "workspace:*",
17-
"solid-js": "^1.9.6",
17+
"solid-js": "^1.9.7",
1818
"typescript": "^5.8.3"
1919
},
2020
"peerDependencies": {

examples/vue-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-vue": "^1.0.7",
1313
"@rslib/core": "workspace:*",
1414
"typescript": "^5.8.3",
15-
"vue": "^3.5.13",
15+
"vue": "^3.5.14",
1616
"vue-tsc": "^2.2.10"
1717
},
1818
"peerDependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@biomejs/biome": "^1.9.4",
46-
"@changesets/cli": "^2.29.3",
46+
"@changesets/cli": "^2.29.4",
4747
"@types/fs-extra": "^11.0.4",
4848
"@types/node": "^22.8.1",
4949
"check-dependency-version-consistency": "^5.0.0",
@@ -54,10 +54,10 @@
5454
"nano-staged": "^0.8.0",
5555
"nx": "^21.0.3",
5656
"prettier": "^3.5.3",
57-
"prettier-plugin-packagejson": "^2.5.12",
57+
"prettier-plugin-packagejson": "^2.5.14",
5858
"simple-git-hooks": "^2.13.0",
5959
"typescript": "^5.8.3",
60-
"vitest": "^3.1.3",
60+
"vitest": "^3.1.4",
6161
"zx": "^8.5.4"
6262
},
6363
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)