Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/x/emit to v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 5f62056 commit 6fa8e50
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.33.0/mod.ts";
import { bundle } from "https://deno.land/x/emit@0.35.0/mod.ts";

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

0 comments on commit 6fa8e50

Please sign in to comment.