From 79a7227e82a94b04f09b3b5386e0ecac1fff3a53 Mon Sep 17 00:00:00 2001 From: "13621160019@163.com" <13621160019@163.com> Date: Wed, 29 Dec 2021 12:24:21 +0800 Subject: [PATCH] updated react-countup to v6.1.0 in web ui --- web/package-lock.json | 34 +++++++++++++++------------------- web/package.json | 2 +- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 1d38308f..8225c770 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -52,7 +52,7 @@ "react-bootstrap-table-next": "^3.3.5", "react-bootstrap-table2-paginator": "^2.1.2", "react-chartjs-2": "^2.10.0", - "react-countup": "^4.3.3", + "react-countup": "^6.1.0", "react-datetime": "^2.16.3", "react-dom": "^16.13.1", "react-dropzone": "^10.2.2", @@ -6770,9 +6770,9 @@ } }, "node_modules/countup.js": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-1.9.3.tgz", - "integrity": "sha1-zj5QzXFgRB5HjwfaMYle3MDxyd0=" + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.0.8.tgz", + "integrity": "sha512-pW3xwwD+hB+xmtI16xFcuLS0D5hSQqPQWkZOdgpKQyzxCquDNo2VCFPkRw12vmvdpnicXVTcjmYiakG6biwINg==" }, "node_modules/create-ecdh": { "version": "4.0.4", @@ -20373,13 +20373,11 @@ } }, "node_modules/react-countup": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.4.0.tgz", - "integrity": "sha512-PSSpvRT5FCjCVh3NzPpz/SgeG8b9LnpfCSO1TEMK8K/GhmxI+s8D/KbxGCFsmmeq+Y0cnf2KepUHssPfH/7iyw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.1.0.tgz", + "integrity": "sha512-0tN65l4ksaNa4rm8ZKshpGxbIHQ4RAh8TGaKYp06EZ7nZw+haXpW3dQTVDhTey9+10jDkJgdzyXKDmC96c1M8g==", "dependencies": { - "countup.js": "^1.9.3", - "prop-types": "^15.7.2", - "warning": "^4.0.3" + "countup.js": "^2.0.8" }, "peerDependencies": { "react": ">= 16.3.0" @@ -33012,9 +33010,9 @@ } }, "countup.js": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-1.9.3.tgz", - "integrity": "sha1-zj5QzXFgRB5HjwfaMYle3MDxyd0=" + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.0.8.tgz", + "integrity": "sha512-pW3xwwD+hB+xmtI16xFcuLS0D5hSQqPQWkZOdgpKQyzxCquDNo2VCFPkRw12vmvdpnicXVTcjmYiakG6biwINg==" }, "create-ecdh": { "version": "4.0.4", @@ -43843,13 +43841,11 @@ } }, "react-countup": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.4.0.tgz", - "integrity": "sha512-PSSpvRT5FCjCVh3NzPpz/SgeG8b9LnpfCSO1TEMK8K/GhmxI+s8D/KbxGCFsmmeq+Y0cnf2KepUHssPfH/7iyw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.1.0.tgz", + "integrity": "sha512-0tN65l4ksaNa4rm8ZKshpGxbIHQ4RAh8TGaKYp06EZ7nZw+haXpW3dQTVDhTey9+10jDkJgdzyXKDmC96c1M8g==", "requires": { - "countup.js": "^1.9.3", - "prop-types": "^15.7.2", - "warning": "^4.0.3" + "countup.js": "^2.0.8" } }, "react-datetime": { diff --git a/web/package.json b/web/package.json index dff25453..1b130f6f 100644 --- a/web/package.json +++ b/web/package.json @@ -47,7 +47,7 @@ "react-bootstrap-table-next": "^3.3.5", "react-bootstrap-table2-paginator": "^2.1.2", "react-chartjs-2": "^2.10.0", - "react-countup": "^4.3.3", + "react-countup": "^6.1.0", "react-datetime": "^2.16.3", "react-dom": "^16.13.1", "react-dropzone": "^10.2.2",