Skip to content

Commit

Permalink
fix: Upgrade deno_ast to 0.40.0 and deno_graph 0.80.0 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Jul 9, 2024
1 parent 03f2932 commit 5c98142
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 38 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ license = "MIT"
members = ["lib"]

[workspace.dependencies]
deno_graph = "0.79.0"
deno_graph = { version = "0.80.0" }
deno_ast = { version = "0.40.0" }
import_map = "0.20.0"
serde = "1"

Expand Down Expand Up @@ -45,7 +46,7 @@ default = ["sha256"]
[dependencies]
anyhow = "1"
base64 = "0.21.0"
deno_ast = { version = "0.39.0", features = ["transpiling"] }
deno_ast = { workspace = true }
deno_graph = { workspace = true }
deno_npm = "0.21.0"
deno_semver = "0.5.4"
Expand Down

0 comments on commit 5c98142

Please sign in to comment.