Updated ApexCharts.js to 3.44.0

This commit is contained in:
pvictor 2023-10-20 10:14:59 +02:00
parent eb228597d8
commit 1d94f9d4a6
6 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter Package: apexcharter
Version: 0.4.1.9000 Version: 0.4.1.9100
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.43.0. * Updated ApexCharts.js to 3.44.0.

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*! /*!
* ApexCharts v3.43.0 * ApexCharts v3.44.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.43.0", "apexcharts": "^3.44.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.43.0", "version": "3.44.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.43.0.tgz", "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.44.0.tgz",
"integrity": "sha512-YPw1aLatPQMUqVLMp5d+LDaXFi4QrRQND72/XO7/2NJdg+R5MjE9sifJ0GzOfgoZM7ltBUTjwfSxIvwR/9V8yw==", "integrity": "sha512-u7Xzrbcxc2yWznN78Jh5NMCYVAsWDfBjRl5ea++rVzFAqjU2hLz4RgKIFwYOBDRQtW1e/Qz8azJTqIJ1+Vu9Qg==",
"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.43.0", "version": "3.44.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.43.0.tgz", "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.44.0.tgz",
"integrity": "sha512-YPw1aLatPQMUqVLMp5d+LDaXFi4QrRQND72/XO7/2NJdg+R5MjE9sifJ0GzOfgoZM7ltBUTjwfSxIvwR/9V8yw==", "integrity": "sha512-u7Xzrbcxc2yWznN78Jh5NMCYVAsWDfBjRl5ea++rVzFAqjU2hLz4RgKIFwYOBDRQtW1e/Qz8azJTqIJ1+Vu9Qg==",
"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.43.0", "apexcharts": "^3.44.0",
"d3-format": "^3.0.1" "d3-format": "^3.0.1"
} }
} }