add std/fs dependency

This commit is contained in:
Siddharth Singh 2024-09-13 20:57:58 +05:30
parent 3f822ecb77
commit 57a16e7b78
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -47,6 +47,7 @@
"@std/fs": "jsr:@std/fs@^0.229.3",
"@std/json": "jsr:@std/json@^0.223.0",
"@std/media-types": "jsr:@std/media-types@^0.224.1",
"@std/path": "jsr:@std/path@0.217.0",
"@std/streams": "jsr:@std/streams@^0.223.0",
"comlink": "npm:comlink@^4.4.1",
"comlink-async-generator": "npm:comlink-async-generator@^0.0.1",

2
deno.lock generated
View file

@ -50,6 +50,7 @@
"jsr:@std/media-types@^0.224.1": "jsr:@std/media-types@0.224.1",
"jsr:@std/path@0.213.1": "jsr:@std/path@0.213.1",
"jsr:@std/path@0.217": "jsr:@std/path@0.217.0",
"jsr:@std/path@0.217.0": "jsr:@std/path@0.217.0",
"jsr:@std/path@^0.213.1": "jsr:@std/path@0.213.1",
"jsr:@std/path@^0.221.0": "jsr:@std/path@0.221.0",
"jsr:@std/streams@^0.223.0": "jsr:@std/streams@0.223.0",
@ -1929,6 +1930,7 @@
"jsr:@std/fs@^0.229.3",
"jsr:@std/json@^0.223.0",
"jsr:@std/media-types@^0.224.1",
"jsr:@std/path@0.217.0",
"jsr:@std/streams@^0.223.0",
"npm:@isaacs/ttlcache@^1.4.1",
"npm:@noble/secp256k1@^2.0.0",