Skip to content

Commit b83799a

Browse files
committed
chore: bump deps
1 parent 914467e commit b83799a

File tree

3 files changed

+54
-53
lines changed

3 files changed

+54
-53
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"*": "prettier --experimental-cli --ignore-unknown --write"
9696
},
9797
"dependencies": {
98-
"@docsearch/css": "^4.0.0-beta.6",
99-
"@docsearch/js": "^4.0.0-beta.6",
98+
"@docsearch/css": "^4.0.0-beta.7",
99+
"@docsearch/js": "^4.0.0-beta.7",
100100
"@iconify-json/simple-icons": "^1.2.47",
101101
"@shikijs/core": "^3.9.2",
102102
"@shikijs/transformers": "^3.9.2",
@@ -139,7 +139,7 @@
139139
"@types/markdown-it-container": "^2.0.10",
140140
"@types/markdown-it-emoji": "^3.0.1",
141141
"@types/minimist": "^1.2.5",
142-
"@types/node": "^24.2.1",
142+
"@types/node": "^24.3.0",
143143
"@types/picomatch": "^4.0.2",
144144
"@types/prompts": "^2.4.9",
145145
"chokidar": "^4.0.3",

pnpm-lock.yaml

Lines changed: 50 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/theme-default/components/VPAlgoliaSearchBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function initialize(userOptions: DefaultTheme.AlgoliaSearchOptions) {
7878
}
7979
})
8080
81-
docsearch(options)
81+
docsearch(options as any)
8282
}
8383
8484
function getRelativePath(url: string) {

0 commit comments

Comments
 (0)