Skip to content

Commit eeca274

Browse files
authored
Merge pull request #5 from flatlogic/upgraded_apexcharts_package
upgraded apexcharts package to solve serve and build error
2 parents 4f0dffb + 486a894 commit eeca274

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.0] - 11/11/2021
4+
### Updated
5+
6+
- Updated apexcharts package;
7+
8+
###Updated packages
9+
apexcharts: 3.19.3 -> 3.26.0
10+
311
## [1.0.9] - 09/27/2021
412
### Updated
513

package-lock.json

Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-admin",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -30,7 +30,7 @@
3030
"@fullcalendar/timegrid": "4.4.2",
3131
"@ngmodule/material-carousel": "^0.6.0",
3232
"angular-calendar": "^0.28.20",
33-
"apexcharts": "^3.19.3",
33+
"apexcharts": "^3.26.0",
3434
"date-fns": "^2.14.0",
3535
"echarts": "^4.7.0",
3636
"font-awesome": "^4.7.0",

0 commit comments

Comments
 (0)