Skip to content

Commit

Permalink
DevOps: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanmurty committed Nov 6, 2024
1 parent 37c11f1 commit 96d9d14
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 41 deletions.
10 changes: 5 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
},
"imports": {
"@gnome/exec": "jsr:@gnome/exec@^0.6.0",
"@std/assert": "jsr:@std/assert@^1.0.4",
"@std/assert": "jsr:@std/assert@^1.0.7",
"@std/datetime": "jsr:@std/datetime@^0.225.2",
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
"@std/http/file-server": "jsr:@std/http@^1.0.6/file-server",
"@std/fs": "jsr:@std/fs@^1.0.3",
"@std/path": "jsr:@std/path@^1.0.4",
"@std/http/file-server": "jsr:@std/http@^1.0.9/file-server",
"@std/fs": "jsr:@std/fs@^1.0.5",
"@std/path": "jsr:@std/path@^1.0.8",
"@std/yaml": "jsr:@std/yaml@^1.0.5",
"deno-exif/": "https://deno.land/x/[email protected]/",
"imagescript/": "https://deno.land/x/[email protected]/",
"is_json/": "https://deno.land/x/[email protected]/",
"json2yaml/": "https://deno.land/x/[email protected]/",
"lume/": "https://deno.land/x/lume@v2.3.3/",
"lume/": "https://deno.land/x/lume@v2.4.0/",
"minify": "npm:minify"
},
"nodeModulesDir": "auto",
Expand Down
Loading

0 comments on commit 96d9d14

Please sign in to comment.