File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 9
9
"@testing-library/user-event" : " ^12.1.10" ,
10
10
"framer-motion" : " 4.1.17" ,
11
11
"react" : " ^17.0.2" ,
12
+ "react-countup" : " ^6.1.1" ,
12
13
"react-dom" : " ^17.0.2" ,
13
14
"react-icons" : " ^4.3.1" ,
14
15
"react-router-dom" : " ^6.0.2" ,
Original file line number Diff line number Diff line change @@ -3745,6 +3745,11 @@ cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
3745
3745
path-type "^4.0.0"
3746
3746
yaml "^1.10.0"
3747
3747
3748
+ countup.js@^2.0.8 :
3749
+ version "2.0.8"
3750
+ resolved "https://registry.yarnpkg.com/countup.js/-/countup.js-2.0.8.tgz#eca0c31c9db3f7769cba494d9315cd52dbaaf1b9"
3751
+ integrity sha512-pW3xwwD+hB+xmtI16xFcuLS0D5hSQqPQWkZOdgpKQyzxCquDNo2VCFPkRw12vmvdpnicXVTcjmYiakG6biwINg==
3752
+
3748
3753
create-ecdh@^4.0.0 :
3749
3754
version "4.0.4"
3750
3755
resolved "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz"
@@ -9424,6 +9429,13 @@ react-app-polyfill@^2.0.0:
9424
9429
regenerator-runtime "^0.13.7"
9425
9430
whatwg-fetch "^3.4.1"
9426
9431
9432
+ react-countup@^6.1.1 :
9433
+ version "6.1.1"
9434
+ resolved "https://registry.yarnpkg.com/react-countup/-/react-countup-6.1.1.tgz#2dd5a82dd1059afd4e269a33de5cd1fa5a7910d7"
9435
+ integrity sha512-9mYlnk/yCFg3g2/65pCTex6mr9h0eYdDMIL4T5nfLj/RzoiqY03wlPxZglzbJ6OzXvU37OmYApwQ4WMZNFr8Aw==
9436
+ dependencies :
9437
+ countup.js "^2.0.8"
9438
+
9427
9439
react-dev-utils@^11.0.3 :
9428
9440
version "11.0.4"
9429
9441
resolved "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-11.0.4.tgz"
You can’t perform that action at this time.
0 commit comments