Skip to content

Commit b391d23

Browse files
authored
fix: update peerDependencies to support Rsbuild v2 (#50)
1 parent c6881e4 commit b391d23

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
@@ -48,7 +48,7 @@
4848
"typescript": "^5.9.3"
4949
},
5050
"peerDependencies": {
51-
"@rsbuild/core": "1.x"
51+
"@rsbuild/core": "^1.0.0 || ^2.0.0-0"
5252
},
5353
"peerDependenciesMeta": {
5454
"@rsbuild/core": {

0 commit comments

Comments
 (0)