summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index b25b050c4..302b0e6a5 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -41,8 +41,8 @@ winres = "0.1.11"
[dependencies]
deno_core = { version = "0.91.0", path = "../core" }
-deno_doc = "0.5.0"
-deno_lint = "0.6.1"
+deno_doc = "0.6.0"
+deno_lint = "0.7.0"
deno_runtime = { version = "0.18.0", path = "../runtime" }
atty = "0.2.14"
@@ -53,7 +53,7 @@ data-url = "0.1.0"
dissimilar = "1.0.2"
dprint-plugin-json = "0.12.0"
dprint-plugin-markdown = "0.8.0"
-dprint-plugin-typescript = "0.46.0"
+dprint-plugin-typescript = "0.46.1"
encoding_rs = "0.8.28"
env_logger = "0.8.3"
fancy-regex = "0.5.0"
@@ -77,9 +77,9 @@ semver-parser = "0.10.2"
serde = { version = "1.0.125", features = ["derive"] }
shell-escape = "0.1.5"
sourcemap = "6.0.1"
-swc_bundler = "0.37.4"
+swc_bundler = "0.40.0"
swc_common = { version = "0.10.20", features = ["sourcemap"] }
-swc_ecmascript = { version = "0.36.3", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
+swc_ecmascript = { version = "0.39.0", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
tempfile = "3.2.0"
termcolor = "1.1.2"
text-size = "1.1.0"