From 23f9241ec37d318fe58ecf4d9f14db4ef334d629 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 16:27:55 +0000 Subject: [PATCH] chore(deps-dev): bump react-chartjs-2 from 2.7.6 to 2.8.0 Bumps [react-chartjs-2](https://github.com/jerairrest/react-chartjs-2) from 2.7.6 to 2.8.0. - [Release notes](https://github.com/jerairrest/react-chartjs-2/releases) - [Commits](https://github.com/jerairrest/react-chartjs-2/compare/2.7.6...2.8.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec92cabc..798a6f83 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "qrcode.react": "^0.9.3", "react": "^16.9.0", "react-app-rewired": "^2.1.3", - "react-chartjs-2": "^2.7.6", + "react-chartjs-2": "^2.8.0", "react-debounce-render": "^5.0.0", "react-dom": "^16.9.0", "react-hot-loader": "^4.12.13", diff --git a/yarn.lock b/yarn.lock index 28360113..a70d9624 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13334,10 +13334,10 @@ react-app-rewired@^2.1.3: dotenv "^6.2.0" semver "^5.6.0" -react-chartjs-2@^2.7.6: - version "2.7.6" - resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-2.7.6.tgz#b8cd29bed00bf55b9e8172b06466b4ecf2b86bfb" - integrity sha512-xDr0jhgt/o26atftXxTVsepz+QYZI2GNKBYpxtLvYgwffLUm18a9n562reUJAHvuwKsy2v+qMlK5HyjFtSW0mg== +react-chartjs-2@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-2.8.0.tgz#1c24de91fb3755f8c4302675de7d66fdda339759" + integrity sha512-BPpC+qfnh37DkcXvxRwA1rdD9rX/0AQrwru4VZTLofCCuZBwRsc7PbfxjilvoB6YlHhorwZu40YDWEQkoz7xfQ== dependencies: lodash "^4.17.4" prop-types "^15.5.8"