fix(deps): update dependency flexsearch to v0.7.1 (#149)

This commit is contained in:
renovate[bot] 2021-06-14 22:40:41 +02:00 committed by GitHub
parent 74e73b804d
commit 682d49ba11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -43,7 +43,6 @@
function search() {
const searchCfg = {
field: ['title', 'content'],
enrich: true,
limit: 10
};

6
package-lock.json generated
View File

@ -2633,9 +2633,9 @@
"dev": true
},
"flexsearch": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.0.tgz",
"integrity": "sha512-Ejr7vz2f66F9TQwmj2Tv6wZcFWoDvJZK9hbkrWjo1lmMYh2RYoCimBi6p39wkQyuuOS7PI5vnNepTtI5+WTtKw=="
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.1.tgz",
"integrity": "sha512-+nuTYgqWMA8JawcReboPniMuvy0ClxqU66oMh4YzNiQQrbzH6VdJZMF/kzAEPnpL64FiZfbGRixv+cz5YponhA=="
},
"flush-write-stream": {
"version": "1.1.1",

View File

@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"clipboard": "2.0.8",
"flexsearch": "0.7.0",
"flexsearch": "0.7.1",
"mermaid": "8.10.2"
},
"devDependencies": {