From 418be7bef18c657230cfdb71709e5d966586a6aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 17 Aug 2018 23:01:01 -0500 Subject: [PATCH] build(deps-dev): update tslint-config-typings requirement from ^0.2.4 to ^0.3.1 (#2746) Updates the requirements on [tslint-config-typings](https://github.com/typings/tslint-config-typings) to permit the latest version. - [Release notes](https://github.com/typings/tslint-config-typings/releases) - [Commits](https://github.com/typings/tslint-config-typings/commits/v0.3.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0caadd512..f1b2b948f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint": "^5.0.1", "json-filter-loader": "^1.0.0", "tslint": "^3.15.1", - "tslint-config-typings": "^0.2.4", + "tslint-config-typings": "^0.3.1", "typescript": "^3.0.1", "uglifyjs-webpack-plugin": "^1.1.8", "webpack": "^4.5.0",