diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-22 10:58:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 10:58:48 -0400 |
commit | a459b43d59d2f8f055f3ecda30d1cf0fed2e181f (patch) | |
tree | 0d684e51750b3bae8f6b6f2808183ba73c2861cf /cli | |
parent | 5a696551b78e0122b7d3e35eafc1b97aa6c119ed (diff) |
fix(npm): handle packages with only pre-released 0.0.0 versions (#24563)
* https://github.com/denoland/deno_semver/pull/26
Closes https://github.com/denoland/deno/issues/24550
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 a06d4f4b9..a1b0cd7dd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -74,7 +74,7 @@ deno_lint = { version = "=0.60.1", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.21.4" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_semver = "=0.5.6" +deno_semver = "=0.5.7" deno_task_shell = "=0.17.0" deno_terminal.workspace = true eszip = "=0.72.2" |