From 1f4e26224df590d6635573f6c3d19ef0b4b33be4 Mon Sep 17 00:00:00 2001 From: Nik720 <nikunj.beladiya@tarento.com> Date: Wed, 18 May 2022 09:59:32 +0530 Subject: [PATCH] Issue #SB-0000 fix: updated peer dependencies version --- projects/common-consumption/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/common-consumption/package.json b/projects/common-consumption/package.json index 02102a6c..fe3dad54 100644 --- a/projects/common-consumption/package.json +++ b/projects/common-consumption/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/common-consumption-v9", - "version": "4.7.1", + "version": "4.7.2", "repository": { "type": "git", "url": "git+https://github.com/Sunbird-Ed/SunbirdEd-consumption-ngcomponents.git" @@ -15,7 +15,7 @@ }, "homepage": "https://github.com/Sunbird-Ed/SunbirdEd-consumption-ngcomponents.git#readme", "peerDependencies": { - "@angular/common": "^7.1.0", - "@angular/core": "^7.1.0" + "@angular/common": "^9.1.0", + "@angular/core": "^9.1.0" } } -- GitLab