Skip to content

Commit edd1034

Browse files
committed
fix(deps): update dependency react-countup to v6
1 parent b4eab13 commit edd1034

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"raw-loader": "^4.0.2",
4747
"react": "^16.14.0",
4848
"react-accessible-accordion": "^3.3.5",
49-
"react-countup": "^4.4.0",
49+
"react-countup": "^6.0.0",
5050
"react-dom": "^17.0.2",
5151
"react-feather": "^2.0.9",
5252
"react-github-fork-ribbon": "^0.6.0",

yarn.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,10 +1962,10 @@ cosmiconfig@^5.0.0:
19621962
js-yaml "^3.13.1"
19631963
parse-json "^4.0.0"
19641964

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

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

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

54695467
react-dom@^17.0.2:
54705468
version "17.0.2"
@@ -6940,13 +6938,6 @@ walker@^1.0.7:
69406938
dependencies:
69416939
makeerror "1.0.x"
69426940

6943-
warning@^4.0.3:
6944-
version "4.0.3"
6945-
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
6946-
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
6947-
dependencies:
6948-
loose-envify "^1.0.0"
6949-
69506941
watchpack@2.1.1:
69516942
version "2.1.1"
69526943
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.1.1.tgz#e99630550fca07df9f90a06056987baa40a689c7"

0 commit comments

Comments
 (0)