Skip to content

Commit

Permalink
[release patch] Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsukina-7mochi committed Jul 10, 2023
1 parent 0e01d71 commit e067e02
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
51 changes: 25 additions & 26 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as esbuild from "https://deno.land/x/[email protected].1/mod.js";
export * as fs from "https://deno.land/std@0.191.0/fs/mod.ts";
export { posix } from "https://deno.land/std@0.191.0/path/mod.ts";
export * as esbuild from "https://deno.land/x/[email protected].11/mod.js";
export * as fs from "https://deno.land/std@0.193.0/fs/mod.ts";
export { posix } from "https://deno.land/std@0.193.0/path/mod.ts";
export { default as sass } from "https://deno.land/x/[email protected]/mod.ts";

0 comments on commit e067e02

Please sign in to comment.