@vuepress/plugin-docsearch
Advanced tools
Comparing version 2.0.0-rc.38 to 2.0.0-rc.39
@@ -38,3 +38,3 @@ import { debounce } from 'ts-debounce'; | ||
event.preventDefault(); | ||
router.push(resolveRoutePathFromUrl(hit.url)); | ||
router.push(hit.url.replace(__VUEPRESS_BASE__, '/')); | ||
}, | ||
@@ -41,0 +41,0 @@ children, |
{ | ||
"name": "@vuepress/plugin-docsearch", | ||
"version": "2.0.0-rc.38", | ||
"version": "2.0.0-rc.39", | ||
"description": "VuePress plugin - docsearch", | ||
@@ -36,9 +36,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@docsearch/css": "^3.6.0", | ||
"@docsearch/js": "^3.6.0", | ||
"@docsearch/react": "^3.6.0", | ||
"@vuepress/helper": "2.0.0-rc.38", | ||
"@docsearch/css": "^3.6.1", | ||
"@docsearch/js": "^3.6.1", | ||
"@docsearch/react": "^3.6.1", | ||
"@vuepress/helper": "2.0.0-rc.39", | ||
"@vueuse/core": "^10.11.0", | ||
"ts-debounce": "^4.0.0", | ||
"vue": "^3.4.31" | ||
"vue": "^3.4.32" | ||
}, | ||
@@ -51,3 +51,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "4345344b92c788c8f0c4a78b2cd022bc31ef5108" | ||
"gitHead": "5fc0740210318a083a02e8bfcd31fdde5b2f88ac" | ||
} |
17885
+ Added@vuepress/helper@2.0.0-rc.39(transitive)
- Removed@vuepress/helper@2.0.0-rc.38(transitive)
Updated@docsearch/css@^3.6.1
Updated@docsearch/js@^3.6.1
Updated@docsearch/react@^3.6.1
Updated@vuepress/helper@2.0.0-rc.39
Updatedvue@^3.4.32