From 94ef2e269b77cf2b8f1cdcc773ed23638e704de4 Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Mon, 8 Jan 2024 14:31:09 +0100 Subject: [PATCH] Aw5739 Prepare migration to v16 Update eslint --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f7f1363..ef1f2e1 100644 --- a/package.json +++ b/package.json @@ -67,9 +67,9 @@ "@types/jasmine": "~2.8.8", "@types/jasminewd2": "^2.0.9", "@types/node": "^12.20.15", - "@typescript-eslint/eslint-plugin": "^5.54.0", - "@typescript-eslint/eslint-plugin-tslint": "^5.54.0", - "@typescript-eslint/parser": "^5.54.0", + "@typescript-eslint/eslint-plugin": "^6.18.0", + "@typescript-eslint/eslint-plugin-tslint": "^6.18.0", + "@typescript-eslint/parser": "^6.18.0", "codelyzer": "^0.0.28", "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0",