diff --git a/package-lock.json b/package-lock.json index bb13376..deb870d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "@rspack/core": "0.x || 1.x", + "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0", "less": "^3.5.0 || ^4.0.0", "webpack": "^5.0.0" }, diff --git a/package.json b/package.json index ca0d9c8..29e8c7d 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "webpack": "^5.92.1" }, "peerDependencies": { - "@rspack/core": "0.x || 1.x", + "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0", "less": "^3.5.0 || ^4.0.0", "webpack": "^5.0.0" },