Skip to content

Commit

Permalink
fix(deps): update dependency react-countup to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2021
1 parent b4eab13 commit edd1034
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"raw-loader": "^4.0.2",
"react": "^16.14.0",
"react-accessible-accordion": "^3.3.5",
"react-countup": "^4.4.0",
"react-countup": "^6.0.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-github-fork-ribbon": "^0.6.0",
Expand Down
27 changes: 9 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1962,10 +1962,10 @@ cosmiconfig@^5.0.0:
js-yaml "^3.13.1"
parse-json "^4.0.0"

countup.js@^1.9.3:
version "1.9.3"
resolved "https://registry.yarnpkg.com/countup.js/-/countup.js-1.9.3.tgz#ce3e50cd7160441e478f07da31895edcc0f1c9dd"
integrity sha1-zj5QzXFgRB5HjwfaMYle3MDxyd0=
countup.js@^2.0.8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/countup.js/-/countup.js-2.0.8.tgz#eca0c31c9db3f7769cba494d9315cd52dbaaf1b9"
integrity sha512-pW3xwwD+hB+xmtI16xFcuLS0D5hSQqPQWkZOdgpKQyzxCquDNo2VCFPkRw12vmvdpnicXVTcjmYiakG6biwINg==

create-ecdh@^4.0.0:
version "4.0.4"
Expand Down Expand Up @@ -5457,14 +5457,12 @@ react-accessible-accordion@^3.3.5:
resolved "https://registry.yarnpkg.com/react-accessible-accordion/-/react-accessible-accordion-3.3.5.tgz#5d035994a261c832a57e7822f1bbacf914c5a5cc"
integrity sha512-yCh3tx+jNuOPs+m58LOBFTGDEaGvM8UfuCNznr855FDAWzwV8V/ZH/TVBvgqH0npP58KrrVrHpj4jcy0EE5hEw==

react-countup@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/react-countup/-/react-countup-4.4.0.tgz#ca5c0a971c442a06a7bc52f3921ad2e66ba65990"
integrity sha512-PSSpvRT5FCjCVh3NzPpz/SgeG8b9LnpfCSO1TEMK8K/GhmxI+s8D/KbxGCFsmmeq+Y0cnf2KepUHssPfH/7iyw==
react-countup@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/react-countup/-/react-countup-6.0.0.tgz#463f174781db4bec25de8853335c18ff0a305131"
integrity sha512-Q5M8TbtdeSrnK6UaMgZBaV13GZHKsWh5FedzFM9HSWcI48x1SzJ33fCJcX23juLzguwRU3ZtumqlLdCUJdRPfA==
dependencies:
countup.js "^1.9.3"
prop-types "^15.7.2"
warning "^4.0.3"
countup.js "^2.0.8"

react-dom@^17.0.2:
version "17.0.2"
Expand Down Expand Up @@ -6940,13 +6938,6 @@ walker@^1.0.7:
dependencies:
makeerror "1.0.x"

warning@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
dependencies:
loose-envify "^1.0.0"

[email protected]:
version "2.1.1"
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.1.1.tgz#e99630550fca07df9f90a06056987baa40a689c7"
Expand Down

0 comments on commit edd1034

Please sign in to comment.