updated apexcharts.js to 3.45.0

This commit is contained in:
pvictor 2023-12-20 11:06:46 +01:00
parent 1d94f9d4a6
commit 6cff8a9f67
6 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter Package: apexcharter
Version: 0.4.1.9100 Version: 0.4.1.9200
Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library
Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'. Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'.
'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API. 'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API.

View File

@ -1,7 +1,7 @@
apexcharter 0.4.2 apexcharter 0.4.2
================== ==================
* Updated ApexCharts.js to 3.44.0. * Updated ApexCharts.js to 3.45.0.

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*! /*!
* ApexCharts v3.44.0 * ApexCharts v3.45.0
* (c) 2018-2023 ApexCharts * (c) 2018-2023 ApexCharts
* Released under the MIT License. * Released under the MIT License.
*/ */

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"apexcharts": "^3.44.0", "apexcharts": "^3.45.0",
"d3-format": "^3.0.1" "d3-format": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
@ -371,9 +371,9 @@
} }
}, },
"node_modules/apexcharts": { "node_modules/apexcharts": {
"version": "3.44.0", "version": "3.45.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.44.0.tgz", "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.45.0.tgz",
"integrity": "sha512-u7Xzrbcxc2yWznN78Jh5NMCYVAsWDfBjRl5ea++rVzFAqjU2hLz4RgKIFwYOBDRQtW1e/Qz8azJTqIJ1+Vu9Qg==", "integrity": "sha512-o+XI4ysvKtt+l+bGbk19s6Y2gFes/7LRLMAonDgcapz4frS0vzTfXiK77QcQc30TMwPiSN9Z8Tv+CBn57x63wg==",
"dependencies": { "dependencies": {
"@yr/monotone-cubic-spline": "^1.0.3", "@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2", "svg.draggable.js": "^2.2.2",
@ -2014,9 +2014,9 @@
"requires": {} "requires": {}
}, },
"apexcharts": { "apexcharts": {
"version": "3.44.0", "version": "3.45.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.44.0.tgz", "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.45.0.tgz",
"integrity": "sha512-u7Xzrbcxc2yWznN78Jh5NMCYVAsWDfBjRl5ea++rVzFAqjU2hLz4RgKIFwYOBDRQtW1e/Qz8azJTqIJ1+Vu9Qg==", "integrity": "sha512-o+XI4ysvKtt+l+bGbk19s6Y2gFes/7LRLMAonDgcapz4frS0vzTfXiK77QcQc30TMwPiSN9Z8Tv+CBn57x63wg==",
"requires": { "requires": {
"@yr/monotone-cubic-spline": "^1.0.3", "@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2", "svg.draggable.js": "^2.2.2",

View File

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