Skip to content

Commit

Permalink
Update tslint-react to the latest version 馃殌 (#270)
Browse files Browse the repository at this point in the history
* chore(package): update tslint-react to version 4.0.0

* chore(package): update lockfile yarn.lock
  • Loading branch information
greenkeeper[bot] authored and kidjp85 committed Mar 27, 2019
1 parent 747a57a commit dae7b4f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"tslint-config-prettier": "^1.18.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0",
"tslint-react": "^4.0.0",
"tslint-react-hooks": "^2.0.0-alpha.2",
"typescript": "^3.3.3333",
"uglifyjs-webpack-plugin": "^2.1.2",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5591,11 +5591,12 @@ tslint-react-hooks@^2.0.0-alpha.2:
version "2.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/tslint-react-hooks/-/tslint-react-hooks-2.0.0-alpha.2.tgz#682817b8b486e95db56d4c26abf1a532e02999df"

tslint-react@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-3.6.0.tgz#7f462c95c4a0afaae82507f06517ff02942196a1"
tslint-react@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-4.0.0.tgz#b4bb4c01c32448cb14d23f143a2f5e4989bb961e"
integrity sha512-9fNE0fm9zNDx1+b6hgy8rgDN2WsQLRiIrn3+fbqm0tazBVF6jiaCFAITxmU+WSFWYE03Xhp1joCircXOe1WVAQ==
dependencies:
tsutils "^2.13.1"
tsutils "^3.9.1"

tslint@^5.13.1:
version "5.13.1"
Expand All @@ -5615,7 +5616,7 @@ tslint@^5.13.1:
tslib "^1.8.0"
tsutils "^2.27.2"

tsutils@^2.13.1, tsutils@^2.27.2, tsutils@^2.29.0:
tsutils@^2.27.2, tsutils@^2.29.0:
version "2.29.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
dependencies:
Expand All @@ -5633,6 +5634,13 @@ tsutils@^3.0.0, tsutils@^3.5.0:
dependencies:
tslib "^1.8.1"

tsutils@^3.9.1:
version "3.9.1"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.9.1.tgz#2a40dc742943c71eca6d5c1994fcf999956be387"
integrity sha512-hrxVtLtPqQr//p8/msPT1X1UYXUjizqSit5d9AQ5k38TcV38NyecL5xODNxa73cLe/5sdiJ+w1FqzDhRBA/anA==
dependencies:
tslib "^1.8.1"

tty-browserify@0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
Expand Down

0 comments on commit dae7b4f

Please sign in to comment.