chore:(deps): bump react-countup from 5.0.0 to 5.1.0 in /explorer (#18939)
Bumps [react-countup](https://github.com/glennreyes/react-countup) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/glennreyes/react-countup/releases) - [Commits](https://github.com/glennreyes/react-countup/compare/v5.0.0...v5.1.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:
parent
e3401c4f61
commit
2dad2058ab
|
@ -43,7 +43,7 @@
|
|||
"prettier": "^2.3.2",
|
||||
"react": "^17.0.2",
|
||||
"react-chartjs-2": "^2.11.2",
|
||||
"react-countup": "^5.0.0",
|
||||
"react-countup": "^5.1.0",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-moment": "^1.1.1",
|
||||
"react-router-dom": "^5.2.0",
|
||||
|
@ -19091,12 +19091,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-countup": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.0.0.tgz",
|
||||
"integrity": "sha512-nfskEVNHELkQ5famxdE13Xl/zODG3g67hNY4y6yhiIInonOo/b0P2yHHi7wYFaEKLixDPIQfcIzssg/jW3pYdg==",
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.1.0.tgz",
|
||||
"integrity": "sha512-aDVXrnef5ByOqJfUOS0Gm0R8BQSfZagFoqczSbuPXdidTZh52OYZ8JN+cX58oouxvBOYwRvkhwPr0qUVrIpryw==",
|
||||
"dependencies": {
|
||||
"countup.js": "^2.0.7",
|
||||
"prop-types": "^15.7.2",
|
||||
"warning": "^4.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -40443,12 +40442,11 @@
|
|||
}
|
||||
},
|
||||
"react-countup": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.0.0.tgz",
|
||||
"integrity": "sha512-nfskEVNHELkQ5famxdE13Xl/zODG3g67hNY4y6yhiIInonOo/b0P2yHHi7wYFaEKLixDPIQfcIzssg/jW3pYdg==",
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.1.0.tgz",
|
||||
"integrity": "sha512-aDVXrnef5ByOqJfUOS0Gm0R8BQSfZagFoqczSbuPXdidTZh52OYZ8JN+cX58oouxvBOYwRvkhwPr0qUVrIpryw==",
|
||||
"requires": {
|
||||
"countup.js": "^2.0.7",
|
||||
"prop-types": "^15.7.2",
|
||||
"warning": "^4.0.3"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"prettier": "^2.3.2",
|
||||
"react": "^17.0.2",
|
||||
"react-chartjs-2": "^2.11.2",
|
||||
"react-countup": "^5.0.0",
|
||||
"react-countup": "^5.1.0",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-moment": "^1.1.1",
|
||||
"react-router-dom": "^5.2.0",
|
||||
|
|
Loading…
Reference in New Issue