Skip to content

Commit 3289eec

Browse files
authored
fix: restore @rspack/core ^1.0.0 peer range (#102)
1 parent 53020b5 commit 3289eec

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": "^6.0.2"
4545
},
4646
"peerDependencies": {
47-
"@rspack/core": "^2.0.0-0",
47+
"@rspack/core": "^1.0.0 || ^2.0.0-0",
4848
"react-refresh": ">=0.10.0 <1.0.0"
4949
},
5050
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)