diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-08-11 10:38:47 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-08-11 10:39:12 -0400 |
| commit | 1815417a18c251d1ac3f8bc1ab1a12497cbf205f (patch) | |
| tree | ebf3b143e928d4cbece1be1228b5b275d29b5b1a /src/frontend/import_map.json | |
| parent | 91618787effe6ed66b6a2bc8bf8ac91a5e3ec4ee (diff) | |
| download | xesite-1815417a18c251d1ac3f8bc1ab1a12497cbf205f.tar.xz xesite-1815417a18c251d1ac3f8bc1ab1a12497cbf205f.zip | |
src/frontend: fix build
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'src/frontend/import_map.json')
| -rw-r--r-- | src/frontend/import_map.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/import_map.json b/src/frontend/import_map.json index eeafe72..371a0c8 100644 --- a/src/frontend/import_map.json +++ b/src/frontend/import_map.json @@ -5,7 +5,7 @@ "@xterm": "https://esm.sh/v113/xterm@5.1.0/es2022/xterm.mjs", "@xterm/addon-fit": "https://esm.sh/v113/xterm-addon-fit@0.7.0/es2022/xterm-addon-fit.mjs", - "@esbuild": "https://deno.land/x/esbuild@v0.18.14/mod.js", + "@esbuild": "https://deno.land/x/esbuild@v0.18.17/mod.js", "@esbuild/deno": "https://deno.land/x/esbuild_deno_loader@0.6.0/mod.ts", "xeact": "https://xena.greedo.xeserv.us/pkg/xeact/v0.70.0/xeact.ts", |
