diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-24 14:27:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 14:27:59 -0500 |
commit | d0dc4deaad858babcb612b181986db254db64dfa (patch) | |
tree | 14bfbc0e509b478871b6e3595b09ee521cfe1c3a | |
parent | 4a0a47dcdeccdda03028a2753872c614b468e23a (diff) |
Upgrade tslint and friends (#1571)
-rw-r--r-- | package.json | 8 | ||||
m--------- | third_party | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 08e8ea436..86464c6cc 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.3", + "@types/prettier": "=1.15.2", "@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.10.0", - "tslint-eslint-rules": "^5.3.1", - "tslint-no-circular-imports": "^0.5.0", + "tslint": "=5.12.1", + "tslint-eslint-rules": "=5.4.0", + "tslint-no-circular-imports": "=0.6.1", "typescript": "3.2.1" } } diff --git a/third_party b/third_party -Subproject 2e41cca17e585bba70bd4e945290db3d4e4ae5d +Subproject 0b77bac59c9655aebb53d09a7f81a786a5ce9a1 |