From 6cd0f75f841934f979b244dc72c647374710c241 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 25 Sep 2021 09:05:35 -0400 Subject: [PATCH] Add missing packages --- packages/redux-devtools-rtk-query-monitor/package.json | 2 ++ yarn.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index f76fd823..94b15dad 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -64,6 +64,8 @@ "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.6", "@types/react": "^16.14.15", + "@typescript-eslint/eslint-plugin": "^4.31.2", + "@typescript-eslint/parser": "^4.31.2", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-react": "^7.25.3", diff --git a/yarn.lock b/yarn.lock index 5aa6597e..6826c872 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4962,6 +4962,8 @@ __metadata: "@types/prop-types": ^15.7.4 "@types/react": ^16.14.15 "@types/redux-devtools-themes": ^1.0.0 + "@typescript-eslint/eslint-plugin": ^4.31.2 + "@typescript-eslint/parser": ^4.31.2 eslint: ^7.32.0 eslint-config-prettier: ^8.3.0 eslint-plugin-react: ^7.25.3