updated react-countup to v6.1.0 in web ui

pull/106/MERGE
13621160019@163.com 2021-12-29 12:24:21 +08:00
parent d6a7b7ad78
commit 79a7227e82
2 changed files with 16 additions and 20 deletions

34
web/package-lock.json generated vendored
View File

@ -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": {

2
web/package.json vendored
View File

@ -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",