diff --git a/README.md b/README.md index 758e561..587a49e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # @easy-webpack/config-tslint + +[![Greenkeeper badge](https://badges.greenkeeper.io/easy-webpack/config-tslint.svg)](https://greenkeeper.io/) Lint TypeScript file using [tslint](https://palantir.github.io/tslint/) and [tslint-loader](https://github.com/wbuchwalter/tslint-loader). # Installation diff --git a/package.json b/package.json index d119da3..7aca4ad 100644 --- a/package.json +++ b/package.json @@ -31,16 +31,16 @@ "devDependencies": { "@types/debug": "0.0.29", "@types/lodash": "^4.14.38", - "@types/node": "^6.0.46", - "@types/source-map": "^0.1.29", - "@types/webpack": "^1.12.35", - "ava": "^0.16.0", + "@types/node": "^7.0.5", + "@types/source-map": "^0.5.0", + "@types/webpack": "^2.2.5", + "ava": "^0.18.1", "greenkeeper-postpublish": "^1.0.1", "rimraf": "^2.5.4", - "semantic-release": "^4.3.5", - "ts-node": "^1.6.1", - "tslint": "^3.15.1", - "tslint-config-standard": "^1.5.0", + "semantic-release": "^6.3.2", + "ts-node": "^2.0.0", + "tslint": "^4.4.2", + "tslint-config-standard": "^3.0.0", "typescript": "^2.0.6" }, "dependencies": {