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

This commit is contained in:
Renovate Bot
2021-12-16 17:23:15 +00:00
committed by renovate[bot]
parent d12ab79798
commit 4d1ceb3f74
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.15.1", "react-i18next": "11.15.1",
"react-instantsearch-dom": "6.17.0", "react-instantsearch-dom": "6.18.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.15.1", "react-i18next": "11.15.1",
"react-instantsearch-dom": "6.17.0", "react-instantsearch-dom": "6.18.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",
@ -45195,9 +45195,9 @@
} }
}, },
"node_modules/react-instantsearch-core": { "node_modules/react-instantsearch-core": {
"version": "6.17.0", "version": "6.18.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.17.0.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.18.0.tgz",
"integrity": "sha512-aFeoLcO5YSrXXWeMGaTvoOa2odiPIIeV1ftENqYeoJtHO/Jk4sDNpHlEXSmPctr/v1lludsFKIp1Xo4cNjrqiA==", "integrity": "sha512-lPbKGsprh7eV0ILR5Sj9qoP7R3jJ6/I3+++iB6rWOmBzMhbZ8ivl6i6LDJwYYt9lOghYqRDbtdWVx/hAE4O4Ng==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.6.2", "algoliasearch-helper": "^3.6.2",
@ -45210,16 +45210,16 @@
} }
}, },
"node_modules/react-instantsearch-dom": { "node_modules/react-instantsearch-dom": {
"version": "6.17.0", "version": "6.18.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.17.0.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.18.0.tgz",
"integrity": "sha512-KwQJ0HqD9YBvO1VBS+GZC2binTfrGFRClXxDwmd014I9lyqr05m1U2NR81zD0xoBkoZwELP5RWvfpuvbEL0Gdg==", "integrity": "sha512-gsxSyzviDMcCX9+cgEnmOxRcQhoQq6e3+hCh/QvlF36Qw6xASeAt5VD+f+fRXCYX0oFJ3SoIoJXjcag4E4C4kQ==",
"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.17.0" "react-instantsearch-core": "^6.18.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">= 16.3.0 < 18", "react": ">= 16.3.0 < 18",
@ -57765,7 +57765,7 @@
"react-helmet": "6.1.0", "react-helmet": "6.1.0",
"react-hotkeys": "2.0.0", "react-hotkeys": "2.0.0",
"react-i18next": "11.15.1", "react-i18next": "11.15.1",
"react-instantsearch-dom": "6.17.0", "react-instantsearch-dom": "6.18.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",
@ -90903,9 +90903,9 @@
} }
}, },
"react-instantsearch-core": { "react-instantsearch-core": {
"version": "6.17.0", "version": "6.18.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.17.0.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.18.0.tgz",
"integrity": "sha512-aFeoLcO5YSrXXWeMGaTvoOa2odiPIIeV1ftENqYeoJtHO/Jk4sDNpHlEXSmPctr/v1lludsFKIp1Xo4cNjrqiA==", "integrity": "sha512-lPbKGsprh7eV0ILR5Sj9qoP7R3jJ6/I3+++iB6rWOmBzMhbZ8ivl6i6LDJwYYt9lOghYqRDbtdWVx/hAE4O4Ng==",
"requires": { "requires": {
"@babel/runtime": "^7.1.2", "@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.6.2", "algoliasearch-helper": "^3.6.2",
@ -90914,16 +90914,16 @@
} }
}, },
"react-instantsearch-dom": { "react-instantsearch-dom": {
"version": "6.17.0", "version": "6.18.0",
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.17.0.tgz", "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.18.0.tgz",
"integrity": "sha512-KwQJ0HqD9YBvO1VBS+GZC2binTfrGFRClXxDwmd014I9lyqr05m1U2NR81zD0xoBkoZwELP5RWvfpuvbEL0Gdg==", "integrity": "sha512-gsxSyzviDMcCX9+cgEnmOxRcQhoQq6e3+hCh/QvlF36Qw6xASeAt5VD+f+fRXCYX0oFJ3SoIoJXjcag4E4C4kQ==",
"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.17.0" "react-instantsearch-core": "^6.18.0"
} }
}, },
"react-is": { "react-is": {