Bump deno version

This commit is contained in:
Zef Hemel
2024-01-15 16:46:37 +01:00
parent a2dbf7b3db
commit 0e66920550
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { AssetBundle } from "../plugos/asset_bundle/bundle.ts";
import { compileManifest } from "../plugos/compile.ts";
import { esbuild } from "../plugos/deps.ts";
import { runPlug } from "./plug_run.ts";
import assets from "../dist/plug_asset_bundle.json" with { type: "json" };
import assets from "../dist/plug_asset_bundle.json" assert { type: "json" };
import { assertEquals } from "../test_deps.ts";
import { path } from "../common/deps.ts";