updated Apexcharts to 3.36.0

This commit is contained in:
pvictor 2022-10-25 18:11:22 +02:00
parent bc22af7e0c
commit a9914aa702
5 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter Package: apexcharter
Version: 0.3.1.9000 Version: 0.3.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.

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*! /*!
* ApexCharts v3.35.0 * ApexCharts v3.36.0
* (c) 2018-2022 ApexCharts * (c) 2018-2022 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.35.0", "apexcharts": "^3.36.0",
"d3-format": "^3.0.1" "d3-format": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
@ -308,9 +308,9 @@
} }
}, },
"node_modules/apexcharts": { "node_modules/apexcharts": {
"version": "3.35.0", "version": "3.36.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.0.tgz", "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.0.tgz",
"integrity": "sha512-oipJRkaxt8DPGRmn1kur6aPzML1JSpf2M3ecu+gyw+8xiNmT2C0p1uuuqPZrk+Lr2hmDxzNBPR7TvxwRl3ozgw==", "integrity": "sha512-9r7M/SOfnYS1g4G1gmRRgeIN1Oj+ct1S0G6PpMPPD3F4jGHgWl5EzxqvoQkk3vpTxN8MbZB5ZHWIAQvPuFiA+w==",
"dependencies": { "dependencies": {
"svg.draggable.js": "^2.2.2", "svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0", "svg.easing.js": "^2.0.0",
@ -1912,9 +1912,9 @@
"requires": {} "requires": {}
}, },
"apexcharts": { "apexcharts": {
"version": "3.35.0", "version": "3.36.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.0.tgz", "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.0.tgz",
"integrity": "sha512-oipJRkaxt8DPGRmn1kur6aPzML1JSpf2M3ecu+gyw+8xiNmT2C0p1uuuqPZrk+Lr2hmDxzNBPR7TvxwRl3ozgw==", "integrity": "sha512-9r7M/SOfnYS1g4G1gmRRgeIN1Oj+ct1S0G6PpMPPD3F4jGHgWl5EzxqvoQkk3vpTxN8MbZB5ZHWIAQvPuFiA+w==",
"requires": { "requires": {
"svg.draggable.js": "^2.2.2", "svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0", "svg.easing.js": "^2.0.0",

View File

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