summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-16 14:32:01 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-18 15:43:50 -0400
commit08606e40a81a02f95125747a472d14a80c22a925 (patch)
tree44e93d01cdef79cf5da60d99e7819cba4682bd61
parentc775d0c1764ac55f80a21f0836257253d4395e8c (diff)
Downgrade typescript to 2.8.3
This is to exactly match the runtime in the prototype for easier debugging. We will upgrade once the runtime is functional being tested properly.
-rw-r--r--package.json2
-rw-r--r--yarn.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index f41474e8b..f1dcaaea0 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.3.1",
"tslint-no-circular-imports": "^0.5.0",
- "typescript": "^2.9.1"
+ "typescript": "2.8.3"
},
"browserslist": [
"chrome 69"
diff --git a/yarn.lock b/yarn.lock
index 26988c14f..0dfcd1b69 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3513,9 +3513,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
-typescript@^2.9.1:
- version "2.9.1"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.1.tgz#fdb19d2c67a15d11995fd15640e373e09ab09961"
+typescript@2.8.3:
+ version "2.8.3"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"
uglify-es@^3.2.1, uglify-es@^3.3.9:
version "3.3.9"