From a56719763a882fab8e8b552f95b314f007c8d271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 22:36:44 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v8 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aa42ba68..ad0e867b 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", "@ota-meshi/eslint-plugin": "^0.17.5", "@types/eslint": "^9.6.1", - "@typescript-eslint/eslint-plugin": "^7.18.0", - "@typescript-eslint/parser": "^7.18.0", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "@typescript-eslint/parser": "^8.0.0", "env-cmd": "^10.1.0", "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", @@ -42,7 +42,7 @@ "prettier-plugin-svelte": "^3.2.7", "rimraf": "^6.0.1", "typescript": "~5.6.3", - "typescript-eslint": "^7.18.0" + "typescript-eslint": "^8.0.0" }, "publishConfig": { "access": "public"