diff --git a/package-lock.json b/package-lock.json index b888953..4d6c248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "@rspack/core": "0.x || 1.x", + "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0", "stylus": ">=0.52.4", "webpack": "^5.0.0" }, diff --git a/package.json b/package.json index a366dcc..5d223c4 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "webpack": "^5.101.0" }, "peerDependencies": { - "@rspack/core": "0.x || 1.x", + "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0", "stylus": ">=0.52.4", "webpack": "^5.0.0" },