From 814eb420608b21d3d79d3580317d2e803d240589 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 28 Feb 2024 18:06:16 -0500 Subject: fix: relative dynamic imports in jsr packages (#22624) Relative dynamic imports were broken. It now properly allows them and verifies the checksum. Fix in https://github.com/denoland/deno_graph/pull/408 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 494658bb8..b0b87c7b7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -68,7 +68,7 @@ deno_config = "=0.12.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.113.1", features = ["html"] } deno_emit = "=0.38.2" -deno_graph = { version = "=0.69.5", features = ["tokio_executor"] } +deno_graph = { version = "=0.69.6", features = ["tokio_executor"] } deno_lint = { version = "=0.57.1", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.17.0" -- cgit v1.2.3