We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2e0a7 commit fd8b69fCopy full SHA for fd8b69f
deps.ts
@@ -4,4 +4,4 @@ export {
4
assertFalse,
5
assertNotEquals,
6
assertThrows,
7
-} from "https://deno.land/std@0.141.0/testing/asserts.ts";
+} from "https://deno.land/std@0.146.0/testing/asserts.ts";
scripts/node_support.ts
@@ -1,4 +1,4 @@
1
-import { buildPackage } from "https://deno.land/x/ultirequiem@0.0.15/node_support.ts";
+import { buildPackage } from "https://deno.land/x/ultirequiem@0.0.17/node_support.ts";
2
3
buildPackage({
repoName: "eloquent-javascript",
0 commit comments