Skip to content

Commit

Permalink
⬆️ chore(core): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Helloyunho committed May 18, 2024
1 parent 5a1d3cd commit f798014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { decompress_with as unzlib } from "https://unpkg.com/@evan/[email protected].50/target/zlib/deno.js";
export { EventEmitter } from "https://deno.land/x/[email protected].0/mod.ts";
export { decompress_with as unzlib } from "npm:@evan/[email protected].95/target/zlib/node.mjs";
export { EventEmitter } from "jsr:@denosaurs/[email protected].2";

0 comments on commit f798014

Please sign in to comment.