Skip to content

Commit

Permalink
Merge pull request #5 from flatlogic/upgraded_apexcharts_package
Browse files Browse the repository at this point in the history
upgraded apexcharts package to solve serve and build error
  • Loading branch information
islambek01 authored Nov 11, 2021
2 parents 4f0dffb + 486a894 commit eeca274
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.0] - 11/11/2021
### Updated

- Updated apexcharts package;

###Updated packages
apexcharts: 3.19.3 -> 3.26.0

## [1.0.9] - 09/27/2021
### Updated

Expand Down
23 changes: 14 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-material-admin",
"version": "1.0.9",
"version": "1.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@fullcalendar/timegrid": "4.4.2",
"@ngmodule/material-carousel": "^0.6.0",
"angular-calendar": "^0.28.20",
"apexcharts": "^3.19.3",
"apexcharts": "^3.26.0",
"date-fns": "^2.14.0",
"echarts": "^4.7.0",
"font-awesome": "^4.7.0",
Expand Down

0 comments on commit eeca274

Please sign in to comment.