Skip to content

Commit

Permalink
Update "tslint" to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed May 5, 2017
1 parent 430cf4f commit 3037628
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ember-cli-deploy-git": "^1.1.1",
"ember-cli-inject-live-reload": "^1.6.1",
"ember-cli-uglify": "^1.2.0",
"tslint": "^5.1.0",
"tslint": "^5.2.0",
"typescript": "^2.2.2"
},
"engines": {
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5028,9 +5028,13 @@ tryor@~0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/tryor/-/tryor-0.1.2.tgz#8145e4ca7caff40acde3ccf946e8b8bb75b4172b"

tslint@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.1.0.tgz#51a47baeeb58956fcd617bd2cf00e2ef0eea2ed9"
tslib@^1.6.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.0.tgz#6e8366695f72961252b35167b0dd4fbeeafba491"

tslint@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.2.0.tgz#16a2addf20cb748385f544e9a0edab086bc34114"
dependencies:
babel-code-frame "^6.22.0"
colors "^1.1.2"
Expand All @@ -5040,9 +5044,10 @@ tslint@^5.1.0:
optimist "~0.6.0"
resolve "^1.3.2"
semver "^5.3.0"
tsutils "^1.4.0"
tslib "^1.6.0"
tsutils "^1.8.0"

tsutils@^1.4.0:
tsutils@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-1.8.0.tgz#bf8118ed8e80cd5c9fc7d75728c7963d44ed2f52"

Expand Down

0 comments on commit 3037628

Please sign in to comment.