From 003ad25f5d24f611dbdfe8129f154f94f615c147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 21:40:22 +0000 Subject: [PATCH] build(deps): bump react-chartjs-2 from 4.1.0 to 5.0.0 Bumps [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/reactchartjs/react-chartjs-2/releases) - [Changelog](https://github.com/reactchartjs/react-chartjs-2/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactchartjs/react-chartjs-2/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: react-chartjs-2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 252e26fd..cd8ddde2 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "moment": "^2.29.2", "p-limit": "^4.0.0", "react": "^17.0.2", - "react-chartjs-2": "^4.1.0", + "react-chartjs-2": "^5.0.0", "react-colorful": "^5.6.1", "react-dom": "^17.0.2", "react-dropzone": "^11.4.2", diff --git a/yarn.lock b/yarn.lock index bc8990d2..6d2c46af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11973,10 +11973,10 @@ react-async-script@^1.1.1: hoist-non-react-statics "^3.3.0" prop-types "^15.5.0" -react-chartjs-2@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-4.1.0.tgz#2a123df16d3a987c54eb4e810ed766d3c03adf8d" - integrity sha512-AsUihxEp8Jm1oBhbEovE+w50m9PVNhz1sfwEIT4hZduRC0m14gHWHd0cUaxkFDb8HNkdMIGzsNlmVqKiOpU74g== +react-chartjs-2@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-5.0.0.tgz#bd55afc982b09241f248caa0fa9cc5c8f4acff1a" + integrity sha512-cA9dd1P4hHOfb4lpxaT6ghmfk3ZW0JgL94BpEf5sTTWFeeykNw3HgddcnTjFOikva9tLSnYTPE2b43cAUKZx5Q== react-colorful@^5.6.1: version "5.6.1"