Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 16, 2023
1 parent a6b9365 commit 20077cb
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 709 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true

- name: Setup Node.js
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:md": "markdownlint **/*.md"
},
"license": "CC0",
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.5.1",
"nano-staged": {
"*.vue": [
"prettier --write"
Expand All @@ -32,13 +32,13 @@
]
},
"dependencies": {
"@vuepress/client": "2.0.0-beta.61",
"@vuepress/shared": "2.0.0-beta.61",
"@vuepress/utils": "2.0.0-beta.61",
"vue": "3.2.47",
"vuepress": "2.0.0-beta.61",
"vuepress-shared": "2.0.0-beta.208",
"vuepress-theme-hope": "2.0.0-beta.208"
"@vuepress/client": "2.0.0-beta.62",
"@vuepress/shared": "2.0.0-beta.62",
"@vuepress/utils": "2.0.0-beta.62",
"vue": "3.3.2",
"vuepress": "2.0.0-beta.62",
"vuepress-shared": "2.0.0-beta.211",
"vuepress-theme-hope": "2.0.0-beta.211"
},
"devDependencies": {
"husky": "8.0.3",
Expand Down
Loading

0 comments on commit 20077cb

Please sign in to comment.