From 7d8a50210906ccf4bd5aff0b673c9547773ce17a Mon Sep 17 00:00:00 2001 From: YaroslavChuiko Date: Tue, 23 Jul 2024 14:58:14 +0300 Subject: [PATCH] updated @typescript-eslint/eslint-plugin and @typescript-eslint/parser --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a0c72384..35483a313 100644 --- a/package.json +++ b/package.json @@ -60,8 +60,8 @@ "@types/react-redux": "^7.1.28", "@types/react-swipeable-views": "^0.13.3", "@types/uuid": "^10.0.0", - "@typescript-eslint/eslint-plugin": "^6.9.1", - "@typescript-eslint/parser": "^6.9.1", + "@typescript-eslint/eslint-plugin": "^7.17.0", + "@typescript-eslint/parser": "^7.17.0", "@vitejs/plugin-react": "^4.1.1", "axios-mock-adapter": "^1.22.0", "babel-loader": "^9.1.3",