Skip to content

Commit

Permalink
chore: upgrade to deno_graph 0.59 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Oct 24, 2023
1 parent d649536 commit dd90735
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ path = "src/examples/viewer.rs"
[dependencies]
anyhow = "1"
base64 = "0.21.0"
deno_ast = { version = "0.30.0", features = ["transpiling"] }
deno_graph = "0.58.0"
deno_ast = { version = "0.31.0", features = ["transpiling"] }
deno_graph = "0.59.0"
deno_npm = "0.15.0"
deno_semver = "0.5.0"
futures = "0.3.26"
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tasks": {
"build": "cp LICENSE js/LICENSE && RUSTFLAGS=--cfg=web_sys_unstable_apis deno run -A --unstable https://deno.land/x/[email protected].0/main.ts --out js",
"build": "cp LICENSE js/LICENSE && RUSTFLAGS=--cfg=web_sys_unstable_apis deno run -A --unstable https://deno.land/x/[email protected].1/main.ts --out js",
"node": "deno run -A ./build_npm.ts 0.0.0",
"test": "deno test -A js/",
"fmt": "deno fmt && cargo fmt --all"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1"
console_error_panic_hook = "0.1.7"
deno_graph = "0.58.0"
deno_graph = "0.59.0"
eszip = { path = "../" }
import_map = "0.15.0"
js-sys = { version = "0.3.64" }
Expand Down

0 comments on commit dd90735

Please sign in to comment.