Skip to content

Commit

Permalink
update vuepress
Browse files Browse the repository at this point in the history
  • Loading branch information
coldgust committed Jun 15, 2024
1 parent 5ca0a01 commit e94af97
Show file tree
Hide file tree
Showing 3 changed files with 782 additions and 703 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run_install: true
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm
- name: Build
run: pnpm run docs:build
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9",
"mermaid": "^10.9.0",
"@vuepress/bundler-vite": "2.0.0-rc.13",
"mermaid": "^10.9.1",
"reveal.js": "^5.1.0",
"vue": "^3.4.25",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-hope": "2.0.0-rc.37"
}
"vue": "^3.4.29",
"vuepress": "2.0.0-rc.13",
"vuepress-theme-hope": "2.0.0-rc.48"
},
"packageManager": "[email protected]+sha512.10194f760ac0aa62032ba95f94d9bc33896e79618ce0f2892039e0b7abc9d7e7e6ce1dded38f36b60e769d48e2b86be4cd9dac9e0035f3518baa49d78401e022"
}
Loading

0 comments on commit e94af97

Please sign in to comment.