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

This commit is contained in:
Renovate Bot
2021-08-02 09:14:39 +00:00
committed by renovate[bot]
parent 386aaef74e
commit e7b4b5b2fd
2 changed files with 8 additions and 29 deletions

View File

@ -4919,7 +4919,6 @@
"version": "3.5.4", "version": "3.5.4",
"resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.5.4.tgz", "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.5.4.tgz",
"integrity": "sha512-t+FLhXYnPZiwjYe5ExyN962HQY8mi3KwRju3Lyf6OBgtRdx30d6mqvtClXf5NeBihH45Xzj6t4Y5YyvAI432XA==", "integrity": "sha512-t+FLhXYnPZiwjYe5ExyN962HQY8mi3KwRju3Lyf6OBgtRdx30d6mqvtClXf5NeBihH45Xzj6t4Y5YyvAI432XA==",
"dev": true,
"requires": { "requires": {
"events": "^1.1.1" "events": "^1.1.1"
} }
@ -17257,47 +17256,27 @@
} }
}, },
"react-instantsearch-core": { "react-instantsearch-core": {
"version": "6.12.0", "version": "6.12.1",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.12.0.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.12.1.tgz",
"integrity": "sha512-k7/sQLai5fhhiQxKFt7e3lA13SJpp843raQ6f8EtJL/bdFZPDHnOS3fPrxV/sduBkIrX7Hv+DrEOY1KkJGu2sA==", "integrity": "sha512-X4OqakDI3DOcFiS1S46z+cciKEQcKBmH8HGQLztzW14hoHRqFfZzuqWydlSxfJZN5WksMMm78EmL2jvoqIHd/A==",
"requires": { "requires": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.5.3", "algoliasearch-helper": "^3.5.3",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0" "react-fast-compare": "^3.0.0"
},
"dependencies": {
"algoliasearch-helper": {
"version": "3.5.4",
"resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.5.4.tgz",
"integrity": "sha512-t+FLhXYnPZiwjYe5ExyN962HQY8mi3KwRju3Lyf6OBgtRdx30d6mqvtClXf5NeBihH45Xzj6t4Y5YyvAI432XA==",
"requires": {
"events": "^1.1.1"
}
}
} }
}, },
"react-instantsearch-dom": { "react-instantsearch-dom": {
"version": "6.12.0", "version": "6.12.1",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.12.0.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.12.1.tgz",
"integrity": "sha512-/UMnmX0SPkvT8yOL2mAAfjz89ohGSZScb9X6hql9hydcS94cGoojysIUHJ/C+/1f8ciF2zni6I8AYddMdaqrSg==", "integrity": "sha512-KXk2UDmJ3OP9B57owPC0+7fdcVtmYAA6/UWimR9CXhvFGCMi11xlR/wscYMYxdPuxs9IkmnnLDIJSjSGADYnow==",
"requires": { "requires": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.5.3", "algoliasearch-helper": "^3.5.3",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0", "react-fast-compare": "^3.0.0",
"react-instantsearch-core": "^6.12.0" "react-instantsearch-core": "^6.12.1"
},
"dependencies": {
"algoliasearch-helper": {
"version": "3.5.4",
"resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.5.4.tgz",
"integrity": "sha512-t+FLhXYnPZiwjYe5ExyN962HQY8mi3KwRju3Lyf6OBgtRdx30d6mqvtClXf5NeBihH45Xzj6t4Y5YyvAI432XA==",
"requires": {
"events": "^1.1.1"
}
}
} }
}, },
"react-is": { "react-is": {

View File

@ -99,7 +99,7 @@
"react-helmet": "6.1.0", "react-helmet": "6.1.0",
"react-hotkeys": "2.0.0", "react-hotkeys": "2.0.0",
"react-i18next": "11.11.4", "react-i18next": "11.11.4",
"react-instantsearch-dom": "6.12.0", "react-instantsearch-dom": "6.12.1",
"react-lazy-load": "3.1.13", "react-lazy-load": "3.1.13",
"react-monaco-editor": "0.43.0", "react-monaco-editor": "0.43.0",
"react-redux": "5.1.2", "react-redux": "5.1.2",