Skip to content

Commit 790a5a6

Browse files
fix: update deps
1 parent 79a88cb commit 790a5a6

3 files changed

Lines changed: 73 additions & 4 deletions

File tree

deno.lock

Lines changed: 70 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps_dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export {
22
assertEquals,
33
assertExists,
44
assertRejects,
5-
} from "https://deno.land/std@0.201.0/assert/mod.ts";
5+
} from "https://deno.land/std@0.208.0/assert/mod.ts";

scripts/build_npm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This dependancy cannot be moved to dev_deps.ts since dnt complains about a top-level await
2-
import { build, emptyDir } from "https://deno.land/x/dnt@0.38.1/mod.ts";
2+
import { build, emptyDir } from "https://deno.land/x/dnt@0.39.0/mod.ts";
33

44
if (!Deno.args[0]) throw new Error("No version specified");
55

@@ -46,7 +46,7 @@ await build({
4646
},
4747
homepage: "https://classchartsapi.github.io/classcharts-api-js/",
4848
engines: {
49-
node: ">=18",
49+
node: ">=20",
5050
},
5151
sideEffects: false,
5252
},

0 commit comments

Comments
 (0)