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 912d927 commit 9908a61Copy full SHA for 9908a61
deps.ts
@@ -4,4 +4,4 @@ export {
4
assertFalse,
5
assertNotEquals,
6
assertThrows,
7
-} from "https://deno.land/std@0.139.0/testing/asserts.ts";
+} from "https://deno.land/std@0.141.0/testing/asserts.ts";
scripts/node_support.ts
@@ -1,4 +1,4 @@
1
-import { buildPackage } from "https://deno.land/x/ultirequiem@0.0.12/node_support.ts";
+import { buildPackage } from "https://deno.land/x/ultirequiem@0.0.15/node_support.ts";
2
3
buildPackage({
repoName: "eloquent-javascript",
0 commit comments