From 984850977ddfe87dd54b41c13e9063b0872941fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:07:32 +0000 Subject: [PATCH] fix(deps): update typescript-eslint monorepo to v8 --- 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..c4365c7 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": "~8.8.0", + "@typescript-eslint/parser": "~8.8.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..a3cfcdf 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": "~8.8.0", + "@typescript-eslint/parser": "~8.8.0", "eslint-import-resolver-typescript": "~3.5.0", "eslint-plugin-import": "~2.27.0", "eslint-plugin-jsx-a11y": "~6.7.0",