Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Nov 6, 2024
1 parent 82698ea commit 05ee84d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 42 deletions.
6 changes: 3 additions & 3 deletions plugins/search/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"copy": "cpx \"src/**/*.css\" lib"
},
"dependencies": {
"@docsearch/css": "^3.6.3",
"@docsearch/js": "^3.6.3",
"@docsearch/react": "^3.6.3",
"@docsearch/css": "^3.7.0",
"@docsearch/js": "^3.7.0",
"@docsearch/react": "^3.7.0",
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.2.0",
"ts-debounce": "^4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ declare const __DOCSEARCH_OPTIONS__: DocSearchOptions

const docSearchOptions: Partial<DocSearchProps> = __DOCSEARCH_OPTIONS__

const docsearch: Ref<DocSearchProps> = ref(docSearchOptions as DocSearchProps)
const docsearch = ref(docSearchOptions as DocSearchProps)

const docsearchSymbol: InjectionKey<
Ref<
Expand Down
65 changes: 27 additions & 38 deletions pnpm-lock.yaml

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

0 comments on commit 05ee84d

Please sign in to comment.