diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-04-13 10:47:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-13 10:47:45 -0400 |
| commit | efa7c19890f58d9d446477e03e460b1190023c85 (patch) | |
| tree | cce52a3abd56dd0a65adbedd2b94bc88ea68f1c2 /cli/Cargo.toml | |
| parent | 2eb0f9fb5cc3fd4c0d318cd04bdc03603b9ef70a (diff) | |
refactor: upgrade to deno_npm 0.3.0 (#18671)
This allows us to specify the `@types/node` version constraint in the
CLI instead of in deno_npm.
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ca4137c0d..9db7d67ff 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -47,9 +47,9 @@ deno_emit = "0.19.0" deno_graph = "=0.47.1" deno_lint = { version = "0.43.0", features = ["docs"] } deno_lockfile.workspace = true -deno_npm = "0.2.0" +deno_npm = "0.3.0" deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] } -deno_semver = "0.2.0" +deno_semver = "0.2.1" deno_task_shell = "0.11.0" napi_sym.workspace = true |
