summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-02-24 10:43:46 -0500
committerGitHub <noreply@github.com>2022-02-24 10:43:46 -0500
commit49b6fc34b4307d69493a8fae7369a177a8276683 (patch)
treef6d399bff07d1d8e07c9e1358ec1aead72ba2067 /cli
parent03c55b497035001cba77b0ddd8b22f0f9c25190d (diff)
chore: upgrade swc_ecmascript to 0.114 (#13758)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 8b39476e5..74ec100c3 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -45,11 +45,11 @@ winapi = "=0.3.9"
winres = "=0.1.11"
[dependencies]
-deno_ast = { version = "0.11.0", features = ["bundler", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "transpiling", "typescript", "view", "visit"] }
+deno_ast = { version = "0.12.0", features = ["bundler", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "transpiling", "typescript", "view", "visit"] }
deno_core = { version = "0.119.0", path = "../core" }
-deno_doc = "0.31.0"
-deno_graph = "0.23.0"
-deno_lint = { version = "0.25.0", features = ["docs"] }
+deno_doc = "0.32.0"
+deno_graph = "0.24.0"
+deno_lint = { version = "0.26.0", features = ["docs"] }
deno_runtime = { version = "0.45.0", path = "../runtime" }
atty = "=0.2.14"
@@ -63,10 +63,10 @@ data-url = "=0.1.1"
dissimilar = "=1.0.2"
dprint-plugin-json = "=0.14.1"
dprint-plugin-markdown = "=0.12.2"
-dprint-plugin-typescript = "=0.64.1"
+dprint-plugin-typescript = "=0.64.3"
encoding_rs = "=0.8.29"
env_logger = "=0.8.4"
-eszip = "=0.16.0"
+eszip = "=0.17.0"
fancy-regex = "=0.7.1"
http = "=0.2.4"
import_map = "=0.9.0"