From 959bb8c18610e09a14edf81df163f81442fadced Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 14:56:36 +0000 Subject: [PATCH] Bump tslint-react from 4.0.0 to 4.2.0 Bumps [tslint-react](https://github.com/palantir/tslint-react) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/palantir/tslint-react/releases) - [Commits](https://github.com/palantir/tslint-react/compare/4.0.0...4.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0e3f368..02a721b 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "ts-node": "^8.3.0", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0", - "tslint-react": "4.0.0", + "tslint-react": "4.1.0", "typescript": "3.6.3", "typescript-plugin-css-modules": "^1.2.0" }, diff --git a/yarn.lock b/yarn.lock index ee9eb4e..a378642 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7364,10 +7364,10 @@ tslint-config-prettier@^1.18.0: resolved "https://registry.npmjs.org/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37" integrity sha512-xPw9PgNPLG3iKRxmK7DWr+Ea/SzrvfHtjFt5LBl61gk2UBG/DB9kCXRjv+xyIU1rUtnayLeMUVJBcMX8Z17nDg== -tslint-react@4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/tslint-react/-/tslint-react-4.0.0.tgz#b4bb4c01c32448cb14d23f143a2f5e4989bb961e" - integrity sha512-9fNE0fm9zNDx1+b6hgy8rgDN2WsQLRiIrn3+fbqm0tazBVF6jiaCFAITxmU+WSFWYE03Xhp1joCircXOe1WVAQ== +tslint-react@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-4.1.0.tgz#7153b724a8cfbea52423d0ffa469e8eba3bcc834" + integrity sha512-Y7CbFn09X7Mpg6rc7t/WPbmjx9xPI8p1RsQyiGCLWgDR6sh3+IBSlT+bEkc0PSZcWwClOkqq2wPsID8Vep6szQ== dependencies: tsutils "^3.9.1"