From cd27757184e683575c2540f73a96dc96e268943a Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 14 Jun 2023 11:53:14 -0400 Subject: fix(compile): some npm dependencies were missing in compiled output (#19503) Test is in deno_npm. Closes #19500 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 47a416d2e..6af7fd720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,8 +53,8 @@ deno_bench_util = { version = "0.102.0", path = "./bench_util" } test_util = { path = "./test_util" } deno_lockfile = "0.14.1" deno_media_type = { version = "0.1.0", features = ["module_specifier"] } -deno_npm = "0.8.0" -deno_semver = "0.2.1" +deno_npm = "0.8.1" +deno_semver = "0.2.2" # exts deno_broadcast_channel = { version = "0.102.0", path = "./ext/broadcast_channel" } -- cgit v1.2.3