mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
fix: update deps
This commit is contained in:
parent
79a88cbb3d
commit
790a5a6aa6
3 changed files with 73 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// This dependancy cannot be moved to dev_deps.ts since dnt complains about a top-level await
|
||||
import { build, emptyDir } from "https://deno.land/x/dnt@0.38.1/mod.ts";
|
||||
import { build, emptyDir } from "https://deno.land/x/dnt@0.39.0/mod.ts";
|
||||
|
||||
if (!Deno.args[0]) throw new Error("No version specified");
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ await build({
|
|||
},
|
||||
homepage: "https://classchartsapi.github.io/classcharts-api-js/",
|
||||
engines: {
|
||||
node: ">=18",
|
||||
node: ">=20",
|
||||
},
|
||||
sideEffects: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue