From b01b580d06e9ad3ce641fcebca5607318471560d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 16:31:05 +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 2d646660..4a4651b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "node-fetch": "^3.3.0", "pino": "^8.7.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", @@ -9978,10 +9978,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" } }, @@ -17734,7 +17735,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 8093ba5d..166d86f7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "node-fetch": "^3.3.0", "pino": "^8.7.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",