From fb1686859346c5f4b14d311fccd8bf6fe36d47bb Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 8 Aug 2024 23:23:28 +0200 Subject: fix(add): better error message providing scoped pkg missing leading `@` symbol (#24961) * https://github.com/denoland/deno_semver/pull/30 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 29edde06f..0ea7d95ee 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -75,7 +75,7 @@ deno_lockfile.workspace = true deno_npm = "=0.21.4" deno_package_json.workspace = true deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_semver = "=0.5.9" +deno_semver = "=0.5.10" deno_task_shell = "=0.17.0" deno_terminal.workspace = true eszip = "=0.73.0" -- cgit v1.2.3