Skip to content

Commit 1b147ad

Browse files
committed
fix: add viem peer dependency
1 parent 4a38706 commit 1b147ad

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"react-dom": "^18",
2525
"rtl-detect": "^1.1.2",
2626
"tailwind-merge": "^2.5.5",
27-
"tailwindcss-animate": "^1.0.7"
27+
"tailwindcss-animate": "^1.0.7",
28+
"viem": "^2.21.53"
2829
},
2930
"devDependencies": {
3031
"@biomejs/biome": "1.9.4",

yarn.lock

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4781,6 +4781,28 @@ __metadata:
47814781
languageName: node
47824782
linkType: hard
47834783

4784+
"viem@npm:^2.21.53":
4785+
version: 2.21.53
4786+
resolution: "viem@npm:2.21.53"
4787+
dependencies:
4788+
"@noble/curves": "npm:1.6.0"
4789+
"@noble/hashes": "npm:1.5.0"
4790+
"@scure/bip32": "npm:1.5.0"
4791+
"@scure/bip39": "npm:1.4.0"
4792+
abitype: "npm:1.0.6"
4793+
isows: "npm:1.0.6"
4794+
ox: "npm:0.1.2"
4795+
webauthn-p256: "npm:0.0.10"
4796+
ws: "npm:8.18.0"
4797+
peerDependencies:
4798+
typescript: ">=5.0.4"
4799+
peerDependenciesMeta:
4800+
typescript:
4801+
optional: true
4802+
checksum: 10c0/124bbfadf637170fc9b82ad7d15672d4774db04b06487840c79d45460de7571e91f69ac503af0cb44bc118f69ef4790a491a712029536d1270ca35065988c00c
4803+
languageName: node
4804+
linkType: hard
4805+
47844806
"w3c-xmlserializer@npm:^4.0.0":
47854807
version: 4.0.0
47864808
resolution: "w3c-xmlserializer@npm:4.0.0"
@@ -4817,6 +4839,7 @@ __metadata:
48174839
tailwindcss: "npm:^3.4.1"
48184840
tailwindcss-animate: "npm:^1.0.7"
48194841
typescript: "npm:^5"
4842+
viem: "npm:^2.21.53"
48204843
languageName: unknown
48214844
linkType: soft
48224845

0 commit comments

Comments
 (0)