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
4 changes: 2 additions & 2 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.0",
"@module-federation/rsbuild-plugin": "^0.18.2",
"@rsbuild/core": "1.5.0-beta.3",
"@rsbuild/plugin-react": "^1.3.5",
"@types/react": "^19.1.9",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"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.0",
"@module-federation/rsbuild-plugin": "^0.18.0",
"@module-federation/storybook-addon": "^4.0.24",
"@module-federation/enhanced": "^0.18.2",
"@module-federation/rsbuild-plugin": "^0.18.2",
"@module-federation/storybook-addon": "^4.0.26",
"@rsbuild/plugin-react": "^1.3.5",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.9",
"@types/react": "^19.1.10",
"http-server": "^14.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"storybook": "^9.1.1",
"storybook-addon-rslib": "^2.0.3",
"storybook-react-rsbuild": "^2.0.3"
"storybook": "^9.1.2",
"storybook-addon-rslib": "^2.0.4",
"storybook-react-rsbuild": "^2.0.4"
},
"peerDependencies": {
"react": "*"
Expand Down
4 changes: 2 additions & 2 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.0",
"@module-federation/rsbuild-plugin": "^0.18.2",
"@rsbuild/core": "1.5.0-beta.3",
"@rsbuild/plugin-react": "^1.3.5",
"@types/react": "^19.1.9",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"typescript": "^5.9.2"
}
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.3.5",
"@rsbuild/plugin-sass": "^1.3.5",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.9",
"@types/react": "^19.1.10",
"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.3.5",
"@rsbuild/plugin-sass": "^1.3.5",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.9",
"@types/react": "^19.1.10",
"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.3.5",
"@rsbuild/plugin-sass": "^1.3.5",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.9",
"@types/react": "^19.1.10",
"react": "^19.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rsbuild/plugin-sass": "^1.3.5",
"@rsbuild/plugin-solid": "^1.0.6",
"@rslib/core": "workspace:*",
"solid-js": "^1.9.8",
"solid-js": "^1.9.9",
"typescript": "^5.9.2"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions examples/vue-component-bundleless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.1.1",
"@storybook/addon-onboarding": "^9.1.1",
"@storybook/addon-links": "^9.1.2",
"@storybook/addon-onboarding": "^9.1.2",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/test": "^9.0.0-alpha.2",
"@storybook/vue3": "^9.1.1",
"@storybook/vue3": "^9.1.2",
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"storybook": "^9.1.1",
"storybook-addon-rslib": "^2.0.3",
"storybook-vue3-rsbuild": "^2.0.3",
"storybook": "^9.1.2",
"storybook-addon-rslib": "^2.0.4",
"storybook-vue3-rsbuild": "^2.0.4",
"typescript": "^5.9.2",
"vue": "^3.5.18",
"vue-tsc": "^3.0.5"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"pnpm-lock.yaml": "pnpm dedupe --check"
},
"devDependencies": {
"@biomejs/biome": "^2.1.4",
"@changesets/cli": "^2.29.5",
"@rslint/core": "^0.1.7",
"@rstest/core": "0.1.3",
"@biomejs/biome": "^2.2.0",
"@changesets/cli": "^2.29.6",
"@rslint/core": "^0.1.11",
"@rstest/core": "0.2.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.17.1",
"@types/node": "^22.17.2",
"check-dependency-version-consistency": "^5.0.1",
"cross-env": "^10.0.0",
"cspell-ban-words": "^0.0.4",
"fs-extra": "^11.3.1",
"heading-case": "^1.0.0",
"nano-staged": "^0.8.0",
"nx": "^21.3.11",
"nx": "^21.4.0",
"prettier": "^3.6.2",
"prettier-plugin-packagejson": "^2.5.19",
"simple-git-hooks": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tinyglobby": "^0.2.14"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.18.0",
"@module-federation/rsbuild-plugin": "^0.18.2",
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"cac": "^6.7.14",
Expand All @@ -58,7 +58,7 @@
"picocolors": "1.1.1",
"prebundle": "1.4.1",
"rsbuild-plugin-publint": "^0.3.3",
"rslib": "npm:@rslib/[email protected].0",
"rslib": "npm:@rslib/[email protected].1",
"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.17.1",
"@types/node": "^22.17.2",
"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.17.1",
"@types/node": "^22.17.2",
"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.3.5",
"@rslib/core": "workspace:*",
"@types/react": "^19.1.9",
"@types/react": "^19.1.10",
"react": "^19.1.1",
"typescript": "^5.9.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.1.3"
"@rstest/core": "^0.2.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.1.3"
"@rstest/core": "^0.2.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.1.3",
"@testing-library/jest-dom": "^6.6.4",
"@rstest/core": "^0.2.1",
"@testing-library/jest-dom": "^6.7.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,8 +3,8 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.1.3",
"@testing-library/jest-dom": "^6.6.4",
"@rstest/core": "^0.2.1",
"@testing-library/jest-dom": "^6.7.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,10 +3,10 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.1.3",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/vue": "^8.0.0",
"@vue/test-utils": "^2.4.0",
"@rstest/core": "^0.2.1",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/vue": "^8.1.0",
"@vue/test-utils": "^2.4.6",
"jsdom": "^26.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"test": "rstest"
},
"devDependencies": {
"@rstest/core": "^0.1.3",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/vue": "^8.0.0",
"@vue/test-utils": "^2.4.0",
"@rstest/core": "^0.2.1",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/vue": "^8.1.0",
"@vue/test-utils": "^2.4.6",
"jsdom": "^26.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
},
"devDependencies": {
"@rsbuild/core": "1.5.0-beta.3",
"@storybook/addon-docs": "^9.1.1",
"@storybook/addon-docs": "^9.1.2",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.1.1",
"@storybook/addon-onboarding": "^9.1.1",
"@storybook/addon-links": "^9.1.2",
"@storybook/addon-onboarding": "^9.1.2",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/react": "^9.1.1",
"@storybook/react": "^9.1.2",
"@storybook/test": "^9.0.0-alpha.2",
"storybook": "^9.1.1",
"storybook-addon-rslib": "^2.0.3",
"storybook-react-rsbuild": "^2.0.3"
"storybook": "^9.1.2",
"storybook-addon-rslib": "^2.0.4",
"storybook-react-rsbuild": "^2.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
},
"devDependencies": {
"@rsbuild/core": "1.5.0-beta.3",
"@storybook/addon-docs": "^9.1.1",
"@storybook/addon-docs": "^9.1.2",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.1.1",
"@storybook/addon-onboarding": "^9.1.1",
"@storybook/addon-links": "^9.1.2",
"@storybook/addon-onboarding": "^9.1.2",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/react": "^9.1.1",
"@storybook/react": "^9.1.2",
"@storybook/test": "^9.0.0-alpha.2",
"storybook": "^9.1.1",
"storybook-addon-rslib": "^2.0.3",
"storybook-react-rsbuild": "^2.0.3"
"storybook": "^9.1.2",
"storybook-addon-rslib": "^2.0.4",
"storybook-react-rsbuild": "^2.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
},
"devDependencies": {
"@rsbuild/core": "1.5.0-beta.3",
"@storybook/addon-docs": "^9.1.1",
"@storybook/addon-docs": "^9.1.2",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.1.1",
"@storybook/addon-onboarding": "^9.1.1",
"@storybook/addon-links": "^9.1.2",
"@storybook/addon-onboarding": "^9.1.2",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/test": "^9.0.0-alpha.2",
"@storybook/vue3": "^9.1.1",
"storybook": "^9.1.1",
"storybook-addon-rslib": "^2.0.3",
"storybook-vue3-rsbuild": "^2.0.3"
"@storybook/vue3": "^9.1.2",
"storybook": "^9.1.2",
"storybook-addon-rslib": "^2.0.4",
"storybook-vue3-rsbuild": "^2.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
},
"devDependencies": {
"@rsbuild/core": "1.5.0-beta.3",
"@storybook/addon-docs": "^9.1.1",
"@storybook/addon-docs": "^9.1.2",
"@storybook/addon-essentials": "^9.0.0-alpha.12",
"@storybook/addon-interactions": "^9.0.0-alpha.10",
"@storybook/addon-links": "^9.1.1",
"@storybook/addon-onboarding": "^9.1.1",
"@storybook/addon-links": "^9.1.2",
"@storybook/addon-onboarding": "^9.1.2",
"@storybook/blocks": "^9.0.0-alpha.17",
"@storybook/test": "^9.0.0-alpha.2",
"@storybook/vue3": "^9.1.1",
"storybook": "^9.1.1",
"storybook-addon-rslib": "^2.0.3",
"storybook-vue3-rsbuild": "^2.0.3"
"@storybook/vue3": "^9.1.2",
"storybook": "^9.1.2",
"storybook-addon-rslib": "^2.0.4",
"storybook-vue3-rsbuild": "^2.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "vitest run"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/react": "^16.3.0",
"jsdom": "^26.1.0",
"vitest": "^3.2.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "vitest run"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/react": "^16.3.0",
"jsdom": "^26.1.0",
"vitest": "^3.2.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "vitest run"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^6.0.1",
"jsdom": "^26.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "vitest run"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^6.0.1",
"jsdom": "^26.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"devDependencies": {
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.17.1",
"@types/node": "^22.17.2",
"fs-extra": "^11.3.1",
"rsbuild-plugin-publint": "^0.3.3",
"rslib": "npm:@rslib/[email protected].0",
"tsx": "^4.20.3",
"rslib": "npm:@rslib/[email protected].1",
"tsx": "^4.20.4",
"typescript": "^5.9.2"
},
"engines": {
Expand Down
Loading
Loading