Skip to content

Commit

Permalink
chore: add lottie-react
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Sep 9, 2024
1 parent 51ab1eb commit 8f8bc29
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"easy-peasy": "^6.0.5",
"easyqrcodejs": "^4.6.1",
"js-cookie": "^3.0.5",
"lottie-react": "^2.4.0",
"next": "14.2.8",
"react": "^18",
"react-dom": "^18",
Expand Down
17 changes: 15 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 505CC90154A1E8F2-86be9d157d95fc17-999ACEE25E1DEB74-62ecfeabb218a850
# bun ./bun.lockb --hash: CC1582BE3BBD7DF9-c3d682ba88c751bb-5896A52605C4C3CD-171536802f721629


"@alloc/quick-lru@^5.2.0":
Expand Down Expand Up @@ -705,10 +705,11 @@ client@client:
easy-peasy "^6.0.5"
easyqrcodejs "^4.6.1"
js-cookie "^3.0.5"
lottie-react ""
next "14.2.8"
react "^18"
react-dom "^18"
react-spinners ""
react-spinners "^0.14.1"
swr "^2.2.5"

client-only@0.0.1, client-only@^0.0.1:
Expand Down Expand Up @@ -1442,6 +1443,18 @@ loose-envify@^1.1.0:
dependencies:
js-tokens "^3.0.0 || ^4.0.0"

lottie-react@^2.4.0:
version "2.4.0"
resolved "https://registry.npmjs.org/lottie-react/-/lottie-react-2.4.0.tgz"
integrity sha512-pDJGj+AQlnlyHvOHFK7vLdsDcvbuqvwPZdMlJ360wrzGFurXeKPr8SiRCjLf3LrNYKANQtSsh5dz9UYQHuqx4w==
dependencies:
lottie-web "^5.10.2"

lottie-web@^5.10.2:
version "5.12.2"
resolved "https://registry.npmjs.org/lottie-web/-/lottie-web-5.12.2.tgz"
integrity sha512-uvhvYPC8kGPjXT3MyKMrL3JitEAmDMp30lVkuq/590Mw9ok6pWcFCwXJveo0t5uqYw1UREQHofD+jVpdjBv8wg==

lru-cache@^10.2.0:
version "10.4.3"
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz"
Expand Down

0 comments on commit 8f8bc29

Please sign in to comment.