From 75f349929b574ae879a1e7b815571fb044a036e4 Mon Sep 17 00:00:00 2001
From: Ryan Dahl <ry@tinyclouds.org>
Date: Sat, 26 Jan 2019 03:04:03 -0500
Subject: [PATCH] Revert "Upgrade tslint and friends (#1571)" (#1573)

This commit was cauing a still problem described here:
https://github.com/denoland/deno/issues/1259

This reverts commit d0dc4deaad858babcb612b181986db254db64dfa.
---
 package.json | 8 ++++----
 third_party  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 86464c6ccc..08e8ea436d 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "devDependencies": {
     "@types/base64-js": "^1.2.5",
     "@types/flatbuffers": "^1.9.0",
-    "@types/prettier": "=1.15.2",
+    "@types/prettier": "=1.15.3",
     "@types/text-encoding": "0.0.33",
     "base64-js": "^1.3.0",
     "flatbuffers": "^1.9.0",
@@ -20,9 +20,9 @@
     "rollup-pluginutils": "^2.3.0",
     "ts-node": "^7.0.1",
     "ts-simple-ast": "17.1.0",
-    "tslint": "=5.12.1",
-    "tslint-eslint-rules": "=5.4.0",
-    "tslint-no-circular-imports": "=0.6.1",
+    "tslint": "^5.10.0",
+    "tslint-eslint-rules": "^5.3.1",
+    "tslint-no-circular-imports": "^0.5.0",
     "typescript": "3.2.1"
   }
 }
diff --git a/third_party b/third_party
index 0b77bac59c..e6bfb806cd 160000
--- a/third_party
+++ b/third_party
@@ -1 +1 @@
-Subproject commit 0b77bac59c9655aebb53d09a7f81a786a5ce9a16
+Subproject commit e6bfb806cd438ab5af9e257f60669cf979f2f387