Skip to content

Commit af88a1f

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

File tree

53 files changed

+899
-704
lines changed

Some content is hidden

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

53 files changed

+899
-704
lines changed

.github/renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
// umd tests need to lock this version
6767
'react-18',
6868
'react-dom-18',
69+
// bundled dts tests need to lock this version
70+
'@vitest/expect',
6971
// see https://github.com/web-infra-dev/rslib/pull/992
7072
'@ast-grep/napi',
7173
],

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

Lines changed: 3 additions & 3 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.14.3",
15+
"@module-federation/rsbuild-plugin": "^0.15.0",
1616
"@rsbuild/core": "1.4.0-beta.2",
17-
"@rsbuild/plugin-react": "^1.3.1",
17+
"@rsbuild/plugin-react": "^1.3.2",
1818
"@types/react": "^19.1.6",
19-
"@types/react-dom": "^19.1.5",
19+
"@types/react-dom": "^19.1.6",
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.14.3",
22-
"@module-federation/rsbuild-plugin": "^0.14.3",
23-
"@module-federation/storybook-addon": "^4.0.19",
24-
"@rsbuild/plugin-react": "^1.3.1",
21+
"@module-federation/enhanced": "^0.15.0",
22+
"@module-federation/rsbuild-plugin": "^0.15.0",
23+
"@module-federation/storybook-addon": "^4.0.20",
24+
"@rsbuild/plugin-react": "^1.3.2",
2525
"@rslib/core": "workspace:*",
2626
"@types/react": "^19.1.6",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.0",
2929
"react-dom": "^19.1.0",
30-
"storybook": "^9.0.4",
30+
"storybook": "^9.0.5",
3131
"storybook-addon-rslib": "^2.0.0",
3232
"storybook-react-rsbuild": "^2.0.0"
3333
},

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

Lines changed: 3 additions & 3 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.14.3",
15+
"@module-federation/rsbuild-plugin": "^0.15.0",
1616
"@rsbuild/core": "1.4.0-beta.2",
17-
"@rsbuild/plugin-react": "^1.3.1",
17+
"@rsbuild/plugin-react": "^1.3.2",
1818
"@types/react": "^19.1.6",
19-
"@types/react-dom": "^19.1.5",
19+
"@types/react-dom": "^19.1.6",
2020
"typescript": "^5.8.3"
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.3.1",
12-
"@rsbuild/plugin-sass": "^1.3.1",
12+
"@rsbuild/plugin-sass": "^1.3.2",
1313
"@rslib/core": "workspace:*",
1414
"preact": "^10.26.8"
1515
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.3.1",
12-
"@rsbuild/plugin-sass": "^1.3.1",
11+
"@rsbuild/plugin-react": "^1.3.2",
12+
"@rsbuild/plugin-sass": "^1.3.2",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.1.6",
1515
"react": "^19.1.0"

examples/react-component-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.3.1",
12-
"@rsbuild/plugin-sass": "^1.3.1",
11+
"@rsbuild/plugin-react": "^1.3.2",
12+
"@rsbuild/plugin-sass": "^1.3.2",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.1.6",
1515
"react": "^19.1.0"

examples/react-component-umd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"build": "rslib build"
88
},
99
"devDependencies": {
10-
"@rsbuild/plugin-react": "^1.3.1",
11-
"@rsbuild/plugin-sass": "^1.3.1",
10+
"@rsbuild/plugin-react": "^1.3.2",
11+
"@rsbuild/plugin-sass": "^1.3.2",
1212
"@rslib/core": "workspace:*",
1313
"@types/react": "^19.1.6",
1414
"react": "^19.1.0"

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.5",
14-
"@rsbuild/plugin-sass": "^1.3.1",
14+
"@rsbuild/plugin-sass": "^1.3.2",
1515
"@rsbuild/plugin-solid": "^1.0.5",
1616
"@rslib/core": "workspace:*",
1717
"solid-js": "^1.9.7",

examples/vue-component-bundleless/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"@rslib/core": "workspace:*",
1717
"@storybook/addon-essentials": "^9.0.0-alpha.12",
1818
"@storybook/addon-interactions": "^9.0.0-alpha.10",
19-
"@storybook/addon-links": "^9.0.4",
20-
"@storybook/addon-onboarding": "^9.0.4",
19+
"@storybook/addon-links": "^9.0.5",
20+
"@storybook/addon-onboarding": "^9.0.5",
2121
"@storybook/blocks": "^9.0.0-alpha.17",
2222
"@storybook/test": "^9.0.0-alpha.2",
23-
"@storybook/vue3": "^9.0.4",
23+
"@storybook/vue3": "^9.0.5",
2424
"rsbuild-plugin-unplugin-vue": "^0.1.0",
25-
"storybook": "^9.0.4",
25+
"storybook": "^9.0.5",
2626
"storybook-addon-rslib": "^2.0.0",
2727
"storybook-vue3-rsbuild": "^2.0.0",
2828
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)