Skip to content

Commit 4922c2f

Browse files
authored
fix: update peerDependencies to support Rsbuild v2 (#36)
1 parent 13c83f3 commit 4922c2f

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

0 commit comments

Comments
 (0)