Skip to content

Commit fae4bf7

Browse files
authored
fix: peer dependency version breaks npm install (#3)
1 parent cda9762 commit fae4bf7

File tree

2 files changed

+83
-101
lines changed

2 files changed

+83
-101
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"devDependencies": {
3737
"@biomejs/biome": "^1.8.3",
3838
"@playwright/test": "^1.45.3",
39-
"@rsbuild/core": "^1.0.1-beta.9",
40-
"@rsbuild/plugin-less": "^1.0.1-beta.9",
41-
"@rsbuild/plugin-sass": "^1.0.1-beta.9",
42-
"@rsbuild/plugin-stylus": "^1.0.1-beta.9",
39+
"@rsbuild/core": "^1.0.1-beta.10",
40+
"@rsbuild/plugin-less": "^1.0.1-beta.10",
41+
"@rsbuild/plugin-sass": "^1.0.1-beta.10",
42+
"@rsbuild/plugin-stylus": "^1.0.1-beta.10",
4343
"@types/node": "^20.14.14",
4444
"line-diff": "2.1.1",
4545
"nano-staged": "^0.8.0",
@@ -49,7 +49,7 @@
4949
"typescript": "^5.5.4"
5050
},
5151
"peerDependencies": {
52-
"@rsbuild/core": "1.x"
52+
"@rsbuild/core": "1.x || ^1.0.1-beta.0"
5353
},
5454
"peerDependenciesMeta": {
5555
"@rsbuild/core": {

0 commit comments

Comments
 (0)