From 844ffc4ec77220465f1293426581717cb92d0db8 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 30 Apr 2024 11:33:35 +0200 Subject: [PATCH] fix: lock ts-eslint to 7.7 for now https://github.com/sweepline/eslint-plugin-unused-imports/issues/77 --- package.json | 4 ++-- pnpm-lock.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 82d0e22d05..1fd7bd0f75 100644 --- a/package.json +++ b/package.json @@ -95,8 +95,8 @@ "@antfu/install-pkg": "^0.3.2", "@clack/prompts": "^0.7.0", "@stylistic/eslint-plugin": "^1.7.2", - "@typescript-eslint/eslint-plugin": "^7.7.1", - "@typescript-eslint/parser": "^7.7.1", + "@typescript-eslint/eslint-plugin": "~7.7.1", + "@typescript-eslint/parser": "~7.7.1", "eslint-config-flat-gitignore": "^0.1.5", "eslint-flat-config-utils": "^0.2.3", "eslint-merge-processors": "^0.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 82ada8c18d..6d28638742 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,10 +18,10 @@ importers: specifier: ^1.7.2 version: 1.7.2(eslint@9.1.1)(typescript@5.4.5) '@typescript-eslint/eslint-plugin': - specifier: ^7.7.1 + specifier: ~7.7.1 version: 7.7.1(@typescript-eslint/parser@7.7.1(eslint@9.1.1)(typescript@5.4.5))(eslint@9.1.1)(typescript@5.4.5) '@typescript-eslint/parser': - specifier: ^7.7.1 + specifier: ~7.7.1 version: 7.7.1(eslint@9.1.1)(typescript@5.4.5) eslint-config-flat-gitignore: specifier: ^0.1.5