Skip to content

Commit 468d0ab

Browse files
authored
fix: update peerDependencies for @rspack/core to support v2 (#70)
1 parent aa1c74a commit 468d0ab

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
@@ -46,7 +46,7 @@
4646
"webpack": "^5.103.0"
4747
},
4848
"peerDependencies": {
49-
"@rspack/core": "^1.0.0"
49+
"@rspack/core": "^1.0.0 || ^2.0.0 || ^2.0.0-0"
5050
},
5151
"peerDependenciesMeta": {
5252
"@rspack/core": {

0 commit comments

Comments
 (0)