diff --git a/projects/common-consumption/package.json b/projects/common-consumption/package.json index 02102a6c04b884dddbd3a09d05c2268b7bbdfd5a..fe3dad5419a8197d1e5b36aacd948f65ca189ebf 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" } }