summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/Cargo.toml b/js/Cargo.toml
index 32fab5a60..f36ca7de7 100644
--- a/js/Cargo.toml
+++ b/js/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "deno_cli_snapshots"
-version = "0.18.3"
+version = "0.19.0"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -15,11 +15,11 @@ exclude = [
path = "lib.rs"
[dependencies]
-deno_typescript = { path = "../deno_typescript", version = "0.18.3" }
+deno_typescript = { path = "../deno_typescript", version = "0.19.0" }
[dev-dependencies]
-deno = { path = "../core", version = "0.18.0" }
+deno = { path = "../core", version = "0.19.0" }
[build-dependencies]
-deno_typescript = { path = "../deno_typescript", version = "0.18.3" }
+deno_typescript = { path = "../deno_typescript", version = "0.19.0" }