Skip to content

Commit

Permalink
fix: peer dependency version breaks npm install (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Aug 7, 2024
1 parent 52f4ff4 commit 9cd5dcd
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 66 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@playwright/test": "^1.44.1",
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.10",
"@types/node": "^20.14.1",
"nano-staged": "^0.8.0",
"playwright": "^1.44.1",
Expand All @@ -46,7 +46,7 @@
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "0.x || 1.x"
"@rsbuild/core": "0.x || 1.x || ^1.0.1-beta.0"
},
"peerDependenciesMeta": {
"@rsbuild/core": {
Expand Down
131 changes: 67 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9cd5dcd

Please sign in to comment.