summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-04-06 18:46:44 -0400
committerGitHub <noreply@github.com>2023-04-06 18:46:44 -0400
commitd07aa4a0723b04583b7cb1e09152457d866d13d3 (patch)
treef329a30becca95583fb71b4158c939c68228ce06 /cli/Cargo.toml
parent1586c52b5b5ad511ec0bf896e94de8585f743cf8 (diff)
refactor(npm): use deno_npm and deno_semver (#18602)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 873a088d9..5161c7ae6 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -42,12 +42,14 @@ winres.workspace = true
[dependencies]
deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
-deno_doc = "0.59.0"
-deno_emit = "0.17.0"
-deno_graph = "=0.45.0"
+deno_doc = "0.60.0"
+deno_emit = "0.18.0"
+deno_graph = "=0.46.0"
deno_lint = { version = "0.43.0", features = ["docs"] }
deno_lockfile.workspace = true
+deno_npm = "0.1.0"
deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] }
+deno_semver = "0.2.0"
deno_task_shell = "0.11.0"
napi_sym.workspace = true
@@ -68,7 +70,7 @@ dprint-plugin-markdown = "=0.15.2"
dprint-plugin-typescript = "=0.84.0"
encoding_rs.workspace = true
env_logger = "=0.9.0"
-eszip = "=0.38.0"
+eszip = "=0.39.0"
fancy-regex = "=0.10.0"
flate2.workspace = true
fs3.workspace = true