From ed846c1c3af9d0b47f702e0f6acf6f7537b8bc24 Mon Sep 17 00:00:00 2001 From: Michael Yoder Date: Fri, 5 Aug 2022 10:08:04 -0400 Subject: [PATCH] Unpinned the Angular version at 13.1.1 --- projects/angular2gridster/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/angular2gridster/package.json b/projects/angular2gridster/package.json index 23f0657..c5211be 100644 --- a/projects/angular2gridster/package.json +++ b/projects/angular2gridster/package.json @@ -1,8 +1,8 @@ { "name": "angular2gridster", "peerDependencies": { - "@angular/common": "13.1.1", - "@angular/core": "13.1.1" + "@angular/common": "^13.1.1", + "@angular/core": "^13.1.1" }, "dependencies": { "tslib": "^2.3.1"