diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-16 14:32:01 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-18 15:43:50 -0400 |
commit | 08606e40a81a02f95125747a472d14a80c22a925 (patch) | |
tree | 44e93d01cdef79cf5da60d99e7819cba4682bd61 | |
parent | c775d0c1764ac55f80a21f0836257253d4395e8c (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.json | 2 | ||||
-rw-r--r-- | yarn.lock | 6 |
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" @@ -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" |