Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions examples/module-federation/mf-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"react-dom": "^19.1.1"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.18.4",
"@rsbuild/core": "1.5.4",
"@module-federation/rsbuild-plugin": "^0.19.1",
"@rsbuild/core": "1.5.7",
"@rsbuild/plugin-react": "^1.4.0",
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"typescript": "^5.9.2"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/module-federation/mf-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"storybook": "storybook dev -p 6006"
},
"devDependencies": {
"@module-federation/enhanced": "^0.18.4",
"@module-federation/rsbuild-plugin": "^0.18.4",
"@module-federation/storybook-addon": "^4.0.28",
"@module-federation/enhanced": "^0.19.1",
"@module-federation/rsbuild-plugin": "^0.19.1",
"@module-federation/storybook-addon": "^4.0.30",
"@rsbuild/plugin-react": "^1.4.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"http-server": "^14.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"storybook": "^9.1.5",
"storybook-addon-rslib": "^2.1.0",
"storybook-react-rsbuild": "^2.1.0"
"storybook": "^9.1.6",
"storybook-addon-rslib": "^2.1.1",
"storybook-react-rsbuild": "^2.1.1"
},
"peerDependencies": {
"react": "*"
Expand Down
6 changes: 3 additions & 3 deletions examples/module-federation/mf-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"react-dom": "^19.1.1"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.18.4",
"@rsbuild/core": "1.5.4",
"@module-federation/rsbuild-plugin": "^0.19.1",
"@rsbuild/core": "1.5.7",
"@rsbuild/plugin-react": "^1.4.0",
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"typescript": "^5.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/preact-component-bundle-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@rsbuild/plugin-preact": "^1.5.2",
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "workspace:*",
"preact": "^10.27.1"
"preact": "^10.27.2"
},
"peerDependencies": {
"preact": "^10"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@rsbuild/plugin-react": "^1.4.0",
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"react": "^19.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@rsbuild/plugin-react": "^1.4.0",
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"react": "^19.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@rsbuild/plugin-react": "^1.4.0",
"@rsbuild/plugin-sass": "^1.4.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"react": "^19.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"typescript": "^5.9.2",
"vue": "^3.5.21",
"vue-tsc": "^3.0.6"
"vue-tsc": "^3.0.7"
},
"peerDependencies": {
"vue": ">=3.0.0"
Expand Down
14 changes: 7 additions & 7 deletions examples/vue-component-bundleless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.1.5",
"@storybook/addon-onboarding": "^9.1.5",
"@storybook/addon-links": "^9.1.6",
"@storybook/addon-onboarding": "^9.1.6",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/test": "^9.0.0-alpha.2",
"@storybook/vue3": "^9.1.5",
"@storybook/vue3": "^9.1.6",
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"storybook": "^9.1.5",
"storybook-addon-rslib": "^2.1.0",
"storybook-vue3-rsbuild": "^2.1.0",
"storybook": "^9.1.6",
"storybook-addon-rslib": "^2.1.1",
"storybook-vue3-rsbuild": "^2.1.1",
"typescript": "^5.9.2",
"vue": "^3.5.21",
"vue-tsc": "^3.0.6"
"vue-tsc": "^3.0.7"
},
"peerDependencies": {
"vue": ">=3.0.0"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@
"@biomejs/biome": "^2.2.4",
"@changesets/cli": "^2.29.7",
"@rslint/core": "^0.1.13",
"@rstest/core": "^0.3.3",
"@rstest/core": "^0.3.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.18.1",
"@types/node": "^22.18.4",
"check-dependency-version-consistency": "^5.0.1",
"cross-env": "^10.0.0",
"cspell-ban-words": "^0.0.4",
"fs-extra": "^11.3.1",
"fs-extra": "^11.3.2",
"heading-case": "^1.0.2",
"nano-staged": "^0.8.0",
"nx": "^21.5.1",
"nx": "^21.5.2",
"prettier": "^3.6.2",
"prettier-plugin-packagejson": "^2.5.19",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.2",
"zx": "^8.8.1"
},
"packageManager": "pnpm@10.15.0",
"packageManager": "pnpm@10.16.1",
"engines": {
"node": ">=18.12.0",
"pnpm": ">=10.15.0"
"pnpm": ">=10.16.1"
}
}
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
},
"dependencies": {
"@rsbuild/core": "1.5.4",
"@rsbuild/core": "1.5.7",
"rsbuild-plugin-dts": "workspace:*",
"tinyglobby": "^0.2.15"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.18.4",
"@module-federation/rsbuild-plugin": "^0.19.1",
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"cac": "^6.7.14",
"chokidar": "^4.0.3",
"fs-extra": "^11.3.1",
"memfs": "^4.38.3",
"fs-extra": "^11.3.2",
"memfs": "^4.39.0",
"path-serializer": "0.5.1",
"picocolors": "1.1.1",
"prebundle": "1.4.2",
"rsbuild-plugin-publint": "^0.3.3",
"rslib": "npm:@rslib/[email protected].0",
"rslib": "npm:@rslib/[email protected].2",
"rslog": "^1.2.11",
"tsconfck": "3.1.6",
"typescript": "^5.9.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.18.1",
"@types/node": "^22.18.4",
"typescript": "^5.9.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"@types/node": "^22.18.1",
"@types/node": "^22.18.4",
"typescript": "^5.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rslib/fragments/base/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"react": "^19.1.1",
"typescript": "^5.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/fragments/base/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"typescript": "^5.9.2",
"vue": "^3.5.21",
"vue-tsc": "^3.0.6"
"vue-tsc": "^3.0.7"
},
"peerDependencies": {
"vue": "^3.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.3.3"
"@rstest/core": "^0.3.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.3.3"
"@rstest/core": "^0.3.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.3.3",
"@rstest/core": "^0.3.4",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"jsdom": "^26.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.3.3",
"@rstest/core": "^0.3.4",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"jsdom": "^26.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.3.3",
"@rstest/core": "^0.3.4",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/vue": "^8.1.0",
"@vue/test-utils": "^2.4.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.3.3",
"@rstest/core": "^0.3.4",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/vue": "^8.1.0",
"@vue/test-utils": "^2.4.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "1.5.4",
"@storybook/addon-docs": "^9.1.5",
"@rsbuild/core": "1.5.7",
"@storybook/addon-docs": "^9.1.6",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.1.5",
"@storybook/addon-onboarding": "^9.1.5",
"@storybook/addon-links": "^9.1.6",
"@storybook/addon-onboarding": "^9.1.6",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/react": "^9.1.5",
"@storybook/react": "^9.1.6",
"@storybook/test": "^9.0.0-alpha.2",
"storybook": "^9.1.5",
"storybook-addon-rslib": "^2.1.0",
"storybook-react-rsbuild": "^2.1.0"
"storybook": "^9.1.6",
"storybook-addon-rslib": "^2.1.1",
"storybook-react-rsbuild": "^2.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "1.5.4",
"@storybook/addon-docs": "^9.1.5",
"@rsbuild/core": "1.5.7",
"@storybook/addon-docs": "^9.1.6",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.1.5",
"@storybook/addon-onboarding": "^9.1.5",
"@storybook/addon-links": "^9.1.6",
"@storybook/addon-onboarding": "^9.1.6",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/react": "^9.1.5",
"@storybook/react": "^9.1.6",
"@storybook/test": "^9.0.0-alpha.2",
"storybook": "^9.1.5",
"storybook-addon-rslib": "^2.1.0",
"storybook-react-rsbuild": "^2.1.0"
"storybook": "^9.1.6",
"storybook-addon-rslib": "^2.1.1",
"storybook-react-rsbuild": "^2.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "1.5.4",
"@storybook/addon-docs": "^9.1.5",
"@rsbuild/core": "1.5.7",
"@storybook/addon-docs": "^9.1.6",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.1.5",
"@storybook/addon-onboarding": "^9.1.5",
"@storybook/addon-links": "^9.1.6",
"@storybook/addon-onboarding": "^9.1.6",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/test": "^9.0.0-alpha.2",
"@storybook/vue3": "^9.1.5",
"storybook": "^9.1.5",
"storybook-addon-rslib": "^2.1.0",
"storybook-vue3-rsbuild": "^2.1.0"
"@storybook/vue3": "^9.1.6",
"storybook": "^9.1.6",
"storybook-addon-rslib": "^2.1.1",
"storybook-vue3-rsbuild": "^2.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "1.5.4",
"@storybook/addon-docs": "^9.1.5",
"@rsbuild/core": "1.5.7",
"@storybook/addon-docs": "^9.1.6",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.1.5",
"@storybook/addon-onboarding": "^9.1.5",
"@storybook/addon-links": "^9.1.6",
"@storybook/addon-onboarding": "^9.1.6",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/test": "^9.0.0-alpha.2",
"@storybook/vue3": "^9.1.5",
"storybook": "^9.1.5",
"storybook-addon-rslib": "^2.1.0",
"storybook-vue3-rsbuild": "^2.1.0"
"@storybook/vue3": "^9.1.6",
"storybook": "^9.1.6",
"storybook-addon-rslib": "^2.1.1",
"storybook-vue3-rsbuild": "^2.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/create-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"devDependencies": {
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.18.1",
"fs-extra": "^11.3.1",
"@types/node": "^22.18.4",
"fs-extra": "^11.3.2",
"rsbuild-plugin-publint": "^0.3.3",
"rslib": "npm:@rslib/[email protected].0",
"rslib": "npm:@rslib/[email protected].2",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
Expand Down
Loading
Loading