From 50d7ed1d0e1e0003985e7dfb4dde3a752ab0f364 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:27:24 +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..a0320b2 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.16.0", + "@typescript-eslint/parser": "~7.16.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..91a6602 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.16.0", + "@typescript-eslint/parser": "~7.16.0", "eslint-import-resolver-typescript": "~3.5.0", "eslint-plugin-import": "~2.27.0", "eslint-plugin-jsx-a11y": "~6.7.0",