diff --git a/ui/package.json b/ui/package.json index 6125058f..1e090ec2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -51,6 +51,7 @@ "@nuxt/eslint": "^1.9.0", "@nuxt/eslint-config": "^1.9.0", "@typescript-eslint/parser": "^8.43.0", + "eslint": "^9.35.0", "typescript": "^5.9.2", "vitest": "^3.2.4", "vue-eslint-parser": "^10.2.0" diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index a9d2e29b..d9e95b17 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -66,6 +66,9 @@ importers: '@typescript-eslint/parser': specifier: ^8.43.0 version: 8.43.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2) + eslint: + specifier: ^9.35.0 + version: 9.35.0(jiti@2.5.1) typescript: specifier: ^5.9.2 version: 5.9.2