From 95b68da1c37afe37af1d97f645f3b9f2fd227e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 19:33:02 +0000 Subject: [PATCH] Bump @stylistic/eslint-plugin from 1.8.1 to 2.3.0 in /ui Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 1.8.1 to 2.3.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.3.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 9c2f6650..17bd5e9d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -37,7 +37,7 @@ "zod": "^3.22.4" }, "devDependencies": { - "@stylistic/eslint-plugin": "^1.6.1", + "@stylistic/eslint-plugin": "^2.3.0", "@swc/core": "^1.3.106", "@testing-library/jest-dom": "^6.3.0", "@testing-library/react": "^14.1.2",