From 9fa0f43aaa47050c3df7616d2fc26b36d3d91aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 22 May 2019 21:23:21 +0000 Subject: [PATCH] Update tslint-react requirement from ^3.6.0 to ^4.0.0 Updates the requirements on [tslint-react](https://github.com/palantir/tslint-react) to permit the latest version. - [Release notes](https://github.com/palantir/tslint-react/releases) - [Commits](https://github.com/palantir/tslint-react/compare/3.6.0...4.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c7b054..357a744 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "ts-loader": "^5.3.1", "tslint": "5.x", "tslint-config-prettier": "^1.17.0", - "tslint-react": "^3.6.0", + "tslint-react": "^4.0.0", "typescript": "^3.2.2", "url-loader": "^1.1.2", "webpack": "^4.28.0",