chore(deps): bump react-instantsearch-dom from 6.8.3 to 6.9.0 in /client

Bumps [react-instantsearch-dom](https://github.com/algolia/react-instantsearch) from 6.8.3 to 6.9.0.
- [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.3...v6.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-08 05:19:20 +00:00
parent f96bbd5ae9
commit bd5089e7d2
2 changed files with 8 additions and 8 deletions

View File

@ -21913,9 +21913,9 @@
}
},
"react-instantsearch-core": {
"version": "6.8.3",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.8.3.tgz",
"integrity": "sha512-pRmWQsXz96t4QbrgH1WZRW0+EFNJ/08ckxSX5HsXfxLUL0myljc0/X2cSWgc7v0oJtwgDuy90vgn9C3S2TlErA==",
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.9.0.tgz",
"integrity": "sha512-xLNyF0mUBq7MaLQgmosBnxac7YnLTuanu5TKZkH7RFEVC2T5mi4fINtG6vAkOkVjiH90abv2wdPY6UjE/Vt6kQ==",
"requires": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.1.0",
@ -21924,16 +21924,16 @@
}
},
"react-instantsearch-dom": {
"version": "6.8.3",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.8.3.tgz",
"integrity": "sha512-+Z0zgARvnfDbMnPIZX8CfwKE+TCX7E751Ty4RDnjnmpgnrfYzoodMr4/By/3vZ2KRk308gpyx9yyXZ18/3Ay/g==",
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.9.0.tgz",
"integrity": "sha512-G8jSIC5QutdiK6QhZwyLcIONg2C6/6wRMkAM6uZ5ObSDvY+h/PkSohc8//A7LNOyedOCACd/UfdWlmexSYjl6Q==",
"requires": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.1.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0",
"react-instantsearch-core": "^6.8.3"
"react-instantsearch-core": "^6.9.0"
}
},
"react-is": {

View File

@ -55,7 +55,7 @@
"react-helmet": "^6.1.0",
"react-hotkeys": "^2.0.0",
"react-i18next": "^11.8.5",
"react-instantsearch-dom": "^6.8.3",
"react-instantsearch-dom": "^6.9.0",
"react-lazy-load": "^3.1.13",
"react-monaco-editor": "^0.39.1",
"react-redux": "^5.0.7",