From c0444ea168b4b0a80dd1f76f305117bb27e66f49 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 30 Jun 2021 17:51:52 +0000 Subject: [PATCH] chore(deps): update dependency @types/react-instantsearch-dom to v6.10.1 --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 091b15eb89..4ed5e5f4e6 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -4113,9 +4113,9 @@ } }, "@types/react-instantsearch-dom": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/@types/react-instantsearch-dom/-/react-instantsearch-dom-6.10.0.tgz", - "integrity": "sha512-C9djgcxuRmHKPYuuv83vikLtpH033eQEZ/u8blyoaDrfszaDsJnBfstXDYV+8tfkLFNS5z/YDWr+bl5MocBIMA==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/@types/react-instantsearch-dom/-/react-instantsearch-dom-6.10.1.tgz", + "integrity": "sha512-LISZFa3NHTB8455e+5q/igQVt11ElnUQcYp1/O+ju46Suck83EjyS4YXacUx+zTJGlagIxJadGMV+V7amJAzTQ==", "dev": true, "requires": { "@types/react": "*", diff --git a/client/package.json b/client/package.json index 89c8116476..4be4f9dc2d 100644 --- a/client/package.json +++ b/client/package.json @@ -137,7 +137,7 @@ "@types/lodash-es": "4.17.4", "@types/react-dom": "17.0.8", "@types/react-helmet": "6.1.1", - "@types/react-instantsearch-dom": "6.10.0", + "@types/react-instantsearch-dom": "6.10.1", "@types/react-monaco-editor": "0.16.0", "@types/react-redux": "7.1.16", "@types/react-responsive": "8.0.2",