Skip to content

Commit c84b2d4

Browse files
committed
chore: bump deps and update links
1 parent b138d62 commit c84b2d4

File tree

8 files changed

+1417
-1028
lines changed

8 files changed

+1417
-1028
lines changed

Diff for: docs/guide/markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Check out the [Default Theme > Built-in Components](https://ecosystem.vuejs.pres
486486

487487
## Markdown Plugins
488488

489-
You can explore more markdown plugins at [VuePress Marketplace](https://marketplace.vuejs.press).
489+
You can explore more markdown plugins at [VuePress Marketplace](https://marketplace.vuejs.press/plugins/markdown.html).
490490

491491
## Cautions
492492

Diff for: docs/guide/plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ However, some plugins can be used multiple times (e.g. [@vuepress/plugin-contain
3030

3131
Community users have created lots of plugins and published them to [NPM](https://www.npmjs.com/search?q=keywords:vuepress-plugin). You should check the plugin's own documentation for detailed guide.
3232

33-
You can explore more plugins in [VuePress Marketplace](https://marketplace.vuejs.press/).
33+
You can explore more plugins in [VuePress Marketplace](https://marketplace.vuejs.press/plugins/).
3434

3535
## Local Plugin
3636

Diff for: docs/guide/theme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ However, you might think it is not good enough. Or, you want to build a differen
3333

3434
Community users have created lots of theme and published them to [NPM](https://www.npmjs.com/search?q=keywords:vuepress-theme). You should check the theme's own documentation for detailed guide.
3535

36-
You can explore more themes in [VuePress Marketplace](https://marketplace.vuejs.press/).
36+
You can explore more themes in [VuePress Marketplace](https://marketplace.vuejs.press/themes/).
3737

3838
## Local Theme
3939

Diff for: docs/zh/guide/markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ export default {
489489

490490
## Markdown 插件
491491

492-
你可以在 [VuePress 市场](https://marketplace.vuejs.press/zh/) 上探索更多的 Markdown 插件。
492+
你可以在 [VuePress 市场](https://marketplace.vuejs.press/zh/plugins/markdown.html) 上探索更多的 Markdown 插件。
493493

494494
## 注意事项
495495

Diff for: docs/zh/guide/plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030

3131
社区用户创建了很多插件,并将它们发布到了 [NPM](https://www.npmjs.com/search?q=keywords:vuepress-plugin) 上。 查看插件本身的文档可以获取更详细的指引。
3232

33-
你可以在 [VuePress 市场](https://marketplace.vuejs.press/) 中探索更多插件。
33+
你可以在 [VuePress 市场](https://marketplace.vuejs.press/zh/plugins/) 中探索更多插件。
3434

3535
## 本地插件
3636

Diff for: docs/zh/guide/theme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineUserConfig({
3333

3434
社区用户创建了很多主题,并将它们发布到了 [NPM](https://www.npmjs.com/search?q=keywords:vuepress-theme) 上。查看主题本身的文档可以获取更详细的指引。
3535

36-
你可以在 [VuePress 市场](https://marketplace.vuejs.press/) 中探索更多主题。
36+
你可以在 [VuePress 市场](https://marketplace.vuejs.press/zh/themes/) 中探索更多主题。
3737

3838
## 本地主题
3939

Diff for: package.json

+11-10
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,27 @@
3838
"@vuepress/plugin-shiki": "2.0.0-rc.42",
3939
"@vuepress/theme-default": "2.0.0-rc.42",
4040
"http-server": "^14.1.1",
41+
"sass-embedded": "^1.78.0",
4142
"sass-loader": "^16.0.1",
42-
"vue": "^3.4.38",
43+
"vue": "^3.5.4",
4344
"vuepress": "2.0.0-rc.15"
4445
},
4546
"devDependencies": {
46-
"@commitlint/cli": "^19.4.1",
47-
"@commitlint/config-conventional": "^19.4.1",
47+
"@commitlint/cli": "^19.5.0",
48+
"@commitlint/config-conventional": "^19.5.0",
4849
"bumpp": "^9.5.2",
49-
"eslint": "^9.9.1",
50-
"eslint-config-vuepress": "^5.1.5",
51-
"husky": "^9.1.5",
52-
"lint-staged": "^15.2.9",
50+
"eslint": "^9.10.0",
51+
"eslint-config-vuepress": "^5.2.0",
52+
"husky": "^9.1.6",
53+
"lint-staged": "^15.2.10",
5354
"prettier": "^3.3.3",
5455
"prettier-config-vuepress": "^5.0.0",
5556
"rimraf": "^6.0.1",
5657
"sort-package-json": "^2.10.1",
57-
"tsconfig-vuepress": "^5.0.0",
58-
"typescript": "^5.5.4"
58+
"tsconfig-vuepress": "^5.2.0",
59+
"typescript": "^5.6.2"
5960
},
60-
"packageManager": "pnpm@9.9.0",
61+
"packageManager": "pnpm@9.10.0",
6162
"engines": {
6263
"node": ">=18.19.0"
6364
}

Diff for: pnpm-lock.yaml

+1,400-1,012
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)