From fa38ba3faa29e9798577a388d92a0bed4588f222 Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Fri, 25 Nov 2022 16:38:01 +0100 Subject: [PATCH] fix: update @angular/common version (#331) --- 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",