From 6a378ad6118c47b58e2beffd1d086fcbe4629d7a Mon Sep 17 00:00:00 2001 From: "Shahar Or (mightyiam)" Date: Fri, 17 Jan 2020 11:37:20 +0700 Subject: [PATCH] feat: upgrade plugin & parser to v2.11.0 BREAKING CHANGE: member-ordering handles enum declarations Closes #191. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",