Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/x/emit to v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 601ed0b commit f46769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { bundle } from "https://deno.land/x/emit@0.38.2/mod.ts";
import { bundle } from "https://deno.land/x/emit@0.40.0/mod.ts";

const bundleCode = async (file: string) => {
const url = new URL(import.meta.resolve(file));
Expand Down

0 comments on commit f46769c

Please sign in to comment.