chore:(deps): bump react-countup from 4.3.3 to 4.4.0 in /explorer (#18320)

Bumps [react-countup](https://github.com/glennreyes/react-countup) from 4.3.3 to 4.4.0.
- [Release notes](https://github.com/glennreyes/react-countup/releases)
- [Commits](https://github.com/glennreyes/react-countup/compare/v4.3.3...v4.4.0)

---
updated-dependencies:
- dependency-name: react-countup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-30 08:26:04 +00:00 committed by GitHub
parent b062170197
commit df552d4270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

View File

@ -43,7 +43,7 @@
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-countup": "^4.3.3",
"react-countup": "^4.4.0",
"react-dom": "^17.0.2",
"react-moment": "^1.1.1",
"react-router-dom": "^5.2.0",
@ -18963,13 +18963,16 @@
}
},
"node_modules/react-countup": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.3.3.tgz",
"integrity": "sha512-pWnxpwdPNRyJFha/YKKbyc4RLAw8PzmULdgCziGIgw6vxhT1VdccrvQgj38HBSoM2qF/MoLmn4M2klvDWVIdaw==",
"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==",
"dependencies": {
"countup.js": "^1.9.3",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
},
"peerDependencies": {
"react": ">= 16.3.0"
}
},
"node_modules/react-dev-utils": {
@ -40218,9 +40221,9 @@
}
},
"react-countup": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.3.3.tgz",
"integrity": "sha512-pWnxpwdPNRyJFha/YKKbyc4RLAw8PzmULdgCziGIgw6vxhT1VdccrvQgj38HBSoM2qF/MoLmn4M2klvDWVIdaw==",
"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==",
"requires": {
"countup.js": "^1.9.3",
"prop-types": "^15.7.2",

View File

@ -39,7 +39,7 @@
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-countup": "^4.3.3",
"react-countup": "^4.4.0",
"react-dom": "^17.0.2",
"react-moment": "^1.1.1",
"react-router-dom": "^5.2.0",