Skip to content

Commit

Permalink
deps: update @std dependencies to latest versions
Browse files Browse the repository at this point in the history
gabeidx committed May 14, 2024
1 parent 180263c commit 2b5dfde
Showing 3 changed files with 90 additions and 549 deletions.
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { logger } from "./deps.ts";
import { parseArgs } from "@std/cli/parse_args";
import { parseArgs } from "@std/cli/parse-args";
import type { Command } from "./console/mod.ts";

/**
12 changes: 6 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
@@ -44,12 +44,12 @@
"test": "deno test -A --no-check --coverage=./cov"
},
"imports": {
"@std/assert": "jsr:@std/assert@0.212.0",
"@std/http": "jsr:@std/http@0.212.0",
"@std/fs": "jsr:@std/fs@0.212.0",
"@std/path": "jsr:@std/path@0.212.0",
"@std/cli": "jsr:@std/cli@0.212.0",
"@std/log": "jsr:@std/log@0.212.0"
"@std/assert": "jsr:@std/assert@0.225.1",
"@std/http": "jsr:@std/http@0.224.0",
"@std/fs": "jsr:@std/fs@0.224.0",
"@std/path": "jsr:@std/path@0.224.0",
"@std/cli": "jsr:@std/cli@0.224.1",
"@std/log": "jsr:@std/log@0.224.1"
},
"publish": {
"exclude": [
Loading

1 comment on commit 2b5dfde

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 2b5dfde May 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "@std/http/file_server" not prefixed with / or ./ or ../

Please sign in to comment.