From 649c1ed37ac74765fb7572fa3f703c94827042f4 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 4 Jan 2022 22:16:09 +0530 Subject: New configurations based on review comments (WIP) Signed-off-by: Vijay A --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 00ff108..99cc7a2 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "devDependencies": { "@electron/fuses": "^1.5.0", "@types/jest": "^27.4.0", - "@typescript-eslint/eslint-plugin": "^5.8.1", - "@typescript-eslint/parser": "^5.8.1", + "@typescript-eslint/eslint-plugin": "^5.9.0", + "@typescript-eslint/parser": "^5.9.0", "@vitejs/plugin-react": "^1.1.4", "chokidar": "^3.5.2", "cross-env": "^7.0.3", @@ -55,9 +55,7 @@ "eslint": "^8.6.0", "eslint-config-airbnb-typescript": "^16.1.0", "eslint-plugin-import": "^2.25.4", - "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", - "eslint-plugin-react-hooks": "^4.3.0", "git-repo-info": "^2.1.1", "jest": "^27.4.7", "rimraf": "^3.0.2", @@ -67,8 +65,6 @@ }, "packageManager": "yarn@3.1.1", "dependencies": { - "loglevel": "^1.8.0", - "os-name": "^5.0.1", "preload": "^0.1.0" } } -- cgit v1.2.3-54-g00ecf