From be90b507c1899f7b02c5650ecac52ab12efadf12 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 7 May 2022 17:04:40 -0400 Subject: [PATCH] Update --- packages/redux-devtools-rtk-query-monitor/package.json | 1 + pnpm-lock.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index 10350f0a..0e79cb95 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -45,6 +45,7 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@redux-devtools/ui": "^1.2.1", + "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "hex-rgba": "^1.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1d5ff22b..ffd316da 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1798,6 +1798,7 @@ importers: '@redux-devtools/ui': ^1.2.1 '@reduxjs/toolkit': ^1.8.1 '@types/hex-rgba': ^1.0.1 + '@types/lodash': ^4.14.182 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^17.0.44 @@ -1824,6 +1825,7 @@ importers: dependencies: '@babel/runtime': 7.17.9 '@redux-devtools/ui': link:../redux-devtools-ui + '@types/lodash': 4.14.182 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 hex-rgba: 1.0.2