From 9b656050c4de45f856444235f076a332d7b65852 Mon Sep 17 00:00:00 2001 From: Alessandro Rabitti Date: Fri, 23 Feb 2024 03:57:25 +0100 Subject: [PATCH] Update @typescript-eslint (#82) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3ca7885..00c5526 100644 --- a/package.json +++ b/package.json @@ -45,15 +45,15 @@ "simple" ], "devDependencies": { - "@typescript-eslint/eslint-plugin": "^6.21.0", - "@typescript-eslint/parser": "^6.21.0", + "@typescript-eslint/eslint-plugin": "^7.0.2", + "@typescript-eslint/parser": "^7.0.2", "ava": "^2.4.0", "eslint": "^8.56.0", "typescript": "^5.3.3" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": ">=6.21.0", - "@typescript-eslint/parser": ">=6.21.0", + "@typescript-eslint/eslint-plugin": ">=7.0.2", + "@typescript-eslint/parser": ">=7.0.2", "eslint": ">=8.56.0", "typescript": ">=5.0.0" }