From 6d208480b58156ab876cae5272029812fbbd2a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 17:48:50 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/eslint-plugin in /packages/camp Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.15.0 to 8.18.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.18.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/camp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/camp/package.json b/packages/camp/package.json index a1a0f443..eab0ee05 100644 --- a/packages/camp/package.json +++ b/packages/camp/package.json @@ -81,7 +81,7 @@ "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@types/react-input-mask": "^3.0.1", - "@typescript-eslint/eslint-plugin": "6.15.0", + "@typescript-eslint/eslint-plugin": "8.18.0", "@typescript-eslint/parser": "6.19.1", "@vitejs/plugin-react": "^4.3.3", "auto-changelog": "^2.4.0",