From 77b150c53bd0cdeac864cbadd219595e6ddcfff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 26 Feb 2019 05:23:43 +0900 Subject: [PATCH] Update apexcharts requirement from 3.4.1 to 3.5.0 (#4368) Updates the requirements on [apexcharts](https://github.com/apexcharts/apexcharts.js) to permit the latest version. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Changelog](https://github.com/apexcharts/apexcharts.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v3.4.1...v3.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a30d4af30..fb024fc7e 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@types/websocket": "0.0.40", "@types/ws": "6.0.1", "animejs": "3.0.1", - "apexcharts": "3.4.1", + "apexcharts": "3.5.0", "autobind-decorator": "2.4.0", "autosize": "4.0.2", "autwh": "0.1.0",