From 6ce8894d797c6abc1fa37114e9134265536a29d8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Aug 2019 19:41:37 +0000 Subject: [PATCH] fix(deps): update dependency recharts to v1.7.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f38f2c7..7187e0d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20890,9 +20890,9 @@ } }, "recharts": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-1.6.2.tgz", - "integrity": "sha512-NqVN8Hq5wrrBthTxQB+iCnZjup1dc+AYRIB6Q9ck9UjdSJTt4PbLepGpudQEYJEN5iIpP/I2vThC4uiTJa7xUQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-1.7.0.tgz", + "integrity": "sha512-rtP2Vg1/MCSK2UtE4aNFeG8qkl8V3N924dx3CJ3dYSzi/fYx2MTL1deCPqlH6i9rUuBQTDKGgWXtHazicMOptA==", "requires": { "classnames": "^2.2.5", "core-js": "^2.5.1", diff --git a/package.json b/package.json index c660f3ae..4221dd74 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-scripts": "2.1.8", "react-test-renderer": "16.8.6", "react-window": "1.8.5", - "recharts": "1.6.2", + "recharts": "1.7.0", "redux": "4.0.4", "redux-actions": "2.6.5", "styled-components": "4.3.2",