Skip to content

Commit b70999e

Browse files
committed
chore: update deps
1 parent 6697416 commit b70999e

File tree

5 files changed

+435
-410
lines changed

5 files changed

+435
-410
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The repo holds the source code for the VuePress2 Marketplace website.
88

99
You are free to add your plugins and themes to the site, just open a new PR.
1010

11-
- To add a plugin, you should edit `config/plugins/<catagory>.json` and add your plugin to **the end of** proper list.
12-
- To add a theme, you should edit `config/themes/<catagory>.json` and add your plugin to **the end of** proper list.
11+
- To add a plugin, you should edit `config/plugins/<category>.json` and add your plugin to **the end of** proper list.
12+
- To add a theme, you should edit `config/themes/<category>.json` and add your plugin to **the end of** proper list.
1313

1414
If you believe you are building a powerful theme or plugin that can be list in multiple categories, you can add theme in multiple places.
1515

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint:md": "markdownlint **/*.md"
1313
},
1414
"license": "CC0",
15-
"packageManager": "pnpm@7.25.0",
15+
"packageManager": "pnpm@7.26.3",
1616
"engines": {
1717
"node": "^14.18.0 || >=16.0.0",
1818
"npm": ">=8",
@@ -40,10 +40,10 @@
4040
"@vuepress/client": "2.0.0-beta.60",
4141
"@vuepress/shared": "2.0.0-beta.60",
4242
"@vuepress/utils": "2.0.0-beta.60",
43-
"vue": "3.2.45",
43+
"vue": "3.2.47",
4444
"vuepress": "2.0.0-beta.60",
45-
"vuepress-shared": "2.0.0-beta.167",
46-
"vuepress-theme-hope": "2.0.0-beta.167"
45+
"vuepress-shared": "2.0.0-beta.172",
46+
"vuepress-theme-hope": "2.0.0-beta.172"
4747
},
4848
"devDependencies": {
4949
"husky": "8.0.3",

0 commit comments

Comments
 (0)