From 09fc1f74823d30051a36cda3985d891140c4c06e Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sat, 11 Apr 2020 21:58:39 +0200 Subject: [PATCH] misc/ maj eslint dep --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5a374e9e4..d6323be46 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,8 @@ "@types/jasminewd2": "2.0.8", "@types/mocha": "7.0.2", "@types/node": "12.11.1", - "@typescript-eslint/eslint-plugin": "2.20.0", - "@typescript-eslint/parser": "2.20.0", + "@typescript-eslint/eslint-plugin": "2.27.0", + "@typescript-eslint/parser": "2.27.0", "chai": "4.2.0", "codelyzer": "5.2.2", "conventional-changelog-cli": "2.0.32", @@ -69,7 +69,7 @@ "electron-builder": "22.4.1", "electron-reload": "1.5.0", "eslint": "6.8.0", - "eslint-plugin-import": "2.20.1", + "eslint-plugin-import": "2.20.2", "jasmine-core": "3.5.0", "jasmine-spec-reporter": "5.0.1", "karma": "5.0.1",