diff --git a/package.json b/package.json index 2c39efff..f89cbb96 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "TypeScript" ], "dependencies": { - "@typescript-eslint/parser": "^2.10.0", + "@typescript-eslint/parser": "^2.11.0", "eslint-config-standard": "^14.1.0" }, "peerDependencies": { @@ -64,14 +64,14 @@ "eslint-plugin-node": ">=9.1.0", "eslint-plugin-promise": ">=4.2.1", "eslint-plugin-standard": ">=4.0.0", - "@typescript-eslint/eslint-plugin": ">=2.10.0" + "@typescript-eslint/eslint-plugin": ">=2.11.0" }, "devDependencies": { "@commitlint/cli": "^8.2.0", "@commitlint/config-conventional": "^8.2.0", "@commitlint/travis-cli": "^8.2.0", "@types/node": "^13.1.0", - "@typescript-eslint/eslint-plugin": "^2.10.0", + "@typescript-eslint/eslint-plugin": "^2.11.0", "ava": "^2.4.0", "editorconfig-checker": "^3.0.3", "eslint": "^6.7.2",