diff --git a/projects/testing-library/package.json b/projects/testing-library/package.json index 59ac5d2..6eda88e 100644 --- a/projects/testing-library/package.json +++ b/projects/testing-library/package.json @@ -29,11 +29,11 @@ "migrations": "./schematics/migrations/migration.json" }, "peerDependencies": { - "@angular/common": ">= 14.0.0", - "@angular/platform-browser": ">= 14.0.0", - "@angular/router": ">= 14.0.0", - "@angular/core": ">= 14.0.0", - "rxjs": ">= 7.4.0" + "@angular/common": "^4.1.0", + "@angular/platform-browser": "^14.1.0", + "@angular/router": "^14.1.0", + "@angular/core": "^14.1.0", + "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { "@testing-library/dom": "^8.0.0",