diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-08 23:23:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 23:23:28 +0200 |
commit | fb1686859346c5f4b14d311fccd8bf6fe36d47bb (patch) | |
tree | 81c19f8fd282ec86b1be9ba53ba2dc8ff4b05108 /cli | |
parent | ffe1bfd54c2065fe718872f67e19e8a863c0bf22 (diff) |
fix(add): better error message providing scoped pkg missing leading `@` symbol (#24961)
* https://github.com/denoland/deno_semver/pull/30
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |