Updated ApexCharts.js to 3.48.0

This commit is contained in:
pvictor 2024-03-20 10:25:34 +01:00
parent 1ac176f30c
commit d0fac7c1ee
5 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
apexcharter 0.4.2
==================
* Updated ApexCharts.js to 3.47.0 (see https://github.com/apexcharts/apexcharts.js/releases).
* Updated ApexCharts.js to 3.48.0 (see https://github.com/apexcharts/apexcharts.js/releases).

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* ApexCharts v3.47.0
* ApexCharts v3.48.0
* (c) 2018-2024 ApexCharts
* Released under the MIT License.
*/

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"apexcharts": "^3.47.0",
"apexcharts": "^3.48.0",
"d3-format": "^3.0.1"
},
"devDependencies": {
@ -371,9 +371,9 @@
}
},
"node_modules/apexcharts": {
"version": "3.47.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.47.0.tgz",
"integrity": "sha512-s/fgNCA69b8lJdhI3R7Z+/Df47RPplLyHwuvttecR+aaZ3/Pm6wHYPiAGjqDNbVsMGXhuA9mcOpIYU5ZWeSdeg==",
"version": "3.48.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.48.0.tgz",
"integrity": "sha512-Lhpj1Ij6lKlrUke8gf+P+SE6uGUn+Pe1TnCJ+zqrY0YMvbqM3LMb1lY+eybbTczUyk0RmMZomlTa2NgX2EUs4Q==",
"dependencies": {
"@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2",
@ -2030,9 +2030,9 @@
"requires": {}
},
"apexcharts": {
"version": "3.47.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.47.0.tgz",
"integrity": "sha512-s/fgNCA69b8lJdhI3R7Z+/Df47RPplLyHwuvttecR+aaZ3/Pm6wHYPiAGjqDNbVsMGXhuA9mcOpIYU5ZWeSdeg==",
"version": "3.48.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.48.0.tgz",
"integrity": "sha512-Lhpj1Ij6lKlrUke8gf+P+SE6uGUn+Pe1TnCJ+zqrY0YMvbqM3LMb1lY+eybbTczUyk0RmMZomlTa2NgX2EUs4Q==",
"requires": {
"@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2",

View File

@ -35,7 +35,7 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"apexcharts": "^3.47.0",
"apexcharts": "^3.48.0",
"d3-format": "^3.0.1"
}
}