Skip to content

Commit b9d84cf

Browse files
authored
chore: bump Rslib and update rslib-vue and rslib-rstest examples (#420)
1 parent b9051d7 commit b9d84cf

File tree

28 files changed

+251
-610
lines changed

28 files changed

+251
-610
lines changed

pnpm-lock.yaml

Lines changed: 210 additions & 573 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rslib/iife/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dev": "rslib build --watch"
1515
},
1616
"devDependencies": {
17-
"@rslib/core": "^0.20.3",
17+
"@rslib/core": "^0.21.0",
1818
"@types/node": "^24.10.9",
1919
"typescript": "^5.9.3"
2020
}

rslib/module-doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@rsbuild/plugin-react": "^1.4.6",
24-
"@rslib/core": "^0.20.3",
24+
"@rslib/core": "^0.21.0",
2525
"@rspress/core": "^2.0.8",
2626
"@rspress/plugin-api-docgen": "^2.0.8",
2727
"@rspress/plugin-preview": "^2.0.8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@module-federation/rsbuild-plugin": "^2.3.1",
2424
"@module-federation/storybook-addon": "^5.0.4",
2525
"@rsbuild/plugin-react": "^1.4.6",
26-
"@rslib/core": "^0.20.3",
26+
"@rslib/core": "^0.21.0",
2727
"@types/react": "^19.2.10",
2828
"http-server": "^14.1.1",
2929
"react": "^19.2.4",

rslib/node-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dev": "rslib build --watch"
2020
},
2121
"devDependencies": {
22-
"@rslib/core": "^0.20.3",
22+
"@rslib/core": "^0.21.0",
2323
"@types/node": "^24.10.9",
2424
"typescript": "^5.9.3"
2525
}

rslib/node-rstest/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"test": "rstest"
2121
},
2222
"devDependencies": {
23-
"@rslib/core": "^0.20.3",
23+
"@rslib/core": "^0.21.0",
24+
"@rstest/adapter-rslib": "^0.2.2",
2425
"@rstest/core": "^0.9.6",
2526
"@types/node": "^24.10.9",
2627
"typescript": "^5.9.3"

rslib/node-rstest/rstest.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import { withRslibConfig } from '@rstest/adapter-rslib';
12
import { defineConfig } from '@rstest/core';
23

3-
export default defineConfig({});
4+
export default defineConfig({
5+
extends: withRslibConfig(),
6+
});

rslib/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@rsbuild/plugin-preact": "^1.7.2",
21-
"@rslib/core": "^0.20.3",
21+
"@rslib/core": "^0.21.0",
2222
"preact": "^10.28.3",
2323
"typescript": "^5.9.3"
2424
},

rslib/react-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@rsbuild/plugin-react": "^1.4.6",
21-
"@rslib/core": "^0.20.3",
21+
"@rslib/core": "^0.21.0",
2222
"@types/react": "^19.2.10",
2323
"react": "^19.2.4",
2424
"typescript": "^5.9.3"

rslib/react-css-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@rsbuild/plugin-react": "^1.4.6",
21-
"@rslib/core": "^0.20.3",
21+
"@rslib/core": "^0.21.0",
2222
"@types/react": "^19.2.10",
2323
"react": "^19.2.4",
2424
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)