Skip to content

Commit 27c7879

Browse files
authored
fix: update peerDependencies to support Rsbuild v2 (#25)
1 parent d06424c commit 27c7879

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
@@ -44,7 +44,7 @@
4444
"typescript": "^5.9.3"
4545
},
4646
"peerDependencies": {
47-
"@rsbuild/core": "1.x"
47+
"@rsbuild/core": "^1.0.0 || ^2.0.0-0"
4848
},
4949
"peerDependenciesMeta": {
5050
"@rsbuild/core": {

0 commit comments

Comments
 (0)