mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-06-23 16:31:08 +00:00
fix: Add @deno/graph and @std/async dependencies to deno.lock
This commit is contained in:
parent
fa7f1ce4eb
commit
c220ab4d8a
1 changed files with 10 additions and 0 deletions
10
deno.lock
generated
10
deno.lock
generated
|
@ -4,8 +4,10 @@
|
|||
"jsr:@david/code-block-writer@^13.0.2": "13.0.3",
|
||||
"jsr:@deno/cache-dir@0.20": "0.20.0",
|
||||
"jsr:@deno/dnt@~0.42.1": "0.42.1",
|
||||
"jsr:@deno/graph@0.86": "0.86.9",
|
||||
"jsr:@std/assert@^1.0.12": "1.0.13",
|
||||
"jsr:@std/assert@^1.0.5": "1.0.5",
|
||||
"jsr:@std/async@^1.0.12": "1.0.12",
|
||||
"jsr:@std/bytes@^1.0.5": "1.0.5",
|
||||
"jsr:@std/data-structures@^1.0.6": "1.0.7",
|
||||
"jsr:@std/expect@^1.0.15": "1.0.15",
|
||||
|
@ -40,6 +42,7 @@
|
|||
"@deno/cache-dir@0.20.0": {
|
||||
"integrity": "840a78d4294102ac9ba6be70e8c1bf2983d18de4ef022f2c1bb8f8aaaffada48",
|
||||
"dependencies": [
|
||||
"jsr:@deno/graph",
|
||||
"jsr:@std/fmt@^1.0.3",
|
||||
"jsr:@std/fs@^1.0.6",
|
||||
"jsr:@std/io",
|
||||
|
@ -57,6 +60,9 @@
|
|||
"jsr:@ts-morph/bootstrap"
|
||||
]
|
||||
},
|
||||
"@deno/graph@0.86.9": {
|
||||
"integrity": "c4f353a695bcc5246c099602977dabc6534eacea9999a35a8cb24e807192e6a1"
|
||||
},
|
||||
"@std/assert@1.0.5": {
|
||||
"integrity": "e37da8e4033490ce613eec4ac1d78dba1faf5b02a3f6c573a28f15365b9b440f",
|
||||
"dependencies": [
|
||||
|
@ -75,6 +81,9 @@
|
|||
"jsr:@std/internal@^1.0.6"
|
||||
]
|
||||
},
|
||||
"@std/async@1.0.12": {
|
||||
"integrity": "d1bfcec459e8012846fe4e38dfc4241ab23240ecda3d8d6dfcf6d81a632e803d"
|
||||
},
|
||||
"@std/bytes@1.0.5": {
|
||||
"integrity": "4465dd739d7963d964c809202ebea6d5c6b8e3829ef25c6a224290fbb8a1021e"
|
||||
},
|
||||
|
@ -159,6 +168,7 @@
|
|||
"integrity": "12b3db12d34f0f385a26248933bde766c0f8c5ad8b6ab34d4d38f528ab852f48",
|
||||
"dependencies": [
|
||||
"jsr:@std/assert@^1.0.12",
|
||||
"jsr:@std/async",
|
||||
"jsr:@std/data-structures",
|
||||
"jsr:@std/fs@^1.0.16",
|
||||
"jsr:@std/internal@^1.0.6",
|
||||
|
|
Loading…
Add table
Reference in a new issue