From 1add2378788d36ae857f9f6ae6d726756a5c936f Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sun, 8 Nov 2020 20:52:42 -0500 Subject: [PATCH] Deps: bump ts-eslint from 3.x to 4.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cf8746e..1bf0d4f 100644 --- a/package.json +++ b/package.json @@ -76,8 +76,8 @@ }, "devDependencies": { "@types/jest": "26.x", - "@typescript-eslint/eslint-plugin": "3.x", - "@typescript-eslint/parser": "3.x", + "@typescript-eslint/eslint-plugin": "4.x", + "@typescript-eslint/parser": "4.x", "eslint": "7.x", "eslint-config-prettier": "6.x", "eslint-plugin-prettier": "3.x",