mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
add std/fs dependency
This commit is contained in:
parent
3f822ecb77
commit
57a16e7b78
2 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
||||||
"@std/fs": "jsr:@std/fs@^0.229.3",
|
"@std/fs": "jsr:@std/fs@^0.229.3",
|
||||||
"@std/json": "jsr:@std/json@^0.223.0",
|
"@std/json": "jsr:@std/json@^0.223.0",
|
||||||
"@std/media-types": "jsr:@std/media-types@^0.224.1",
|
"@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",
|
"@std/streams": "jsr:@std/streams@^0.223.0",
|
||||||
"comlink": "npm:comlink@^4.4.1",
|
"comlink": "npm:comlink@^4.4.1",
|
||||||
"comlink-async-generator": "npm:comlink-async-generator@^0.0.1",
|
"comlink-async-generator": "npm:comlink-async-generator@^0.0.1",
|
||||||
|
|
|
||||||
2
deno.lock
generated
2
deno.lock
generated
|
|
@ -50,6 +50,7 @@
|
||||||
"jsr:@std/media-types@^0.224.1": "jsr:@std/media-types@0.224.1",
|
"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.213.1": "jsr:@std/path@0.213.1",
|
||||||
"jsr:@std/path@0.217": "jsr:@std/path@0.217.0",
|
"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.213.1": "jsr:@std/path@0.213.1",
|
||||||
"jsr:@std/path@^0.221.0": "jsr:@std/path@0.221.0",
|
"jsr:@std/path@^0.221.0": "jsr:@std/path@0.221.0",
|
||||||
"jsr:@std/streams@^0.223.0": "jsr:@std/streams@0.223.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/fs@^0.229.3",
|
||||||
"jsr:@std/json@^0.223.0",
|
"jsr:@std/json@^0.223.0",
|
||||||
"jsr:@std/media-types@^0.224.1",
|
"jsr:@std/media-types@^0.224.1",
|
||||||
|
"jsr:@std/path@0.217.0",
|
||||||
"jsr:@std/streams@^0.223.0",
|
"jsr:@std/streams@^0.223.0",
|
||||||
"npm:@isaacs/ttlcache@^1.4.1",
|
"npm:@isaacs/ttlcache@^1.4.1",
|
||||||
"npm:@noble/secp256k1@^2.0.0",
|
"npm:@noble/secp256k1@^2.0.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue