diff --git a/package-lock.json b/package-lock.json index 8a6d8b4e..06b02e1c 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", "postcss": "^7.0.0 || ^8.0.1", "webpack": "^5.0.0" }, diff --git a/package.json b/package.json index c4983206..7d7ac839 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "webpack": "^5.92.1" }, "peerDependencies": { - "@rspack/core": "0.x || 1.x", + "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0", "postcss": "^7.0.0 || ^8.0.1", "webpack": "^5.0.0" },