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

This commit is contained in:
Renovate Bot
2021-12-09 09:29:12 +00:00
committed by renovate[bot]
parent 5f9202bcc8
commit 27051c7f07
2 changed files with 17 additions and 17 deletions

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.14.3", "react-i18next": "11.14.3",
"react-instantsearch-dom": "6.16.0", "react-instantsearch-dom": "6.17.0",
"react-lazy-load": "3.1.13", "react-lazy-load": "3.1.13",
"react-monaco-editor": "0.40.0", "react-monaco-editor": "0.40.0",
"react-redux": "5.1.2", "react-redux": "5.1.2",

32
package-lock.json generated
View File

@ -267,7 +267,7 @@
"react-helmet": "6.1.0", "react-helmet": "6.1.0",
"react-hotkeys": "2.0.0", "react-hotkeys": "2.0.0",
"react-i18next": "11.14.3", "react-i18next": "11.14.3",
"react-instantsearch-dom": "6.16.0", "react-instantsearch-dom": "6.17.0",
"react-lazy-load": "3.1.13", "react-lazy-load": "3.1.13",
"react-monaco-editor": "0.40.0", "react-monaco-editor": "0.40.0",
"react-redux": "5.1.2", "react-redux": "5.1.2",
@ -45180,9 +45180,9 @@
} }
}, },
"node_modules/react-instantsearch-core": { "node_modules/react-instantsearch-core": {
"version": "6.16.0", "version": "6.17.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.16.0.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.17.0.tgz",
"integrity": "sha512-urtTbVWafrW5XqAVDW6LntU0yK4WF5L6Ms+P6SIKhYXq9FX3i3JtKWKR+9ebJU/0x7CDvfBr9f45EHD9SiX1hw==", "integrity": "sha512-aFeoLcO5YSrXXWeMGaTvoOa2odiPIIeV1ftENqYeoJtHO/Jk4sDNpHlEXSmPctr/v1lludsFKIp1Xo4cNjrqiA==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.6.2", "algoliasearch-helper": "^3.6.2",
@ -45195,16 +45195,16 @@
} }
}, },
"node_modules/react-instantsearch-dom": { "node_modules/react-instantsearch-dom": {
"version": "6.16.0", "version": "6.17.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.16.0.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.17.0.tgz",
"integrity": "sha512-fciP0/XRk0/Hi0E4db6zrwC1mW/4Gui9X1q/pBUxDivQtUGGd3RHfhjv9pYHca3ha+251bzcUgjvgJpty+xJ5A==", "integrity": "sha512-KwQJ0HqD9YBvO1VBS+GZC2binTfrGFRClXxDwmd014I9lyqr05m1U2NR81zD0xoBkoZwELP5RWvfpuvbEL0Gdg==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.6.2", "algoliasearch-helper": "^3.6.2",
"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.16.0" "react-instantsearch-core": "^6.17.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">= 16.3.0 < 18", "react": ">= 16.3.0 < 18",
@ -57744,7 +57744,7 @@
"react-helmet": "6.1.0", "react-helmet": "6.1.0",
"react-hotkeys": "2.0.0", "react-hotkeys": "2.0.0",
"react-i18next": "11.14.3", "react-i18next": "11.14.3",
"react-instantsearch-dom": "6.16.0", "react-instantsearch-dom": "6.17.0",
"react-lazy-load": "3.1.13", "react-lazy-load": "3.1.13",
"react-monaco-editor": "0.40.0", "react-monaco-editor": "0.40.0",
"react-redux": "5.1.2", "react-redux": "5.1.2",
@ -90888,9 +90888,9 @@
} }
}, },
"react-instantsearch-core": { "react-instantsearch-core": {
"version": "6.16.0", "version": "6.17.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.16.0.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.17.0.tgz",
"integrity": "sha512-urtTbVWafrW5XqAVDW6LntU0yK4WF5L6Ms+P6SIKhYXq9FX3i3JtKWKR+9ebJU/0x7CDvfBr9f45EHD9SiX1hw==", "integrity": "sha512-aFeoLcO5YSrXXWeMGaTvoOa2odiPIIeV1ftENqYeoJtHO/Jk4sDNpHlEXSmPctr/v1lludsFKIp1Xo4cNjrqiA==",
"requires": { "requires": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.6.2", "algoliasearch-helper": "^3.6.2",
@ -90899,16 +90899,16 @@
} }
}, },
"react-instantsearch-dom": { "react-instantsearch-dom": {
"version": "6.16.0", "version": "6.17.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.16.0.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.17.0.tgz",
"integrity": "sha512-fciP0/XRk0/Hi0E4db6zrwC1mW/4Gui9X1q/pBUxDivQtUGGd3RHfhjv9pYHca3ha+251bzcUgjvgJpty+xJ5A==", "integrity": "sha512-KwQJ0HqD9YBvO1VBS+GZC2binTfrGFRClXxDwmd014I9lyqr05m1U2NR81zD0xoBkoZwELP5RWvfpuvbEL0Gdg==",
"requires": { "requires": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.6.2", "algoliasearch-helper": "^3.6.2",
"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.16.0" "react-instantsearch-core": "^6.17.0"
} }
}, },
"react-is": { "react-is": {