Skip to content

Commit 67aea1b

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

File tree

44 files changed

+701
-656
lines changed

Some content is hidden

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

44 files changed

+701
-656
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.14.1",
16-
"@rsbuild/core": "~1.3.21",
15+
"@module-federation/rsbuild-plugin": "^0.14.3",
16+
"@rsbuild/core": "~1.3.22",
1717
"@rsbuild/plugin-react": "^1.3.1",
18-
"@types/react": "^19.1.5",
18+
"@types/react": "^19.1.6",
1919
"@types/react-dom": "^19.1.5",
2020
"typescript": "^5.8.3"
2121
}

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.14.1",
22-
"@module-federation/rsbuild-plugin": "^0.14.1",
23-
"@module-federation/storybook-addon": "^4.0.17",
21+
"@module-federation/enhanced": "^0.14.3",
22+
"@module-federation/rsbuild-plugin": "^0.14.3",
23+
"@module-federation/storybook-addon": "^4.0.19",
2424
"@rsbuild/plugin-react": "^1.3.1",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.1.5",
26+
"@types/react": "^19.1.6",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.0",
2929
"react-dom": "^19.1.0",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.14.1",
16-
"@rsbuild/core": "~1.3.21",
15+
"@module-federation/rsbuild-plugin": "^0.14.3",
16+
"@rsbuild/core": "~1.3.22",
1717
"@rsbuild/plugin-react": "^1.3.1",
18-
"@types/react": "^19.1.5",
18+
"@types/react": "^19.1.6",
1919
"@types/react-dom": "^19.1.5",
2020
"typescript": "^5.8.3"
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.3.1",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"preact": "^10.26.7"
14+
"preact": "^10.26.8"
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.1",
1212
"@rsbuild/plugin-sass": "^1.3.1",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.5",
14+
"@types/react": "^19.1.6",
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.5",
14+
"@types/react": "^19.1.6",
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.5",
13+
"@types/react": "^19.1.6",
1414
"react": "^19.1.0"
1515
},
1616
"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
"@rslib/core": "workspace:*",
1313
"rsbuild-plugin-unplugin-vue": "^0.1.0",
1414
"typescript": "^5.8.3",
15-
"vue": "^3.5.15",
15+
"vue": "^3.5.16",
1616
"vue-tsc": "^2.2.10"
1717
},
1818
"peerDependencies": {

examples/vue-component-bundleless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"storybook-addon-rslib": "^1.0.1",
2727
"storybook-vue3-rsbuild": "^1.0.1",
2828
"typescript": "^5.8.3",
29-
"vue": "^3.5.15",
29+
"vue": "^3.5.16",
3030
"vue-tsc": "^2.2.10"
3131
},
3232
"peerDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@biomejs/biome": "^1.9.4",
4646
"@changesets/cli": "^2.29.4",
4747
"@types/fs-extra": "^11.0.4",
48-
"@types/node": "^22.15.21",
48+
"@types/node": "^22.15.29",
4949
"check-dependency-version-consistency": "^5.0.0",
5050
"cross-env": "^7.0.3",
5151
"cspell-ban-words": "^0.0.4",
@@ -54,7 +54,7 @@
5454
"nano-staged": "^0.8.0",
5555
"nx": "^21.1.2",
5656
"prettier": "^3.5.3",
57-
"prettier-plugin-packagejson": "^2.5.14",
57+
"prettier-plugin-packagejson": "^2.5.15",
5858
"simple-git-hooks": "^2.13.0",
5959
"typescript": "^5.8.3",
6060
"vitest": "^3.1.4",

0 commit comments

Comments
 (0)