Skip to content

Commit

Permalink
chore: fix workspace dependency specifiers (#5322)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Jul 5, 2024
1 parent fcc59f2 commit 6d16b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"graphviz": "npm:node-graphviz@^0.1.1",

"@std/archive": "jsr:@std/archive@^0.224.3",
"@std/assert": "jsr:@std/assert@1.0.0",
"@std/assert": "jsr:@std/assert@^1.0.0",
"@std/async": "jsr:@std/async@^1.0.0-rc.3",
"@std/bytes": "jsr:@std/bytes@^1.0.1-rc.3",
"@std/cli": "jsr:@std/cli@^1.0.0-rc.3",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@std/toml": "jsr:@std/toml@^1.0.0-rc.3",
"@std/ulid": "jsr:@std/ulid@^1.0.0-rc.3",
"@std/url": "jsr:@std/url@^1.0.0-rc.2",
"@std/uuid": "jsr:@std/uuid@1.0.0",
"@std/uuid": "jsr:@std/uuid@^1.0.0",
"@std/webgpu": "jsr:@std/webgpu@^0.224.5",
"@std/yaml": "jsr:@std/yaml@^1.0.0-rc.1"
},
Expand Down

0 comments on commit 6d16b81

Please sign in to comment.