Skip to content

Commit 6588093

Browse files
authored
fix: update peer dependency for @rspack/core v2 (#575)
1 parent 58f8317 commit 6588093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"webpack": "^5.92.1"
8484
},
8585
"peerDependencies": {
86-
"@rspack/core": "0.x || 1.x",
86+
"@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0",
8787
"less": "^3.5.0 || ^4.0.0",
8888
"webpack": "^5.0.0"
8989
},

0 commit comments

Comments
 (0)