Skip to content

Commit

Permalink
Update deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed Oct 15, 2024
1 parent 6adfc00 commit af34d56
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 74 deletions.
6 changes: 3 additions & 3 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"exclude": ["third_party"]
},
"imports": {
"@david/dax": "jsr:@david/dax@^0.41.0",
"@std/fs": "jsr:@std/fs@^0.221.0",
"@std/path": "jsr:@std/path@^0.221.0"
"@david/dax": "jsr:@david/dax@^0.42.0",
"@std/fs": "jsr:@std/fs@^0.224.0",
"@std/path": "jsr:@std/path@^0.224.0"
},
"tasks": {
"watch": "sh -c 'fswatch -r -o -l 3 \"$(chezmoi source-path)\" | xargs -n1 -I{} chezmoi apply --verbose'"
Expand Down
156 changes: 88 additions & 68 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 install.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import $ from "jsr:@david/dax@^0.41.0";
import * as fs from "jsr:@std/fs@^0.221.0";
import * as path from "jsr:@std/path@^0.221.0";
import $ from "jsr:@david/dax@^0.42.0";
import * as fs from "jsr:@std/fs@^0.224.0";
import * as path from "jsr:@std/path@^0.224.0";

$.setPrintCommand(true);

Expand Down

0 comments on commit af34d56

Please sign in to comment.