Updated ApexCharts.js to 3.47.0

This commit is contained in:
pvictor 2024-03-09 11:48:29 +01:00
parent c1560fc9c5
commit 57733add33
5 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
apexcharter 0.4.2
==================
* Updated ApexCharts.js to 3.46.0.
* Updated ApexCharts.js to 3.47.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.46.0
* ApexCharts v3.47.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.46.0",
"apexcharts": "^3.47.0",
"d3-format": "^3.0.1"
},
"devDependencies": {
@ -371,9 +371,9 @@
}
},
"node_modules/apexcharts": {
"version": "3.46.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.46.0.tgz",
"integrity": "sha512-ELAY6vj8JQD7QLktKasTzwm9Wt0qxqfQSo+3QWS7G7I774iK8HCkG1toGsqJH0mkK6PtYBtnSIe66uUcwoCw1w==",
"version": "3.47.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.47.0.tgz",
"integrity": "sha512-s/fgNCA69b8lJdhI3R7Z+/Df47RPplLyHwuvttecR+aaZ3/Pm6wHYPiAGjqDNbVsMGXhuA9mcOpIYU5ZWeSdeg==",
"dependencies": {
"@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2",
@ -2030,9 +2030,9 @@
"requires": {}
},
"apexcharts": {
"version": "3.46.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.46.0.tgz",
"integrity": "sha512-ELAY6vj8JQD7QLktKasTzwm9Wt0qxqfQSo+3QWS7G7I774iK8HCkG1toGsqJH0mkK6PtYBtnSIe66uUcwoCw1w==",
"version": "3.47.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.47.0.tgz",
"integrity": "sha512-s/fgNCA69b8lJdhI3R7Z+/Df47RPplLyHwuvttecR+aaZ3/Pm6wHYPiAGjqDNbVsMGXhuA9mcOpIYU5ZWeSdeg==",
"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.46.0",
"apexcharts": "^3.47.0",
"d3-format": "^3.0.1"
}
}