Skip to content

Commit

Permalink
updated the TS deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hortinstein committed Feb 5, 2023
1 parent d153c79 commit 8b4a426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as mod from "https://deno.land/std@0.166.0/crypto/mod.ts";
import * as mod from "https://deno.land/std@0.176.0/crypto/mod.ts";

// import the nim generated code
import { createRequire } from "https://deno.land/std@0.103.0/node/module.ts";
import { createRequire } from "https://deno.land/std@0.176.0/node/module.ts";
const require = createRequire(import.meta.url);
const serialize = require("./serialize.js");

Expand Down

0 comments on commit 8b4a426

Please sign in to comment.