Skip to content

Commit 627aa10

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

File tree

68 files changed

+617
-731
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

+617
-731
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.18.3",
16-
"@rsbuild/core": "~1.5.0",
16+
"@rsbuild/core": "~1.5.1",
1717
"@rsbuild/plugin-react": "^1.3.5",
18-
"@types/react": "^19.1.11",
19-
"@types/react-dom": "^19.1.7",
18+
"@types/react": "^19.1.12",
19+
"@types/react-dom": "^19.1.8",
2020
"typescript": "^5.9.2"
2121
}
2222
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"@module-federation/storybook-addon": "^4.0.27",
2424
"@rsbuild/plugin-react": "^1.3.5",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.1.11",
26+
"@types/react": "^19.1.12",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.1",
2929
"react-dom": "^19.1.1",
3030
"storybook": "^9.1.3",
31-
"storybook-addon-rslib": "^2.0.4",
32-
"storybook-react-rsbuild": "^2.0.4"
31+
"storybook-addon-rslib": "^2.1.0",
32+
"storybook-react-rsbuild": "^2.1.0"
3333
},
3434
"peerDependencies": {
3535
"react": "*"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.18.3",
16-
"@rsbuild/core": "~1.5.0",
16+
"@rsbuild/core": "~1.5.1",
1717
"@rsbuild/plugin-react": "^1.3.5",
18-
"@types/react": "^19.1.11",
19-
"@types/react-dom": "^19.1.7",
18+
"@types/react": "^19.1.12",
19+
"@types/react-dom": "^19.1.8",
2020
"typescript": "^5.9.2"
2121
}
2222
}

examples/preact-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-preact": "^1.5.2",
12-
"@rsbuild/plugin-sass": "^1.3.5",
12+
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
1414
"preact": "^10.27.1"
1515
},

examples/react-component-bundle-false/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-react": "^1.3.5",
12-
"@rsbuild/plugin-sass": "^1.3.5",
12+
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.11",
14+
"@types/react": "^19.1.12",
1515
"react": "^19.1.1"
1616
},
1717
"peerDependencies": {

examples/react-component-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-react": "^1.3.5",
12-
"@rsbuild/plugin-sass": "^1.3.5",
12+
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.11",
14+
"@types/react": "^19.1.12",
1515
"react": "^19.1.1"
1616
},
1717
"peerDependencies": {

examples/react-component-umd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"devDependencies": {
1010
"@rsbuild/plugin-react": "^1.3.5",
11-
"@rsbuild/plugin-sass": "^1.3.5",
11+
"@rsbuild/plugin-sass": "^1.4.0",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.1.11",
13+
"@types/react": "^19.1.12",
1414
"react": "^19.1.1"
1515
},
1616
"peerDependencies": {

examples/solid-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@rsbuild/plugin-babel": "^1.0.6",
14-
"@rsbuild/plugin-sass": "^1.3.5",
14+
"@rsbuild/plugin-sass": "^1.4.0",
1515
"@rsbuild/plugin-solid": "^1.0.6",
1616
"@rslib/core": "workspace:*",
1717
"solid-js": "^1.9.9",

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.9.2",
15-
"vue": "^3.5.19",
15+
"vue": "^3.5.20",
1616
"vue-tsc": "^3.0.6"
1717
},
1818
"peerDependencies": {

examples/vue-component-bundleless/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"@storybook/vue3": "^9.1.3",
2424
"rsbuild-plugin-unplugin-vue": "^0.1.0",
2525
"storybook": "^9.1.3",
26-
"storybook-addon-rslib": "^2.0.4",
27-
"storybook-vue3-rsbuild": "^2.0.4",
26+
"storybook-addon-rslib": "^2.1.0",
27+
"storybook-vue3-rsbuild": "^2.1.0",
2828
"typescript": "^5.9.2",
29-
"vue": "^3.5.19",
29+
"vue": "^3.5.20",
3030
"vue-tsc": "^3.0.6"
3131
},
3232
"peerDependencies": {

0 commit comments

Comments
 (0)