From 9aa9f6e329a58a3171b1f6ea814c8235b96ddfb2 Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Fri, 25 Nov 2022 16:37:43 +0100 Subject: [PATCH] fix: upadte @angular/common version --- projects/testing-library/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/testing-library/package.json b/projects/testing-library/package.json index 6eda88e..4a9e806 100644 --- a/projects/testing-library/package.json +++ b/projects/testing-library/package.json @@ -29,7 +29,7 @@ "migrations": "./schematics/migrations/migration.json" }, "peerDependencies": { - "@angular/common": "^4.1.0", + "@angular/common": "^14.1.0", "@angular/platform-browser": "^14.1.0", "@angular/router": "^14.1.0", "@angular/core": "^14.1.0",