mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(deps): update dependency react-instantsearch-dom to v6.38.2
This commit is contained in:
parent
0b6efdbe40
commit
39dba8d84a
@ -102,7 +102,7 @@
|
||||
"react-hotkeys": "2.0.0",
|
||||
"react-i18next": "11.18.6",
|
||||
"react-instantsearch-core": "6.38.2",
|
||||
"react-instantsearch-dom": "6.38.1",
|
||||
"react-instantsearch-dom": "6.38.2",
|
||||
"react-lazy-load": "3.1.14",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"react-redux": "5.1.2",
|
||||
|
||||
52
package-lock.json
generated
52
package-lock.json
generated
@ -492,7 +492,7 @@
|
||||
"react-hotkeys": "2.0.0",
|
||||
"react-i18next": "11.18.6",
|
||||
"react-instantsearch-core": "6.38.2",
|
||||
"react-instantsearch-dom": "6.38.1",
|
||||
"react-instantsearch-dom": "6.38.2",
|
||||
"react-lazy-load": "3.1.14",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"react-redux": "5.1.2",
|
||||
@ -586,21 +586,6 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"client/node_modules/react-instantsearch-core": {
|
||||
"version": "6.38.2",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.38.2.tgz",
|
||||
"integrity": "sha512-eX1FJQ7648mZgY+B79EghggjCHLLxiv/otQ7kgkXiHpU2XNfqEhweufqgwSEJH5gUgGUo4JsgHHWLoX56YvrDQ==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"algoliasearch-helper": "^3.11.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"react-fast-compare": "^3.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"algoliasearch": ">= 3.1 < 5",
|
||||
"react": ">= 16.3.0 < 19"
|
||||
}
|
||||
},
|
||||
"client/node_modules/react-monaco-editor": {
|
||||
"version": "0.40.0",
|
||||
"license": "MIT",
|
||||
@ -43089,8 +43074,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-instantsearch-core": {
|
||||
"version": "6.38.1",
|
||||
"license": "MIT",
|
||||
"version": "6.38.2",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.38.2.tgz",
|
||||
"integrity": "sha512-eX1FJQ7648mZgY+B79EghggjCHLLxiv/otQ7kgkXiHpU2XNfqEhweufqgwSEJH5gUgGUo4JsgHHWLoX56YvrDQ==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"algoliasearch-helper": "^3.11.1",
|
||||
@ -43103,15 +43089,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-instantsearch-dom": {
|
||||
"version": "6.38.1",
|
||||
"license": "MIT",
|
||||
"version": "6.38.2",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.38.2.tgz",
|
||||
"integrity": "sha512-etNAo0xRhpb8BAzV5Gt21mAt831bMMata71PDAQDLY7fzUjon9nM4s2Ad7cyPFDAU2wd5rp6wbveDyhlaw1hJw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"algoliasearch-helper": "^3.11.1",
|
||||
"classnames": "^2.2.5",
|
||||
"prop-types": "^15.6.2",
|
||||
"react-fast-compare": "^3.0.0",
|
||||
"react-instantsearch-core": "6.38.1"
|
||||
"react-instantsearch-core": "6.38.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"algoliasearch": ">= 3.1 < 5",
|
||||
@ -56506,7 +56493,7 @@
|
||||
"react-hotkeys": "2.0.0",
|
||||
"react-i18next": "11.18.6",
|
||||
"react-instantsearch-core": "6.38.2",
|
||||
"react-instantsearch-dom": "6.38.1",
|
||||
"react-instantsearch-dom": "6.38.2",
|
||||
"react-lazy-load": "3.1.14",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"react-redux": "5.1.2",
|
||||
@ -56564,17 +56551,6 @@
|
||||
"strict-uri-encode": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"react-instantsearch-core": {
|
||||
"version": "6.38.2",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.38.2.tgz",
|
||||
"integrity": "sha512-eX1FJQ7648mZgY+B79EghggjCHLLxiv/otQ7kgkXiHpU2XNfqEhweufqgwSEJH5gUgGUo4JsgHHWLoX56YvrDQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"algoliasearch-helper": "^3.11.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"react-fast-compare": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"react-monaco-editor": {
|
||||
"version": "0.40.0",
|
||||
"requires": {
|
||||
@ -83651,7 +83627,9 @@
|
||||
}
|
||||
},
|
||||
"react-instantsearch-core": {
|
||||
"version": "6.38.1",
|
||||
"version": "6.38.2",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.38.2.tgz",
|
||||
"integrity": "sha512-eX1FJQ7648mZgY+B79EghggjCHLLxiv/otQ7kgkXiHpU2XNfqEhweufqgwSEJH5gUgGUo4JsgHHWLoX56YvrDQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"algoliasearch-helper": "^3.11.1",
|
||||
@ -83660,14 +83638,16 @@
|
||||
}
|
||||
},
|
||||
"react-instantsearch-dom": {
|
||||
"version": "6.38.1",
|
||||
"version": "6.38.2",
|
||||
"resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.38.2.tgz",
|
||||
"integrity": "sha512-etNAo0xRhpb8BAzV5Gt21mAt831bMMata71PDAQDLY7fzUjon9nM4s2Ad7cyPFDAU2wd5rp6wbveDyhlaw1hJw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"algoliasearch-helper": "^3.11.1",
|
||||
"classnames": "^2.2.5",
|
||||
"prop-types": "^15.6.2",
|
||||
"react-fast-compare": "^3.0.0",
|
||||
"react-instantsearch-core": "6.38.1"
|
||||
"react-instantsearch-core": "6.38.2"
|
||||
}
|
||||
},
|
||||
"react-is": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user