Skip to content

Commit

Permalink
chore: bump deps and update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 12, 2024
1 parent b138d62 commit c84b2d4
Show file tree
Hide file tree
Showing 8 changed files with 1,417 additions and 1,028 deletions.
2 changes: 1 addition & 1 deletion docs/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ Check out the [Default Theme > Built-in Components](https://ecosystem.vuejs.pres

## Markdown Plugins

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

## Cautions

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ However, some plugins can be used multiple times (e.g. [@vuepress/plugin-contain

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.

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

## Local Plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ However, you might think it is not good enough. Or, you want to build a differen

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.

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

## Local Theme

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ export default {

## Markdown 插件

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

## 注意事项

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {

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

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

## 本地插件

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default defineUserConfig({

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

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

## 本地主题

Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,27 @@
"@vuepress/plugin-shiki": "2.0.0-rc.42",
"@vuepress/theme-default": "2.0.0-rc.42",
"http-server": "^14.1.1",
"sass-embedded": "^1.78.0",
"sass-loader": "^16.0.1",
"vue": "^3.4.38",
"vue": "^3.5.4",
"vuepress": "2.0.0-rc.15"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"eslint-config-vuepress": "^5.1.5",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"eslint": "^9.10.0",
"eslint-config-vuepress": "^5.2.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.1",
"tsconfig-vuepress": "^5.0.0",
"typescript": "^5.5.4"
"tsconfig-vuepress": "^5.2.0",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=18.19.0"
}
Expand Down
2,412 changes: 1,400 additions & 1,012 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit c84b2d4

Please sign in to comment.