Skip to content

Commit

Permalink
Merge pull request #45 from jameswlane/greenkeeper/tslint-5.9.0
Browse files Browse the repository at this point in the history
Update tslint to the latest version 🚀
  • Loading branch information
jameswlane committed Jan 11, 2018
2 parents ef3ad0d + f716fd5 commit cd01f18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "2.6.2",
"semantic-release": "11.0.2",
"ts-jest": "22.0.1",
"tslint": "5.8.0",
"tslint": "5.9.0",
"tslint-config-airbnb": "5.4.2",
"typescript": "2.6.2",
"validate-commit-msg": "2.14.0"
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,10 @@ commander@^2.11.0, commander@^2.9.0:
version "2.12.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.1.tgz#468635c4168d06145b9323356d1da84d14ac4a7a"

commander@^2.12.1:
version "2.12.2"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"

commander@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.1.0.tgz#d121bbae860d9992a3d517ba96f56588e47c6781"
Expand Down Expand Up @@ -4856,6 +4860,10 @@ tslib@^1.0.0, tslib@^1.7.1:
version "1.8.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6"

tslib@^1.8.0:
version "1.8.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"

tslint-config-airbnb@5.4.2:
version "5.4.2"
resolved "https://registry.yarnpkg.com/tslint-config-airbnb/-/tslint-config-airbnb-5.4.2.tgz#18eeff28f697b578731249d9a3ef8955b2f04f44"
Expand Down Expand Up @@ -4885,20 +4893,21 @@ tslint-microsoft-contrib@~5.0.1:
dependencies:
tsutils "^1.4.0"

tslint@5.8.0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
tslint@5.9.0:
version "5.9.0"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.0.tgz#0fd1d5c56a257d98f812a4d9ebd14f6e02f6e882"
dependencies:
babel-code-frame "^6.22.0"
builtin-modules "^1.1.1"
chalk "^2.1.0"
commander "^2.9.0"
chalk "^2.3.0"
commander "^2.12.1"
diff "^3.2.0"
glob "^7.1.1"
js-yaml "^3.7.0"
minimatch "^3.0.4"
resolve "^1.3.2"
semver "^5.3.0"
tslib "^1.7.1"
tslib "^1.8.0"
tsutils "^2.12.1"

tsutils@^1.4.0:
Expand Down

0 comments on commit cd01f18

Please sign in to comment.