From 488b251fed531467140a39ccaaf37bd0f1b3e0ed Mon Sep 17 00:00:00 2001 From: William Candillon Date: Thu, 9 Nov 2023 22:09:34 +0100 Subject: [PATCH] =?UTF-8?q?fix(=E2=AC=86=EF=B8=8F):=20upgrade=20deps=20(#2?= =?UTF-8?q?62)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 75d9149..eb5ac33 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,8 @@ }, "dependencies": { "@react-native-community/eslint-config": "3.2.0", + "@typescript-eslint/eslint-plugin": "6.10.0", + "@typescript-eslint/parser": "6.10.0", "eslint-plugin-import": "2.27.5", "prettier": "2.8.7", "typescript": "5.0.3"