Skip to content

Commit c6fb440

Browse files
committed
feat: update
1 parent 26222c6 commit c6fb440

File tree

3 files changed

+1027
-897
lines changed

3 files changed

+1027
-897
lines changed

config/plugins/search.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,18 @@
2020
}
2121
},
2222
{
23-
"name": "vuepress-plugin-meilisearch2",
23+
"name": "@vuepress/meilisearch",
2424
"icon": "search",
2525
"tag": "latest",
2626
"desc": {
2727
"/": "Integrate <a href='https://www.meilisearch.com/' target='_blank'>MeiliSearch</a> into VuePress to provide search functionality",
2828
"/zh/": "将 <a href='https://www.meilisearch.com/' target='_blank'>MeiliSearch</a> 集成到 VuePress 中,为你的文档网站提供搜索功能"
2929
},
30-
"source": "github.com/JQiue/vuepress-plugin-meilisearch2",
31-
"url": "vuepress-plugin-meilisearch2.jinqiu.wang"
30+
"source": "vuepress/ecosystem/tree/main/plugins/search/plugin-meilisearch",
31+
"url": {
32+
"/": "ecosystem.vuejs.press/plugins/search/meilisearch.html",
33+
"/zh/": "ecosystem.vuejs.press/zh/plugins/search/meilisearch.html"
34+
}
3235
}
3336
]
3437
},

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
},
1515
"license": "CC0",
1616
"dependencies": {
17-
"@vuepress/bundler-vite": "2.0.0-rc.20",
18-
"@vuepress/helper": "2.0.0-rc.82",
19-
"sass-embedded": "1.85.1",
17+
"@vuepress/bundler-vite": "2.0.0-rc.21",
18+
"@vuepress/helper": "2.0.0-rc.94",
19+
"sass-embedded": "1.87.0",
2020
"vue": "3.5.13",
21-
"vuepress": "2.0.0-rc.20",
22-
"vuepress-shared": "2.0.0-rc.74",
23-
"vuepress-theme-hope": "2.0.0-rc.74"
21+
"vuepress": "2.0.0-rc.21",
22+
"vuepress-shared": "2.0.0-rc.81",
23+
"vuepress-theme-hope": "2.0.0-rc.82"
2424
},
2525
"devDependencies": {
2626
"husky": "9.1.7",
2727
"markdownlint-cli2": "0.17.2",
2828
"nano-staged": "0.8.0",
2929
"prettier": "3.5.3"
3030
},
31-
"packageManager": "pnpm@10.5.2",
31+
"packageManager": "pnpm@10.9.0",
3232
"nano-staged": {
3333
"**/*": "prettier --write --ignore-unknown",
3434
"*.md": "markdownlint-cli2"

0 commit comments

Comments
 (0)