From 69d5f136badfd7cfa9b979ff2fee7caf397098ca Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 22 Jan 2024 16:31:12 -0500 Subject: feat(lockfile): track JSR and npm dependencies in config file (#22004) See overview in https://github.com/denoland/deno_lockfile/pull/13 --- cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 16b561c05..fc715f8fb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -59,14 +59,14 @@ deno_config = "=0.8.1" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.93.0", features = ["html"] } deno_emit = "=0.33.0" -deno_graph = "=0.63.3" +deno_graph = "=0.63.4" deno_lint = { version = "=0.53.0", features = ["docs"] } deno_lockfile.workspace = true -deno_npm = "=0.15.3" +deno_npm = "=0.16.0" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_semver = "=0.5.4" deno_task_shell = "=0.14.3" -eszip = "=0.57.0" +eszip = "=0.58.0" napi_sym.workspace = true async-trait.workspace = true -- cgit v1.2.3