Skip to content

Commit

Permalink
Merge branch 'main' into npm-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauorriols committed Jul 18, 2024
2 parents c815037 + 7ce25c8 commit 62a7a43
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 40 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eszip"
version = "0.72.1"
version = "0.72.2"
authors = ["the Deno authors"]
edition = "2021"
repository = "https://github.com/denoland/eszip"
Expand All @@ -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 @@ -46,7 +47,7 @@ default = ["sha256"]
anyhow = "1"
async-trait = "0.1.68"
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 62a7a43

Please sign in to comment.