Skip to content

Commit 4c2277b

Browse files
committed
chore: override viem resolution from viem@npm:2.x to npm:^2.23.2 because of @wagmi/cli
1 parent 5a81f9e commit 4c2277b

File tree

2 files changed

+345
-25
lines changed

2 files changed

+345
-25
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"elliptic@npm:6.5.4": "npm:6.6.1",
7878
"word-wrap@npm:~1.2.3": "npm:1.2.5",
7979
"@codemirror/state": "npm:6.5.2",
80-
"undici@npm:7.3.0": "npm:7.5.0"
80+
"undici@npm:7.3.0": "npm:7.5.0",
81+
"viem@npm:2.x": "npm:^2.23.2"
8182
},
8283
"scripts": {
8384
"check-prerequisites": "scripts/check-prerequisites.sh",

0 commit comments

Comments
 (0)