chore(deps): bump react-instantsearch-dom from 6.8.1 to 6.8.2 in /client

Bumps [react-instantsearch-dom](https://github.com/algolia/react-instantsearch) from 6.8.1 to 6.8.2.
- [Release notes](https://github.com/algolia/react-instantsearch/releases)
- [Changelog](https://github.com/algolia/react-instantsearch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/algolia/react-instantsearch/compare/v6.8.1...v6.8.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-02 05:07:09 +00:00
parent efd4d06f02
commit 86b17c8cf0
2 changed files with 8 additions and 8 deletions

View File

@ -23777,9 +23777,9 @@
}
},
"react-instantsearch-core": {
"version": "6.8.1",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.8.1.tgz",
"integrity": "sha512-nR2zSMOyhDXILAbnjh+X5XLFGjOl6QFOdwcy/8LFsXTp85gek2WPTJyndGPpLw2909SsspPBVpJpD50MR+YFeA==",
"version": "6.8.2",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.8.2.tgz",
"integrity": "sha512-UdAjcNIXb2mSECEDS/2XuB4W6rcbnph1NjJBUpY5TLLzSCdKXNTzS2PxF5hkdeuY0L/m/hvDQX6YqxV28PqKLA==",
"requires": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.1.0",
@ -23795,16 +23795,16 @@
}
},
"react-instantsearch-dom": {
"version": "6.8.1",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.8.1.tgz",
"integrity": "sha512-kLB0NG1b9ZuWmt2RYk1Y0AtwX0svrA0HKj+pWjhTraf989KHVrqQ4K53/nlX3dMPBpNQcqXojJH3gcLajvoSwQ==",
"version": "6.8.2",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.8.2.tgz",
"integrity": "sha512-d6YBsjW/aF3qzul7qqUV/KuzEFPVxlAZm3QhREPqMvOyrPTnG5itZZBLe7sFm9OKJ/8shR4TyNp3hb94as7COg==",
"requires": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.1.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.10",
"react-fast-compare": "^3.0.0",
"react-instantsearch-core": "^6.8.1"
"react-instantsearch-core": "^6.8.2"
},
"dependencies": {
"react-fast-compare": {

View File

@ -56,7 +56,7 @@
"react-ga": "^2.7.0",
"react-helmet": "^6.1.0",
"react-hotkeys": "^2.0.0",
"react-instantsearch-dom": "^6.8.1",
"react-instantsearch-dom": "^6.8.2",
"react-lazy-load": "^3.1.13",
"react-monaco-editor": "^0.36.0",
"react-redux": "^5.0.7",