From a1f05f5ecc23578bc556eb127eefb8794c5a6755 Mon Sep 17 00:00:00 2001 From: Hafizi Ruslan Date: Tue, 27 Aug 2024 01:53:07 +0800 Subject: [PATCH] upgrade @typescript-eslint --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f29319a079..d505c7c62c 100644 --- a/package.json +++ b/package.json @@ -77,9 +77,9 @@ "@types/qrcode": "^1.5.5", "@types/swagger-ui-express": "^4.1.6", "@types/unzipper": "^0.10.10", - "@typescript-eslint/eslint-plugin": "^8.2.0", - "@typescript-eslint/parser": "^8.2.0", - "@typescript-eslint/typescript-estree": "^8.2.0", + "@typescript-eslint/eslint-plugin": "^8.3.0", + "@typescript-eslint/parser": "^8.3.0", + "@typescript-eslint/typescript-estree": "^8.3.0", "commitizen": "^4.3.0", "conventional-changelog-cli": "^5.0.0", "crypto-js": "^4.2.0",