mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
fix(deps): update dependency react-instantsearch-dom to v6.27.0
This commit is contained in:
committed by
renovate[bot]
parent
c95235c222
commit
2d2f019e4a
@@ -99,7 +99,7 @@
|
||||
"react-helmet": "6.1.0",
|
||||
"react-hotkeys": "2.0.0",
|
||||
"react-i18next": "11.17.1",
|
||||
"react-instantsearch-dom": "6.26.0",
|
||||
"react-instantsearch-dom": "6.27.0",
|
||||
"react-lazy-load": "3.1.13",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"react-redux": "5.1.2",
|
||||
|
||||
40
package-lock.json
generated
40
package-lock.json
generated
@@ -501,7 +501,7 @@
|
||||
"react-helmet": "6.1.0",
|
||||
"react-hotkeys": "2.0.0",
|
||||
"react-i18next": "11.17.1",
|
||||
"react-instantsearch-dom": "6.26.0",
|
||||
"react-instantsearch-dom": "6.27.0",
|
||||
"react-lazy-load": "3.1.13",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"react-redux": "5.1.2",
|
||||
@@ -42395,12 +42395,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-instantsearch-core": {
|
||||
"version": "6.26.0",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.26.0.tgz",
|
||||
"integrity": "sha512-rBfyP05t6SHuBcXiKibzz0jgA8/qLepy4J/RWb9z++GM6wHO/D0Rhs5eFCw9fBJbXKs3iw1FR5BhxuJV1zBhsQ==",
|
||||
"version": "6.27.0",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.27.0.tgz",
|
||||
"integrity": "sha512-InjSaw6WlIp9dqkJX/NqBeBMQ8tz5ghfpDPWyKBOLo6ijjOYD5qK8bkBehWoceI5+MHMpGq37TIrNUok3XLeAQ==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"algoliasearch-helper": "^3.8.0",
|
||||
"algoliasearch-helper": "^3.8.2",
|
||||
"prop-types": "^15.6.2",
|
||||
"react-fast-compare": "^3.0.0"
|
||||
},
|
||||
@@ -42410,16 +42410,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-instantsearch-dom": {
|
||||
"version": "6.26.0",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.26.0.tgz",
|
||||
"integrity": "sha512-ai3FlvfhZ019OmOG9V4fdIA28Vlw9KuvHEsG9Nl4WkB3Ic4aPxuxaPNxnlT1CXTIVFgegptkVxi6A0iQvaTCcA==",
|
||||
"version": "6.27.0",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.27.0.tgz",
|
||||
"integrity": "sha512-QDSMFso7rVaglQlbc3Ffn5hP2cM4ukjK5SAF043bLX4KoQlKKZqsCDPzo/SMo6wjIZDRsVmADjP7OgLWi0pFqA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"algoliasearch-helper": "^3.8.0",
|
||||
"algoliasearch-helper": "^3.8.2",
|
||||
"classnames": "^2.2.5",
|
||||
"prop-types": "^15.6.2",
|
||||
"react-fast-compare": "^3.0.0",
|
||||
"react-instantsearch-core": "6.26.0"
|
||||
"react-instantsearch-core": "6.27.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"algoliasearch": ">= 3.1 < 5",
|
||||
@@ -55861,7 +55861,7 @@
|
||||
"react-helmet": "6.1.0",
|
||||
"react-hotkeys": "2.0.0",
|
||||
"react-i18next": "11.17.1",
|
||||
"react-instantsearch-dom": "6.26.0",
|
||||
"react-instantsearch-dom": "6.27.0",
|
||||
"react-lazy-load": "3.1.13",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"react-redux": "5.1.2",
|
||||
@@ -82573,27 +82573,27 @@
|
||||
}
|
||||
},
|
||||
"react-instantsearch-core": {
|
||||
"version": "6.26.0",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.26.0.tgz",
|
||||
"integrity": "sha512-rBfyP05t6SHuBcXiKibzz0jgA8/qLepy4J/RWb9z++GM6wHO/D0Rhs5eFCw9fBJbXKs3iw1FR5BhxuJV1zBhsQ==",
|
||||
"version": "6.27.0",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.27.0.tgz",
|
||||
"integrity": "sha512-InjSaw6WlIp9dqkJX/NqBeBMQ8tz5ghfpDPWyKBOLo6ijjOYD5qK8bkBehWoceI5+MHMpGq37TIrNUok3XLeAQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"algoliasearch-helper": "^3.8.0",
|
||||
"algoliasearch-helper": "^3.8.2",
|
||||
"prop-types": "^15.6.2",
|
||||
"react-fast-compare": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"react-instantsearch-dom": {
|
||||
"version": "6.26.0",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.26.0.tgz",
|
||||
"integrity": "sha512-ai3FlvfhZ019OmOG9V4fdIA28Vlw9KuvHEsG9Nl4WkB3Ic4aPxuxaPNxnlT1CXTIVFgegptkVxi6A0iQvaTCcA==",
|
||||
"version": "6.27.0",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.27.0.tgz",
|
||||
"integrity": "sha512-QDSMFso7rVaglQlbc3Ffn5hP2cM4ukjK5SAF043bLX4KoQlKKZqsCDPzo/SMo6wjIZDRsVmADjP7OgLWi0pFqA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"algoliasearch-helper": "^3.8.0",
|
||||
"algoliasearch-helper": "^3.8.2",
|
||||
"classnames": "^2.2.5",
|
||||
"prop-types": "^15.6.2",
|
||||
"react-fast-compare": "^3.0.0",
|
||||
"react-instantsearch-core": "6.26.0"
|
||||
"react-instantsearch-core": "6.27.0"
|
||||
}
|
||||
},
|
||||
"react-is": {
|
||||
|
||||
Reference in New Issue
Block a user