diff --git a/example/react/custom-bar-chart/package-lock.json b/example/react/custom-bar-chart/package-lock.json index 0c2ea28..45d4985 100644 --- a/example/react/custom-bar-chart/package-lock.json +++ b/example/react/custom-bar-chart/package-lock.json @@ -13,7 +13,7 @@ "chartjs-plugin-datalabels": "^2.2.0", "lodash": "^4.17.21", "react": "^17.0.2", - "react-chartjs-2": "^5.2.0", + "react-chartjs-2": "^5.3.0", "react-dom": "^17.0.2" }, "devDependencies": { @@ -1244,12 +1244,13 @@ } }, "node_modules/react-chartjs-2": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.2.0.tgz", - "integrity": "sha512-98iN5aguJyVSxp5U3CblRLH67J8gkfyGNbiK3c+l1QI/G4irHMPQw44aEPmjVag+YKTyQ260NcF82GTQ3bdscA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.3.0.tgz", + "integrity": "sha512-UfZZFnDsERI3c3CZGxzvNJd02SHjaSJ8kgW1djn65H1KK8rehwTjyrRKOG3VTMG8wtHZ5rgAO5oTHtHi9GCCmw==", + "license": "MIT", "peerDependencies": { "chart.js": "^4.1.1", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/react-dom": { @@ -2211,9 +2212,9 @@ } }, "react-chartjs-2": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.2.0.tgz", - "integrity": "sha512-98iN5aguJyVSxp5U3CblRLH67J8gkfyGNbiK3c+l1QI/G4irHMPQw44aEPmjVag+YKTyQ260NcF82GTQ3bdscA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.3.0.tgz", + "integrity": "sha512-UfZZFnDsERI3c3CZGxzvNJd02SHjaSJ8kgW1djn65H1KK8rehwTjyrRKOG3VTMG8wtHZ5rgAO5oTHtHi9GCCmw==", "requires": {} }, "react-dom": { diff --git a/example/react/custom-bar-chart/package.json b/example/react/custom-bar-chart/package.json index 618ad75..8192ec8 100644 --- a/example/react/custom-bar-chart/package.json +++ b/example/react/custom-bar-chart/package.json @@ -15,7 +15,7 @@ "chartjs-plugin-datalabels": "^2.2.0", "lodash": "^4.17.21", "react": "^17.0.2", - "react-chartjs-2": "^5.2.0", + "react-chartjs-2": "^5.3.0", "react-dom": "^17.0.2" }, "devDependencies": {