Skip to content

Commit

Permalink
chore: update deps and sync docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jun 8, 2023
1 parent e695ec2 commit 25c0479
Show file tree
Hide file tree
Showing 12 changed files with 1,854 additions and 1,577 deletions.
45 changes: 21 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,35 @@
"description": "VuePress v2 docs",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@8.4.0",
"homepage": "https://vuejs.press",
"repository": {
"url": "https://github.com/vuepress/docs.git"
},
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "pnpm dlx vp-update",
"docs:lint": "prettier --check --write ."
},
"packageManager": "pnpm@8.6.1",
"devDependencies": {
"@vuepress/client": "2.0.0-beta.61",
"@vuepress/plugin-active-header-links": "2.0.0-beta.61",
"@vuepress/plugin-back-to-top": "2.0.0-beta.61",
"@vuepress/plugin-docsearch": "2.0.0-beta.61",
"@vuepress/plugin-external-link-icon": "2.0.0-beta.61",
"@vuepress/plugin-git": "2.0.0-beta.61",
"@vuepress/plugin-medium-zoom": "2.0.0-beta.61",
"@vuepress/plugin-nprogress": "2.0.0-beta.61",
"@vuepress/plugin-palette": "2.0.0-beta.61",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.61",
"@vuepress/plugin-search": "2.0.0-beta.61",
"@vuepress/theme-default": "2.0.0-beta.61",
"@vuepress/utils": "2.0.0-beta.61",
"@vuepress/client": "2.0.0-beta.63",
"@vuepress/plugin-active-header-links": "2.0.0-beta.63",
"@vuepress/plugin-back-to-top": "2.0.0-beta.63",
"@vuepress/plugin-docsearch": "2.0.0-beta.63",
"@vuepress/plugin-external-link-icon": "2.0.0-beta.63",
"@vuepress/plugin-git": "2.0.0-beta.63",
"@vuepress/plugin-medium-zoom": "2.0.0-beta.63",
"@vuepress/plugin-nprogress": "2.0.0-beta.63",
"@vuepress/plugin-palette": "2.0.0-beta.63",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.63",
"@vuepress/plugin-search": "2.0.0-beta.63",
"@vuepress/theme-default": "2.0.0-beta.63",
"@vuepress/utils": "2.0.0-beta.63",
"prettier": "2.8.8",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.61",
"vuepress-theme-hope": "2.0.0-beta.208"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
"vue": "^3.3.4",
"vuepress": "2.0.0-beta.63",
"vuepress-theme-hope": "2.0.0-beta.223"
}
}
Loading

0 comments on commit 25c0479

Please sign in to comment.