Skip to content

Commit

Permalink
refactor: deno_graph 0.78 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jun 4, 2024
1 parent 148d5f0 commit 4c5f19b
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 70 deletions.
120 changes: 60 additions & 60 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
[workspace.dependencies]
anyhow = "1.0.44"
base64 = "0.21.5"
deno_graph = { version = "0.77.0", default-features = false }
deno_graph = { version = "0.78.0", default-features = false }
url = { version = "2.3.1" }

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
anyhow = { workspace = true }
base64 = { workspace = true }
deno_ast = { version = "0.38.1", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_ast = { version = "0.39.0", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_graph = { workspace = true }
escape8259 = "0.5.2"
futures = "0.3.17"
Expand Down
Loading

0 comments on commit 4c5f19b

Please sign in to comment.