fix(no-slow-types): better override handling (#25989)

* https://github.com/denoland/deno_graph/pull/534

Closes https://github.com/denoland/deno/issues/25322
This commit is contained in:
David Sherret 2024-10-02 16:10:49 +01:00 committed by GitHub
parent 55c2a88099
commit ebc8a6169e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1588,9 +1588,9 @@ dependencies = [
[[package]]
name = "deno_graph"
version = "0.83.0"
version = "0.83.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20088a4497b1a212482883dc7b0365e99f703d575fb512d4a793531cdc92ea76"
checksum = "8c62ce152f24a4c0580e7a91431f75de48281157cf645459de8e9d7268dd95b2"
dependencies = [
"anyhow",
"async-trait",

View File

@ -68,7 +68,7 @@ deno_cache_dir = { workspace = true }
deno_config = { version = "=0.35.0", features = ["workspace", "sync"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "0.150.1", features = ["html", "syntect"] }
deno_graph = { version = "=0.83.0" }
deno_graph = { version = "=0.83.1" }
deno_lint = { version = "=0.67.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm.workspace = true