diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-07-26 17:23:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-26 17:23:07 -0400 |
| commit | cf16df00d9ba87de643abc6d80c860a2733917cc (patch) | |
| tree | d8e17df213941675c8eecba89931b8417cd0367f /Cargo.toml | |
| parent | 53e077133f9c95e4ed23d838129158b6e4b88d6f (diff) | |
fix(check): should bust check cache when json module or npm resolution changes (#19941)
A small part of #19928.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 491755d41..c65da291c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,8 +51,8 @@ deno_bench_util = { version = "0.107.0", path = "./bench_util" } test_util = { path = "./test_util" } deno_lockfile = "0.14.1" deno_media_type = { version = "0.1.0", features = ["module_specifier"] } -deno_npm = "0.9.1" -deno_semver = "0.2.2" +deno_npm = "0.10.1" +deno_semver = "0.3.0" # exts deno_broadcast_channel = { version = "0.107.0", path = "./ext/broadcast_channel" } |
