From a4dead8f346a78fff8ea09f5888996e813c8a56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:25:16 +0000 Subject: [PATCH] Bump @typescript-eslint/eslint-plugin in /packages/chora Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.2.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/chora/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/chora/package.json b/packages/chora/package.json index 3108bee7..049a45b1 100644 --- a/packages/chora/package.json +++ b/packages/chora/package.json @@ -31,7 +31,7 @@ "@types/node": "^20", "@types/react": "^18.1", "@types/react-dom": "^18.1", - "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^7", "autoprefixer": "^10", "copyfiles": "^2",