From ecafbefb77b6c8030c85cee9c38a55f1d9547c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?FAY=E3=82=B7?= <103030954+FAYStarNext@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:37:24 +0700 Subject: [PATCH] =?UTF-8?q?typescript-eslint=207.16.1=20=E2=86=92=207.17.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 10e920e..99284cf 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ "devDependencies": { "@eslint/js": "^9.7.0", "@types/bun": "latest", - "eslint": "9.x", + "eslint": "^9.7.0", "globals": "^15.8.0", - "typescript-eslint": "^7.16.1", + "typescript-eslint": "^7.17.0", "@babel/cli": "^7.24.8", "@babel/core": "^7.24.9", "@babel/plugin-proposal-class-properties": "^7.18.6",