From 6ccadd73e9013512d3d97df92a67ef503df4390f Mon Sep 17 00:00:00 2001 From: esikkala <esko.ikkala@aalto.fi> Date: Thu, 24 Oct 2019 12:38:42 +0300 Subject: [PATCH] Remove react-apexcharts --- package-lock.json | 8 -------- package.json | 1 - 2 files changed, 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cd52c4a..9d559ae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13878,14 +13878,6 @@ } } }, - "react-apexcharts": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/react-apexcharts/-/react-apexcharts-1.3.3.tgz", - "integrity": "sha512-8QztjzXnDwQc2lkhTstyB3DvICqn7aiW1m+GLIz2r8+kBBKW0LAOIud/khR/4pN8xvhM3FITcGPDConUvI/AbQ==", - "requires": { - "prop-types": "^15.5.7" - } - }, "react-beautiful-dnd": { "version": "11.0.3", "resolved": "https://registry.npmjs.org/react-beautiful-dnd/-/react-beautiful-dnd-11.0.3.tgz", diff --git a/package.json b/package.json index e885ef32..5647e0fa 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,6 @@ "lodash": "^4.17.15", "material-table": "^1.39.0", "react": "^16.8.6", - "react-apexcharts": "^1.3.3", "react-compound-slider": "^1.2.2", "react-csv": "^1.0.18", "react-dom": "^16.8.6", -- GitLab