From 5b9fa848cfa91a58f082b6cea2b93b2d563200f5 Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Sat, 17 Dec 2022 11:28:46 +0100 Subject: [PATCH] fix: update Angular peerDependencies to 15 (#349) Closes #348 --- projects/testing-library/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/testing-library/package.json b/projects/testing-library/package.json index c74d252..cb27e08 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.1.0", - "@angular/platform-browser": ">= 14.1.0", - "@angular/router": ">= 14.1.0", - "@angular/core": ">= 14.1.0" + "@angular/common": ">= 15.0.0", + "@angular/platform-browser": ">= 15.0.0", + "@angular/router": ">= 15.0.0", + "@angular/core": ">= 15.0.0" }, "dependencies": { "@testing-library/dom": "^8.0.0",