Skip to content

Commit

Permalink
feat: sync docs to beta68
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Nov 13, 2023
1 parent fb02361 commit 48e98d8
Show file tree
Hide file tree
Showing 18 changed files with 1,395 additions and 1,567 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run_install: true

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm

- name: Build docs
Expand Down
39 changes: 22 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,29 @@
"docs:update-package": "pnpm dlx vp-update",
"docs:lint": "prettier --check --write ."
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.10.3",
"devDependencies": {
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/plugin-active-header-links": "2.0.0-beta.67",
"@vuepress/plugin-back-to-top": "2.0.0-beta.67",
"@vuepress/plugin-docsearch": "2.0.0-beta.67",
"@vuepress/plugin-external-link-icon": "2.0.0-beta.67",
"@vuepress/plugin-git": "2.0.0-beta.67",
"@vuepress/plugin-medium-zoom": "2.0.0-beta.67",
"@vuepress/plugin-nprogress": "2.0.0-beta.67",
"@vuepress/plugin-palette": "2.0.0-beta.67",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.67",
"@vuepress/plugin-search": "2.0.0-beta.67",
"@vuepress/theme-default": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"@vuepress/client": "2.0.0-beta.68",
"@vuepress/plugin-active-header-links": "2.0.0-beta.68",
"@vuepress/plugin-back-to-top": "2.0.0-beta.68",
"@vuepress/plugin-docsearch": "2.0.0-beta.68",
"@vuepress/plugin-external-link-icon": "2.0.0-beta.68",
"@vuepress/plugin-git": "2.0.0-beta.68",
"@vuepress/plugin-medium-zoom": "2.0.0-beta.68",
"@vuepress/plugin-nprogress": "2.0.0-beta.68",
"@vuepress/plugin-palette": "2.0.0-beta.68",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.68",
"@vuepress/plugin-search": "2.0.0-beta.68",
"@vuepress/theme-default": "2.0.0-beta.68",
"@vuepress/utils": "2.0.0-beta.68",
"prettier": "3.0.3",
"vue": "^3.3.7",
"vuepress": "2.0.0-beta.67",
"vuepress-theme-hope": "2.0.0-beta.240"
"vue": "^3.3.8",
"vuepress": "2.0.0-beta.68",
"vuepress-theme-hope": "2.0.0-beta.250"
},
"pnpm": {
"overrides": {
"vue": "3.3.8"
}
}
}
Loading

0 comments on commit 48e98d8

Please sign in to comment.