Skip to content

Commit

Permalink
Merge pull request #51 from swfz/renovate/https-deno.land-x-emit-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency https://deno.land/x/emit to v0.35.0
  • Loading branch information
swfz authored Feb 2, 2024
2 parents 5f62056 + 6fa8e50 commit 775b20c
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 775b20c

Please sign in to comment.