Skip to content

Commit

Permalink
fix: peer dep compat with 1.x version (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Aug 7, 2024
1 parent 27cb170 commit 1800948
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/builder-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@rsbuild/core": ">= 1.0.0-alpha.9 || >= 1.0.1-beta",
"@rsbuild/core": ">= 1.0.0-alpha.9 || >= 1.0.1-beta || 1.x",
"storybook": "^8.2.1"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@rsbuild/core": ">= 1.0.0-alpha.9 || >= 1.0.1-beta",
"@rsbuild/core": ">= 1.0.0-alpha.9 || >= 1.0.1-beta || 1.x",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"storybook": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@rsbuild/core": ">= 1.0.0-alpha.9 || >= 1.0.1-beta",
"@rsbuild/core": ">= 1.0.0-alpha.9 || >= 1.0.1-beta || 1.x",
"storybook": "^8.2.1"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 1800948

Please sign in to comment.