updated react-countup to v6.1.0 in web ui
parent
d6a7b7ad78
commit
79a7227e82
|
@ -52,7 +52,7 @@
|
||||||
"react-bootstrap-table-next": "^3.3.5",
|
"react-bootstrap-table-next": "^3.3.5",
|
||||||
"react-bootstrap-table2-paginator": "^2.1.2",
|
"react-bootstrap-table2-paginator": "^2.1.2",
|
||||||
"react-chartjs-2": "^2.10.0",
|
"react-chartjs-2": "^2.10.0",
|
||||||
"react-countup": "^4.3.3",
|
"react-countup": "^6.1.0",
|
||||||
"react-datetime": "^2.16.3",
|
"react-datetime": "^2.16.3",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1",
|
||||||
"react-dropzone": "^10.2.2",
|
"react-dropzone": "^10.2.2",
|
||||||
|
@ -6770,9 +6770,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/countup.js": {
|
"node_modules/countup.js": {
|
||||||
"version": "1.9.3",
|
"version": "2.0.8",
|
||||||
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-1.9.3.tgz",
|
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.0.8.tgz",
|
||||||
"integrity": "sha1-zj5QzXFgRB5HjwfaMYle3MDxyd0="
|
"integrity": "sha512-pW3xwwD+hB+xmtI16xFcuLS0D5hSQqPQWkZOdgpKQyzxCquDNo2VCFPkRw12vmvdpnicXVTcjmYiakG6biwINg=="
|
||||||
},
|
},
|
||||||
"node_modules/create-ecdh": {
|
"node_modules/create-ecdh": {
|
||||||
"version": "4.0.4",
|
"version": "4.0.4",
|
||||||
|
@ -20373,13 +20373,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-countup": {
|
"node_modules/react-countup": {
|
||||||
"version": "4.4.0",
|
"version": "6.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.1.0.tgz",
|
||||||
"integrity": "sha512-PSSpvRT5FCjCVh3NzPpz/SgeG8b9LnpfCSO1TEMK8K/GhmxI+s8D/KbxGCFsmmeq+Y0cnf2KepUHssPfH/7iyw==",
|
"integrity": "sha512-0tN65l4ksaNa4rm8ZKshpGxbIHQ4RAh8TGaKYp06EZ7nZw+haXpW3dQTVDhTey9+10jDkJgdzyXKDmC96c1M8g==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"countup.js": "^1.9.3",
|
"countup.js": "^2.0.8"
|
||||||
"prop-types": "^15.7.2",
|
|
||||||
"warning": "^4.0.3"
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": ">= 16.3.0"
|
"react": ">= 16.3.0"
|
||||||
|
@ -33012,9 +33010,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"countup.js": {
|
"countup.js": {
|
||||||
"version": "1.9.3",
|
"version": "2.0.8",
|
||||||
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-1.9.3.tgz",
|
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.0.8.tgz",
|
||||||
"integrity": "sha1-zj5QzXFgRB5HjwfaMYle3MDxyd0="
|
"integrity": "sha512-pW3xwwD+hB+xmtI16xFcuLS0D5hSQqPQWkZOdgpKQyzxCquDNo2VCFPkRw12vmvdpnicXVTcjmYiakG6biwINg=="
|
||||||
},
|
},
|
||||||
"create-ecdh": {
|
"create-ecdh": {
|
||||||
"version": "4.0.4",
|
"version": "4.0.4",
|
||||||
|
@ -43843,13 +43841,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-countup": {
|
"react-countup": {
|
||||||
"version": "4.4.0",
|
"version": "6.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.1.0.tgz",
|
||||||
"integrity": "sha512-PSSpvRT5FCjCVh3NzPpz/SgeG8b9LnpfCSO1TEMK8K/GhmxI+s8D/KbxGCFsmmeq+Y0cnf2KepUHssPfH/7iyw==",
|
"integrity": "sha512-0tN65l4ksaNa4rm8ZKshpGxbIHQ4RAh8TGaKYp06EZ7nZw+haXpW3dQTVDhTey9+10jDkJgdzyXKDmC96c1M8g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"countup.js": "^1.9.3",
|
"countup.js": "^2.0.8"
|
||||||
"prop-types": "^15.7.2",
|
|
||||||
"warning": "^4.0.3"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-datetime": {
|
"react-datetime": {
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"react-bootstrap-table-next": "^3.3.5",
|
"react-bootstrap-table-next": "^3.3.5",
|
||||||
"react-bootstrap-table2-paginator": "^2.1.2",
|
"react-bootstrap-table2-paginator": "^2.1.2",
|
||||||
"react-chartjs-2": "^2.10.0",
|
"react-chartjs-2": "^2.10.0",
|
||||||
"react-countup": "^4.3.3",
|
"react-countup": "^6.1.0",
|
||||||
"react-datetime": "^2.16.3",
|
"react-datetime": "^2.16.3",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1",
|
||||||
"react-dropzone": "^10.2.2",
|
"react-dropzone": "^10.2.2",
|
||||||
|
|
Loading…
Reference in New Issue