Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jul 12, 2024
1 parent 2862d1e commit 15727dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deps/log.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].4";
export * from "jsr:@std/[email protected].5";
4 changes: 2 additions & 2 deletions deps/path.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "jsr:@std/path@0.225.2";
export * as posix from "jsr:@std/path@0.225.2/posix";
export * from "jsr:@std/path@1.0.0";
export * as posix from "jsr:@std/path@1.0.0/posix";
2 changes: 1 addition & 1 deletion deps/sass.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:[email protected].7";
export * from "npm:[email protected].8";
2 changes: 1 addition & 1 deletion deps/toml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/toml@0.224.1";
export * from "jsr:@std/toml@1.0.0";

0 comments on commit 15727dc

Please sign in to comment.