From bb49bdd85a7a60a8e261b1632a2d25578467bb18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 00:40:37 +0000 Subject: [PATCH] Bump react-chartjs-2 from 4.3.1 to 5.0.0 Bumps [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2) from 4.3.1 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.3.1...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-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d549b252..aa0d7cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "node-fetch": "^3.3.0", "pino": "^8.8.0", "react": "17.0.2", - "react-chartjs-2": "^4.3.1", + "react-chartjs-2": "^5.0.0", "react-dom": "17.0.2", "react-swipeable-views": "^0.14.0", "typescript": "^4.9.4", @@ -9998,10 +9998,11 @@ } }, "node_modules/react-chartjs-2": { - "version": "4.3.1", - "license": "MIT", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.0.0.tgz", + "integrity": "sha512-cA9dd1P4hHOfb4lpxaT6ghmfk3ZW0JgL94BpEf5sTTWFeeykNw3HgddcnTjFOikva9tLSnYTPE2b43cAUKZx5Q==", "peerDependencies": { - "chart.js": "^3.5.0", + "chart.js": "^3.5.0 || ^4.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, @@ -17795,7 +17796,9 @@ } }, "react-chartjs-2": { - "version": "4.3.1", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.0.0.tgz", + "integrity": "sha512-cA9dd1P4hHOfb4lpxaT6ghmfk3ZW0JgL94BpEf5sTTWFeeykNw3HgddcnTjFOikva9tLSnYTPE2b43cAUKZx5Q==", "requires": {} }, "react-dom": { diff --git a/package.json b/package.json index 2afc351e..cf64aab4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "node-fetch": "^3.3.0", "pino": "^8.8.0", "react": "17.0.2", - "react-chartjs-2": "^4.3.1", + "react-chartjs-2": "^5.0.0", "react-dom": "17.0.2", "react-swipeable-views": "^0.14.0", "typescript": "^4.9.4",