fix(deps): update dependency react-instantsearch-dom to v6.11.0

pull/41992/head
Renovate Bot 2021-05-05 03:31:05 +00:00 committed by renovate[bot]
parent 340e06db5d
commit 6d8bbf7cfc
2 changed files with 8 additions and 8 deletions

View File

@ -21067,9 +21067,9 @@
}
},
"react-instantsearch-core": {
"version": "6.10.3",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.10.3.tgz",
"integrity": "sha512-7twp3OJrPGTFpyXwjJNeOTbQw7RTv+0cUyKkXR9njEyLdXKcPWfpeBirXfdQHjYIHEY2b0V2Vom1B9IHSDSUtQ==",
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.11.0.tgz",
"integrity": "sha512-RE5pPuSL5e3+wgMl+QLY+MgyqgNXBrfppqk3podOXTdWpQ5VdaXVrpeWVcmFJlRRKPLJI6RGqCiHVRTaGt1HVw==",
"requires": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.4.3",
@ -21078,16 +21078,16 @@
}
},
"react-instantsearch-dom": {
"version": "6.10.3",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.10.3.tgz",
"integrity": "sha512-kxc6IEruxJrc7O9lsLV5o4YK/RkGt3l7D1Y51JfmYkgeLuQHApwgcy/TAIoSN7wfR/1DONFbX8Y5VhU9Wqh87Q==",
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.11.0.tgz",
"integrity": "sha512-OXbP3OuT52HAoCbQiPxPAL9q/Lm5pm+eRx8TMKB2kcf6fQzc+L7RMy7fveuMENcmBks+vdD2+G7DGM8oVv9etg==",
"requires": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.4.3",
"classnames": "^2.2.5",
"prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0",
"react-instantsearch-core": "^6.10.3"
"react-instantsearch-core": "^6.11.0"
}
},
"react-is": {

View File

@ -95,7 +95,7 @@
"react-helmet": "6.1.0",
"react-hotkeys": "2.0.0",
"react-i18next": "11.8.15",
"react-instantsearch-dom": "6.10.3",
"react-instantsearch-dom": "6.11.0",
"react-lazy-load": "3.1.13",
"react-monaco-editor": "0.39.1",
"react-redux": "5.1.2",