Skip to content

Commit

Permalink
Update npm dependencies to latest (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinChen authored Jun 14, 2024
1 parent 42e70a1 commit 0e175ad
Show file tree
Hide file tree
Showing 3 changed files with 667 additions and 485 deletions.
4 changes: 2 additions & 2 deletions docs-search/index/src/Docs/Search/IndexBuilder.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import globMain from "glob";
import { globSync } from "glob";
import path from "node:path";
import { fileURLToPath } from "node:url";

Expand All @@ -21,6 +21,6 @@ export function getDocsSearchAppPath() {

export function glob(pattern) {
return function () {
return globMain.sync(pattern);
return globSync(pattern);
};
}
Loading

0 comments on commit 0e175ad

Please sign in to comment.