bump nexucis deps (#10713)

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
Augustin Husson 2022-05-20 09:22:09 +02:00 committed by GitHub
parent 707600d84f
commit 4ece54852c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

View file

@ -2964,16 +2964,16 @@
}
},
"node_modules/@nexucis/fuzzy": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@nexucis/fuzzy/-/fuzzy-0.3.0.tgz",
"integrity": "sha512-Z1+ADKY0fxdBE28REraWhUCNy+Bp5UmpK3Tc/5wdCDpY+6fXh8l2csMtbPGaqEBsyGLxJz9wUYGCf+CW9unyvQ=="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@nexucis/fuzzy/-/fuzzy-0.4.0.tgz",
"integrity": "sha512-VZVzETBXJjFzTd5RmKR+X8V5uM9PKM2yyb7v/aygMF+1iAnZwxzQtxbFx358SNP23eid4s85TIREHw50p8Zugg=="
},
"node_modules/@nexucis/kvsearch": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@nexucis/kvsearch/-/kvsearch-0.6.0.tgz",
"integrity": "sha512-sv2WWXUMRMoM2g3y02m4+9MK08l9nposveNqn5sPKSGpgZ0DxvmD84SAJHb0SvVazgL31C85kST2kySpF0+/Dw==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@nexucis/kvsearch/-/kvsearch-0.7.0.tgz",
"integrity": "sha512-Zl1u0wUpgpfY1JmHIKyLuqDdN5iTm/wuLXbBbm//Qck/un9ivGYtePpT1/BjG/2XisBsvHb7EldMAuRQaUahtg==",
"dependencies": {
"@nexucis/fuzzy": "^0.3.0"
"@nexucis/fuzzy": "^0.4.0"
}
},
"node_modules/@nodelib/fs.scandir": {
@ -17331,8 +17331,8 @@
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@fortawesome/react-fontawesome": "0.1.17",
"@nexucis/fuzzy": "^0.3.0",
"@nexucis/kvsearch": "^0.6.0",
"@nexucis/fuzzy": "^0.4.0",
"@nexucis/kvsearch": "^0.7.0",
"bootstrap": "^4.6.1",
"codemirror-promql": "0.19.0",
"css.escape": "^1.5.1",
@ -19496,16 +19496,16 @@
}
},
"@nexucis/fuzzy": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@nexucis/fuzzy/-/fuzzy-0.3.0.tgz",
"integrity": "sha512-Z1+ADKY0fxdBE28REraWhUCNy+Bp5UmpK3Tc/5wdCDpY+6fXh8l2csMtbPGaqEBsyGLxJz9wUYGCf+CW9unyvQ=="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@nexucis/fuzzy/-/fuzzy-0.4.0.tgz",
"integrity": "sha512-VZVzETBXJjFzTd5RmKR+X8V5uM9PKM2yyb7v/aygMF+1iAnZwxzQtxbFx358SNP23eid4s85TIREHw50p8Zugg=="
},
"@nexucis/kvsearch": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@nexucis/kvsearch/-/kvsearch-0.6.0.tgz",
"integrity": "sha512-sv2WWXUMRMoM2g3y02m4+9MK08l9nposveNqn5sPKSGpgZ0DxvmD84SAJHb0SvVazgL31C85kST2kySpF0+/Dw==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@nexucis/kvsearch/-/kvsearch-0.7.0.tgz",
"integrity": "sha512-Zl1u0wUpgpfY1JmHIKyLuqDdN5iTm/wuLXbBbm//Qck/un9ivGYtePpT1/BjG/2XisBsvHb7EldMAuRQaUahtg==",
"requires": {
"@nexucis/fuzzy": "^0.3.0"
"@nexucis/fuzzy": "^0.4.0"
}
},
"@nodelib/fs.scandir": {
@ -23951,8 +23951,8 @@
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@fortawesome/react-fontawesome": "0.1.17",
"@nexucis/fuzzy": "^0.3.0",
"@nexucis/kvsearch": "^0.6.0",
"@nexucis/fuzzy": "^0.4.0",
"@nexucis/kvsearch": "^0.7.0",
"@testing-library/react-hooks": "^7.0.1",
"@types/enzyme": "^3.10.10",
"@types/flot": "0.0.32",

View file

@ -19,8 +19,8 @@
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@fortawesome/react-fontawesome": "0.1.17",
"@nexucis/fuzzy": "^0.3.0",
"@nexucis/kvsearch": "^0.6.0",
"@nexucis/fuzzy": "^0.4.0",
"@nexucis/kvsearch": "^0.7.0",
"bootstrap": "^4.6.1",
"codemirror-promql": "0.19.0",
"css.escape": "^1.5.1",