diff --git a/projects/testing-library/package.json b/projects/testing-library/package.json index 0106b93..c74d252 100644 --- a/projects/testing-library/package.json +++ b/projects/testing-library/package.json @@ -29,10 +29,10 @@ "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" + "@angular/common": ">= 14.1.0", + "@angular/platform-browser": ">= 14.1.0", + "@angular/router": ">= 14.1.0", + "@angular/core": ">= 14.1.0" }, "dependencies": { "@testing-library/dom": "^8.0.0",