Skip to content

Commit fb3ee4a

Browse files
committed
deno and viem update
1 parent 346c5be commit fb3ee4a

File tree

3 files changed

+158
-14
lines changed

3 files changed

+158
-14
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ENV LANG=C.UTF-8 \
5656

5757
FROM devkit-vscode AS devkit-deno
5858
USER root
59-
COPY --from=denoland/deno:bin-2.3.6 /deno /usr/local/bin/deno
59+
COPY --from=denoland/deno:bin-2.4.4 /deno /usr/local/bin/deno
6060
USER $USERNAME
6161

6262
FROM devkit-deno AS cfx-deno-cli

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"cliffy/ansi": "https://deno.land/x/cliffy@v1.0.0-rc.4/ansi/mod.ts",
3232
"cliffy/keycode": "https://deno.land/x/cliffy@v1.0.0-rc.4/keycode/mod.ts",
3333
"cliffy/testing": "https://deno.land/x/cliffy@v1.0.0-rc.4/testing/mod.ts",
34-
"viem": "https://esm.sh/viem@2.18.8",
35-
"viem/accounts": "https://esm.sh/viem@2.18.8/accounts",
34+
"viem": "https://esm.sh/viem@2.33.3",
35+
"viem/accounts": "https://esm.sh/viem@2.33.3/accounts",
3636
"bip39": "npm:bip39",
3737
"bip32": "npm:bip32",
3838
"tiny-secp256k1": "npm:tiny-secp256k1",

0 commit comments

Comments
 (0)