Skip to content

Commit

Permalink
Merge pull request #81 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 a52207e + 21cf320 commit 4889495
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ commander@2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"

commander@2.12.x, commander@^2.11.0, commander@^2.12.2, commander@^2.9.0, commander@~2.12.1:
commander@2.12.x, commander@^2.11.0, commander@^2.12.1, commander@^2.12.2, commander@^2.9.0, commander@~2.12.1:
version "2.12.2"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"

Expand Down Expand Up @@ -8786,7 +8786,7 @@ ts-jest@22.0.1:
source-map-support "^0.5.0"
yargs "^10.0.3"

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

Expand Down Expand Up @@ -8819,20 +8819,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 4889495

Please sign in to comment.