diff --git a/projects/shepherd/package.json b/projects/shepherd/package.json index 55a942fc4..812cf9d62 100644 --- a/projects/shepherd/package.json +++ b/projects/shepherd/package.json @@ -23,8 +23,8 @@ "shepherd.js": "^15.0.0" }, "peerDependencies": { - "@angular/common": "^21.0.0", - "@angular/core": "^21.0.0" + "@angular/common": ">=21.0.0", + "@angular/core": ">=21.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org"