Skip to content

Commit

Permalink
fix(deps): update dependency flexsearch to v0.7.41 (thegeeklab#762)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <[email protected]>
  • Loading branch information
renovate[bot] and xoxys authored Jan 8, 2024
1 parent 0bb9a43 commit 46a170c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@cfworker/json-schema": "1.12.7",
"clipboard": "2.0.11",
"flexsearch": "0.7.34",
"flexsearch": "0.7.41",
"katex": "0.16.9",
"lodash": "4.17.21",
"mermaid": "10.6.1",
Expand Down
2 changes: 1 addition & 1 deletion src/js/search.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const groupBy = require("lodash/groupBy")
const truncate = require("lodash/truncate")
const { FlexSearch } = require("flexsearch/dist/flexsearch.compact")
const { FlexSearch } = require("flexsearch/dist/flexsearch.compact.min")
const { Validator } = require("@cfworker/json-schema")

document.addEventListener("DOMContentLoaded", function (event) {
Expand Down

0 comments on commit 46a170c

Please sign in to comment.