Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Sep 27, 2024
1 parent ee3b799 commit 2364477
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"request": "attach",
"name": "Deno",
"type": "node",
"cwd": "${workspaceFolder}",
"env": {},
}
]
}
11 changes: 5 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
"./esbuild_types": "./src/esbuild_types.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@0.213",
"@std/assert": "jsr:@std/assert@^1.0.6",
"@std/bytes": "jsr:@std/bytes@^1.0.2",
"@std/encoding": "jsr:@std/[email protected]",
"@std/encoding/base32": "jsr:@std/[email protected]/base32",
"@std/fs": "jsr:@std/[email protected]",
"@std/jsonc": "jsr:@std/[email protected]",
"@std/path": "jsr:@std/[email protected]",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/jsonc": "jsr:@std/jsonc@^1.0.1",
"@std/path": "jsr:@std/path@^1.0.6",
"x/importmap": "./vendor/x/importmap/mod.ts",
"x/importmap/_util.ts": "./vendor/x/importmap/_util.ts"
},
Expand Down

0 comments on commit 2364477

Please sign in to comment.