Skip to content

Commit 5736cf1

Browse files
authored
fix: remove Rsbuild 0.x from peer dependencies (#12)
1 parent dc04211 commit 5736cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"upath": "^2.0.1"
5656
},
5757
"peerDependencies": {
58-
"@rsbuild/core": "0.x || 1.x"
58+
"@rsbuild/core": "1.x"
5959
},
6060
"peerDependenciesMeta": {
6161
"@rsbuild/core": {

0 commit comments

Comments
 (0)