From eae908edcfb12fc08854a97688375cfb98a1c445 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:12:51 +0000 Subject: [PATCH] fix(deps): update typescript-eslint monorepo to v7 --- packages/ts/package.json | 4 ++-- packages/tsx/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/ts/package.json b/packages/ts/package.json index 305b7bf..6544eb5 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -23,8 +23,8 @@ "dependencies": { "@nighttrax/eslint-config-base": "^10.0.0", "@rushstack/eslint-patch": "~1.3.0", - "@typescript-eslint/eslint-plugin": "~5.59.0", - "@typescript-eslint/parser": "~5.59.0", + "@typescript-eslint/eslint-plugin": "~7.15.0", + "@typescript-eslint/parser": "~7.15.0", "eslint-import-resolver-typescript": "~3.5.0", "eslint-plugin-import": "~2.27.0", "eslint-plugin-jsx-a11y": "~6.7.0", diff --git a/packages/tsx/package.json b/packages/tsx/package.json index 05be48b..93c6b27 100644 --- a/packages/tsx/package.json +++ b/packages/tsx/package.json @@ -25,8 +25,8 @@ "@nighttrax/eslint-config-base": "^10.0.0", "@nighttrax/eslint-config-react": "^9.0.0", "@rushstack/eslint-patch": "~1.3.0", - "@typescript-eslint/eslint-plugin": "~5.59.0", - "@typescript-eslint/parser": "~5.59.0", + "@typescript-eslint/eslint-plugin": "~7.15.0", + "@typescript-eslint/parser": "~7.15.0", "eslint-import-resolver-typescript": "~3.5.0", "eslint-plugin-import": "~2.27.0", "eslint-plugin-jsx-a11y": "~6.7.0",