From 3a44164d66b7faed238286e0cbdd6b7cfc5bffcd Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Sat, 8 Oct 2022 19:11:46 +0000 Subject: [PATCH] feat(core): loosen version of angular peerDependencies to v12 or higher --- libs/ngx-cookieconsent/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ngx-cookieconsent/package.json b/libs/ngx-cookieconsent/package.json index 6b52b4b..ad0cf7e 100644 --- a/libs/ngx-cookieconsent/package.json +++ b/libs/ngx-cookieconsent/package.json @@ -2,8 +2,8 @@ "name": "ngx-cookieconsent", "version": "0.0.0-development", "peerDependencies": { - "@angular/common": "^12.0.1", - "@angular/core": "^12.0.1", + "@angular/common": ">=12.0.1", + "@angular/core": ">=12.0.1", "cookieconsent": "^3.1.1" }, "dependencies": {