From c5dc30e0eb4366394bc439f514d904c3806d532f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 16:26:10 +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 | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c066156e..499718f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "@mui/material": "^5.10.16", "@mui/styles": "^5.10.10", "@svgr/webpack": "^6.5.0", + "@types/node": "^18.11.13", "chart.js": "^3.9.1", "chartjs-plugin-datalabels": "^2.1.0", "cookie": "^0.5.0", @@ -26,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", @@ -9945,10 +9946,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" } }, @@ -17684,7 +17686,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 435f2757..0717dd72 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",