Skip to content

Commit 85dd40d

Browse files
committed
Add countup package
1 parent 698180e commit 85dd40d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"@testing-library/user-event": "^12.1.10",
1010
"framer-motion": "4.1.17",
1111
"react": "^17.0.2",
12+
"react-countup": "^6.1.1",
1213
"react-dom": "^17.0.2",
1314
"react-icons": "^4.3.1",
1415
"react-router-dom": "^6.0.2",

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -3745,6 +3745,11 @@ cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
37453745
path-type "^4.0.0"
37463746
yaml "^1.10.0"
37473747

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+
37483753
create-ecdh@^4.0.0:
37493754
version "4.0.4"
37503755
resolved "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz"
@@ -9424,6 +9429,13 @@ react-app-polyfill@^2.0.0:
94249429
regenerator-runtime "^0.13.7"
94259430
whatwg-fetch "^3.4.1"
94269431

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+
94279439
react-dev-utils@^11.0.3:
94289440
version "11.0.4"
94299441
resolved "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-11.0.4.tgz"

0 commit comments

Comments
 (0)