From ed9a605982e6159df4b6272aee720e40b359fa85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 22:24:42 +0000 Subject: [PATCH] chore(deps): update dependency @typescript-eslint/eslint-plugin to v6 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 68f35136..393617b9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@types/react-dom": "^18.0.0", "@types/styled-components": "^5.1.26", "@types/uuid": "^9.0.0", - "@typescript-eslint/eslint-plugin": "^5.0.0", + "@typescript-eslint/eslint-plugin": "^6.0.0", "eslint": "^8.0.1", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0",