From b993850e02d6c500440b1497cd8e26fdcaca30d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:46:58 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-eslint from 7.18.0 to 8.0.1 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.18.0 to 8.0.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint 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 c85cc3b..d6d1d63 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "eslint": "^8.57.0", "pnpm": "^9.5.0", "typescript": "^5.5.3", - "typescript-eslint": "^7.16.0" + "typescript-eslint": "^8.0.1" } }