Skip to content

Commit 9490791

Browse files
committed
chore: dependencies update
update: - @coreui/charts v2 -> v3 - chart.js v2.9 -> v3.6 - add @coreui/angular-chartjs - remove ng2-charts v2.4.3
1 parent 03b328d commit 9490791

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"@angular/platform-browser": "~12.2.0",
2525
"@angular/platform-browser-dynamic": "~12.2.0",
2626
"@angular/router": "~12.2.0",
27-
"@coreui/angular": "~4.0.0-alpha.0",
27+
"@coreui/angular": "^4.0.0-alpha.1",
28+
"@coreui/angular-chartjs": "^2.0.0-alpha.2",
29+
"@coreui/chartjs": "^3.0.0",
2830
"@coreui/coreui": "~4.0.5",
29-
"@coreui/chartjs": "^2.0.0",
3031
"@coreui/icons": "^2.1.0",
3132
"@coreui/icons-angular": "^3.0.0-alpha.3",
3233
"@coreui/utils": "^1.3.1",
33-
"chart.js": "^2.9.4",
34-
"ng2-charts": "^2.4.3",
34+
"chart.js": "^3.6.0",
3535
"ngx-perfect-scrollbar": "^10.1.1",
3636
"rxjs": "~6.6.0",
3737
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)