From dc049b0dd3142739213ea42c10a3ac5b9e4ddd24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:20:36 +0000 Subject: [PATCH] chore(deps): update dependency @typescript-eslint/eslint-plugin to v7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c599a99..582f1412 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test:watch": "npm run test:watch --workspaces --if-present" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^6.4.1", + "@typescript-eslint/eslint-plugin": "^7.0.0", "eslint": "^8.48.0", "eslint-config-prettier": "^9.0.0", "eslint-config-standard-with-typescript": "^43.0.0",