Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Sep 18, 2024
1 parent 70103ac commit b920ee5
Show file tree
Hide file tree
Showing 3 changed files with 900 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { solidPlugin as esbuildPluginSolidJs } from '@esbuild-plugin-solid-js';
import { green } from '@std/fmt/colors';
import { parseArgs } from '@std/cli/parse-args';

import importMap from './import_map.json' with {type: 'json'}
import importMap from '../import_map.json' with {type: 'json'}

const args = parseArgs<{
watch: boolean | undefined,
Expand Down
2 changes: 1 addition & 1 deletion config/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@solid-js/web": "https://esm.sh/solid-js@1.8.22/web",
"@std/cli": "jsr:@std/cli@^1.0.6",
"@std/http": "jsr:@std/http@^1.0.6",
"@std/fmt": "jsr:@std/fmt"
"@std/fmt": "jsr:@std/fmt@^1.0.2"
}
}
Loading

0 comments on commit b920ee5

Please sign in to comment.