mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Upgrade tslint and friends (#1571)
This commit is contained in:
parent
4a0a47dcde
commit
d0dc4deaad
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2e41cca17e585bba70bd4e945290db3d4e4ae5d1
|
||||
Subproject commit 0b77bac59c9655aebb53d09a7f81a786a5ce9a16
|
Loading…
Add table
Reference in a new issue