AAE-51361 Upgrading ng2-charts lib to v9 (#12213)

* AAE-51361 Upgrading ng2-charts lib to v9

* AAE-51361 using exact version

* AAE-51361 Update chart-js dep

* AAE-51361 Upgrading chart.js
This commit is contained in:
Ehsan Rezaei
2026-09-03 13:52:41 +00:00
committed by GitHub
parent 6f2d7813b9
commit bef9ddd83e
4 changed files with 23 additions and 21 deletions
+3 -3
View File
@@ -11,9 +11,9 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"dependencies": {
"chart.js": "^4.3.0",
"ng2-charts": "^4.1.1",
"raphael": ">=2.3.0"
"chart.js": "4.5.1",
"ng2-charts": "9.0.0",
"raphael": "2.3.0"
},
"peerDependencies": {
"@angular/common": ">=20.3.27",