From 4f1a1d97f705d6e3874ed839d4625040ba92f589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:06:36 +0000 Subject: [PATCH] Bump @typescript-eslint/parser from 7.18.0 to 8.0.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.18.0 to 8.0.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4dc030..7e4875f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/react": "^18", "@types/react-dom": "^18", "@typescript-eslint/eslint-plugin": "^8", - "@typescript-eslint/parser": "^7", + "@typescript-eslint/parser": "^8", "@vitejs/plugin-react": "^4", "eslint": "^9", "eslint-plugin-react-hooks": "^4",