From 04364a943d813eadef169b5cee58ed72e8fb3f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:41:43 +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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfca9c8..295ddd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "chart.js": "^3.9.1", "moment": "^2.30.1", "react": "^18.2.0", - "react-chartjs-2": "^4.3.1", + "react-chartjs-2": "^5.0.0", "react-dom": "^18.2.0", "react-router-dom": "^5.2.0", "react-scripts": "5.0.1" @@ -14176,11 +14176,11 @@ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" }, "node_modules/react-chartjs-2": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-4.3.1.tgz", - "integrity": "sha512-5i3mjP6tU7QSn0jvb8I4hudTzHJqS8l00ORJnVwI2sYu0ihpj83Lv2YzfxunfxTZkscKvZu2F2w9LkwNBhj6xA==", + "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" } }, diff --git a/package.json b/package.json index b9a67f5..579ce2c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "chart.js": "^3.9.1", "moment": "^2.30.1", "react": "^18.2.0", - "react-chartjs-2": "^4.3.1", + "react-chartjs-2": "^5.0.0", "react-dom": "^18.2.0", "react-router-dom": "^5.2.0", "react-scripts": "5.0.1"