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 @@ -13,9 +13,9 @@
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.9",
"@rsbuild/core": "~1.2.0",
"@rsbuild/core": "~1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/module-federation/mf-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@module-federation/storybook-addon": "^4.0.1",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"http-server": "^14.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"storybook": "^8.5.0",
"storybook": "^8.5.1",
"storybook-addon-rslib": "^0.1.8",
"storybook-react-rsbuild": "^0.1.8"
},
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 @@ -13,9 +13,9 @@
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.9",
"@rsbuild/core": "~1.2.0",
"@rsbuild/core": "~1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.1.0",
"@rsbuild/plugin-sass": "^1.2.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"react": "^19.0.0"
},
"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.1.0",
"@rsbuild/plugin-sass": "^1.2.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"react": "^19.0.0"
},
"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.1.0",
"@rsbuild/plugin-sass": "^1.2.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"react": "^19.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"fs-extra": "^11.3.0",
"heading-case": "^0.1.4",
"nano-staged": "^0.8.0",
"nx": "^20.3.2",
"nx": "^20.3.3",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.8",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.3",
"vitest": "^3.0.3",
"vitest": "^3.0.4",
"zx": "^8.3.0"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
},
"dependencies": {
"@rsbuild/core": "~1.2.0",
"@rsbuild/core": "~1.2.2",
"rsbuild-plugin-dts": "workspace:*",
"tinyglobby": "^0.2.10"
},
Expand Down
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 @@ -20,7 +20,7 @@
"devDependencies": {
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"react": "^19.0.0",
"typescript": "^5.7.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.2.0",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/addon-onboarding": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/test": "^8.5.0",
"storybook": "^8.5.0",
"@rsbuild/core": "~1.2.2",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-links": "^8.5.1",
"@storybook/addon-onboarding": "^8.5.1",
"@storybook/blocks": "^8.5.1",
"@storybook/react": "^8.5.1",
"@storybook/test": "^8.5.1",
"storybook": "^8.5.1",
"storybook-addon-rslib": "^0.1.8",
"storybook-react-rsbuild": "^0.1.8"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.2.0",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/addon-onboarding": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/test": "^8.5.0",
"storybook": "^8.5.0",
"@rsbuild/core": "~1.2.2",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-links": "^8.5.1",
"@storybook/addon-onboarding": "^8.5.1",
"@storybook/blocks": "^8.5.1",
"@storybook/react": "^8.5.1",
"@storybook/test": "^8.5.1",
"storybook": "^8.5.1",
"storybook-addon-rslib": "^0.1.8",
"storybook-react-rsbuild": "^0.1.8"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "vitest run"
},
"devDependencies": {
"vitest": "^3.0.3"
"vitest": "^3.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "vitest run"
},
"devDependencies": {
"vitest": "^3.0.3"
"vitest": "^3.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"jsdom": "^26.0.0",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"jsdom": "^26.0.0",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@rslib/core": "workspace:*",
"@types/node": "^22.8.1",
"typescript": "^5.7.3",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@rslib/core": "workspace:*",
"@types/node": "^22.8.1",
"typescript": "^5.7.3",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-rslib/template-[react]-[]-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"react": "^19.0.0",
"typescript": "^5.7.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.2.0",
"@rsbuild/core": "~1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/addon-onboarding": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/test": "^8.5.0",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-links": "^8.5.1",
"@storybook/addon-onboarding": "^8.5.1",
"@storybook/blocks": "^8.5.1",
"@storybook/react": "^8.5.1",
"@storybook/test": "^8.5.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"jsdom": "^26.0.0",
"react": "^19.0.0",
"storybook": "^8.5.0",
"storybook": "^8.5.1",
"storybook-addon-rslib": "^0.1.8",
"storybook-react-rsbuild": "^0.1.8",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.2.0",
"@rsbuild/core": "~1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/addon-onboarding": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/test": "^8.5.0",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-links": "^8.5.1",
"@storybook/addon-onboarding": "^8.5.1",
"@storybook/blocks": "^8.5.1",
"@storybook/react": "^8.5.1",
"@storybook/test": "^8.5.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"jsdom": "^26.0.0",
"react": "^19.0.0",
"storybook": "^8.5.0",
"storybook": "^8.5.1",
"storybook-addon-rslib": "^0.1.8",
"storybook-react-rsbuild": "^0.1.8",
"typescript": "^5.7.3",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.2.0",
"@rsbuild/core": "~1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/addon-onboarding": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/test": "^8.5.0",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-links": "^8.5.1",
"@storybook/addon-onboarding": "^8.5.1",
"@storybook/blocks": "^8.5.1",
"@storybook/react": "^8.5.1",
"@storybook/test": "^8.5.1",
"react": "^19.0.0",
"storybook": "^8.5.0",
"storybook": "^8.5.1",
"storybook-addon-rslib": "^0.1.8",
"storybook-react-rsbuild": "^0.1.8"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/create-rslib/template-[react]-[storybook]-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.2.0",
"@rsbuild/core": "~1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/addon-onboarding": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/test": "^8.5.0",
"@types/react": "^19.0.7",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-links": "^8.5.1",
"@storybook/addon-onboarding": "^8.5.1",
"@storybook/blocks": "^8.5.1",
"@storybook/react": "^8.5.1",
"@storybook/test": "^8.5.1",
"@types/react": "^19.0.8",
"react": "^19.0.0",
"storybook": "^8.5.0",
"storybook": "^8.5.1",
"storybook-addon-rslib": "^0.1.8",
"storybook-react-rsbuild": "^0.1.8",
"typescript": "^5.7.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@testing-library/react": "^16.2.0",
"jsdom": "^26.0.0",
"react": "^19.0.0",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@rslib/core": "workspace:*",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"jsdom": "^26.0.0",
"react": "^19.0.0",
"typescript": "^5.7.3",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.1",
"@rsbuild/core": "~1.2.0",
"@rsbuild/core": "~1.2.2",
"@rslib/tsconfig": "workspace:*",
"rsbuild-plugin-publint": "^0.2.1",
"rslib": "npm:@rslib/[email protected]",
Expand Down
Loading
Loading