Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jul 14, 2024
1 parent 4cc4b2a commit 946392f
Show file tree
Hide file tree
Showing 3 changed files with 1,066 additions and 946 deletions.
2 changes: 1 addition & 1 deletion config/plugins/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"header": {
"/": "Search Provider",
"/zh/": "搜素提供商"
"/zh/": "搜索提供商"
},
"items": [
{
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
},
"license": "CC0",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/helper": "2.0.0-rc.26",
"vue": "3.4.26",
"vuepress": "2.0.0-rc.9",
"vuepress-shared": "2.0.0-rc.38",
"vuepress-theme-hope": "2.0.0-rc.38"
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/helper": "2.0.0-rc.38",
"vue": "3.4.31",
"vuepress": "2.0.0-rc.14",
"vuepress-shared": "2.0.0-rc.51",
"vuepress-theme-hope": "2.0.0-rc.51"
},
"devDependencies": {
"husky": "9.0.11",
"markdownlint-cli2": "0.13.0",
"nano-staged": "0.8.0",
"prettier": "3.2.5"
"prettier": "3.3.3"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.5.0",
"nano-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.md": "markdownlint-cli2"
Expand Down
Loading

0 comments on commit 946392f

Please sign in to comment.