Bump apexcharts from 3.29.0 to 3.30.0 in /ui/changes (#2624)

Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.29.0 to 3.30.0.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](https://github.com/apexcharts/apexcharts.js/commits/v3.30.0)

---
updated-dependencies:
- dependency-name: apexcharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-16 09:58:22 +01:00 коммит произвёл GitHub
Родитель 1658403770
Коммит f3c5c45f51
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

6
ui/changes/package-lock.json сгенерированный
Просмотреть файл

@ -436,9 +436,9 @@
}
},
"apexcharts": {
"version": "3.29.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.29.0.tgz",
"integrity": "sha512-PhI17VayidYAbLb5/g+7WOeirgFrVopzt0qGwLq8V+cd6NXx4CeHYq3S0pDZiUGO7UFQ4YIrT8+ie9/Fnler+w==",
"version": "3.30.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.30.0.tgz",
"integrity": "sha512-NHhFjkd4sqoQqHi+ECN/duVCRvqVZMdXX/UBzCs1xriq8NbNLvs+nIM8OXH1Siv+W50FrK1uTDZrW2cLsKWhBQ==",
"requires": {
"svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0",

Просмотреть файл

@ -16,7 +16,7 @@
"snowpack": "^3.8.8"
},
"dependencies": {
"apexcharts": "^3.29.0",
"apexcharts": "^3.30.0",
"localforage": "^1.10.0",
"proposal-temporal": "^0.8.0"
}