From dfe06e01eb684fb511970183f829316748b1004b Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Sat, 5 Sep 2020 11:53:24 +0300 Subject: [PATCH] update deps --- frontend-react/package-lock.json | 6 +++--- frontend-react/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend-react/package-lock.json b/frontend-react/package-lock.json index 65fdae19a..860ad2ac7 100644 --- a/frontend-react/package-lock.json +++ b/frontend-react/package-lock.json @@ -2860,9 +2860,9 @@ } }, "@types/recharts": { - "version": "1.8.14", - "resolved": "https://registry.npmjs.org/@types/recharts/-/recharts-1.8.14.tgz", - "integrity": "sha512-Q4NR9vgmugOELYY/8lXzs99nf9E1/fDWx6ZTVEjAtOhAbqXYFrepyQKa4+bR4mHl1F2WcYgf96fvWIu7It6rmA==", + "version": "1.8.15", + "resolved": "https://registry.npmjs.org/@types/recharts/-/recharts-1.8.15.tgz", + "integrity": "sha512-ApCfDT/R8RCbZTcl0iqLiKsxVdzE3GzoawTgJUHuQOz6ZXhsPVfp7CNSKI2s3zFwrRRsgmpv2AEcbcZceNHg4w==", "requires": { "@types/d3-shape": "*", "@types/react": "*" diff --git a/frontend-react/package.json b/frontend-react/package.json index 231133319..661b4774b 100644 --- a/frontend-react/package.json +++ b/frontend-react/package.json @@ -21,7 +21,7 @@ "@types/react-paginate": "^6.2.1", "@types/react-select": "^3.0.19", "@types/react-simple-maps": "^1.0.3", - "@types/recharts": "^1.8.14", + "@types/recharts": "^1.8.15", "@types/webpack-env": "^1.15.2", "apollo-boost": "^0.4.9", "emotion-theming": "^10.0.27",