Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
788 changes: 549 additions & 239 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions rslib/iife/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@types/node": "^22.18.6",
"typescript": "^5.9.2"
}
}
}
4 changes: 2 additions & 2 deletions rslib/module-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@rspress/core": "^2.0.0-beta.34",
"@rspress/plugin-api-docgen": "^2.0.0-beta.34",
"@rspress/plugin-preview": "^2.0.0-beta.34",
Expand All @@ -34,4 +34,4 @@
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
}
}
}
4 changes: 2 additions & 2 deletions rslib/module-federation/mf-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@module-federation/rsbuild-plugin": "^0.19.1",
"@module-federation/storybook-addon": "^4.0.30",
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@types/react": "^19.1.15",
"http-server": "^14.1.1",
"react": "^19.1.1",
Expand All @@ -34,4 +34,4 @@
"peerDependencies": {
"react": "*"
}
}
}
12 changes: 3 additions & 9 deletions rslib/module-federation/mf-react-component/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,20 @@ export default defineConfig({
format: 'esm',
dts: true,
output: {
distPath: {
root: './dist/esm',
},
distPath: './dist/esm',
},
},
{
format: 'cjs',
dts: true,
output: {
distPath: {
root: './dist/cjs',
},
distPath: './dist/cjs',
},
},
{
format: 'mf',
output: {
distPath: {
root: './dist/mf',
},
distPath: './dist/mf',
assetPrefix: 'http://localhost:3001/mf',
},
dev: {
Expand Down
4 changes: 2 additions & 2 deletions rslib/node-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@types/node": "^22.18.6",
"typescript": "^5.9.2"
}
}
}
4 changes: 2 additions & 2 deletions rslib/node-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"test": "rstest"
},
"devDependencies": {
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@rstest/core": "^0.5.0",
"@types/node": "^22.18.6",
"typescript": "^5.9.2"
}
}
}
4 changes: 2 additions & 2 deletions rslib/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"devDependencies": {
"@rsbuild/plugin-preact": "^1.5.2",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"preact": "^10.27.2",
"typescript": "^5.9.2"
},
"peerDependencies": {
"preact": "^10"
}
}
}
4 changes: 2 additions & 2 deletions rslib/react-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@types/react": "^19.1.15",
"react": "^19.1.1",
"typescript": "^5.9.2"
Expand All @@ -27,4 +27,4 @@
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
}
4 changes: 2 additions & 2 deletions rslib/react-css-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@types/react": "^19.1.15",
"react": "^19.1.1",
"typescript": "^5.9.2"
Expand All @@ -27,4 +27,4 @@
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
}
4 changes: 2 additions & 2 deletions rslib/react-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@rsbuild/plugin-less": "^1.5.0",
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@types/react": "^19.1.15",
"react": "^19.1.1",
"typescript": "^5.9.2"
Expand All @@ -28,4 +28,4 @@
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
}
4 changes: 2 additions & 2 deletions rslib/react-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@rstest/core": "^0.5.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
Expand All @@ -32,4 +32,4 @@
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
}
4 changes: 2 additions & 2 deletions rslib/react-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.1",
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@types/react": "^19.1.15",
"react": "^19.1.1",
"typescript": "^5.9.2"
Expand All @@ -28,4 +28,4 @@
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
}
2 changes: 1 addition & 1 deletion rslib/react-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@rsbuild/core": "~1.5.12",
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@storybook/addon-docs": "^9.1.8",
"@storybook/addon-onboarding": "^9.1.8",
"@storybook/react": "^9.1.8",
Expand Down
4 changes: 2 additions & 2 deletions rslib/react-tailwindcss-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@types/react": "^19.1.15",
"react": "^19.1.1",
"tailwindcss": "^3.4.17",
Expand All @@ -28,4 +28,4 @@
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
}
4 changes: 2 additions & 2 deletions rslib/react-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.1",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@tailwindcss/postcss": "^4.1.13",
"@types/react": "^19.1.15",
"react": "^19.1.1",
Expand All @@ -29,4 +29,4 @@
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
}
4 changes: 2 additions & 2 deletions rslib/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"devDependencies": {
"@rsbuild/plugin-babel": "^1.0.6",
"@rsbuild/plugin-solid": "^1.0.6",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"preact": "^10.27.2",
"solid-js": "^1.9.9",
"typescript": "^5.9.2"
},
"peerDependencies": {
"solid-js": "^1.0.0"
}
}
}
4 changes: 2 additions & 2 deletions rslib/umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.1",
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@types/react": "^19.1.15",
"react": "^19.1.1",
"typescript": "^5.9.2"
},
"peerDependencies": {
"react": "*"
}
}
}
4 changes: 2 additions & 2 deletions rslib/vue-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"typescript": "^5.9.2",
"vue": "^3.5.21",
Expand All @@ -26,4 +26,4 @@
"peerDependencies": {
"vue": "^3.2.0"
}
}
}
4 changes: 2 additions & 2 deletions rslib/vue-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "rstest"
},
"devDependencies": {
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@rstest/core": "^0.5.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/vue": "^8.1.0",
Expand All @@ -32,4 +32,4 @@
"peerDependencies": {
"vue": "^3.2.0"
}
}
}
2 changes: 1 addition & 1 deletion rslib/vue-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@rsbuild/core": "~1.5.12",
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@storybook/addon-docs": "^9.1.8",
"@storybook/addon-onboarding": "^9.1.8",
"@storybook/vue3": "^9.1.8",
Expand Down
4 changes: 2 additions & 2 deletions rslib/web-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rslib/core": "^0.14.0",
"@rslib/core": "^0.16.0",
"@types/node": "^22.18.6",
"typescript": "^5.9.2"
}
}
}