mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
fix(publish): handle definite assignment on ts private properties (#23345)
This commit is contained in:
parent
3dacba5057
commit
720e45d25b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1475,9 +1475,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_graph"
|
||||
version = "0.71.2"
|
||||
version = "0.71.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0e6b15fb6eda0c3b03ec24ae7d3c4e7a9c561f8cfe79aa9a9c3abf2b0fc5a8b4"
|
||||
checksum = "cabf5260490373a0486862fc6edd87fe378e00c91d98ff94e2e7804e6ce6eff9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
|
@ -68,7 +68,7 @@ deno_config = "=0.15.0"
|
|||
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
|
||||
deno_doc = { version = "=0.123.1", features = ["html"] }
|
||||
deno_emit = "=0.39.0"
|
||||
deno_graph = { version = "=0.71.2", features = ["tokio_executor"] }
|
||||
deno_graph = { version = "=0.71.3", features = ["tokio_executor"] }
|
||||
deno_lint = { version = "=0.58.2", features = ["docs"] }
|
||||
deno_lockfile.workspace = true
|
||||
deno_npm = "=0.17.0"
|
||||
|
|
Loading…
Reference in a new issue