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 Oct 10, 2023
1 parent 20077cb commit 3a91527
Show file tree
Hide file tree
Showing 4 changed files with 2,295 additions and 1,936 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
20 changes: 10 additions & 10 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.5.1",
"packageManager": "pnpm@8.9.0",
"nano-staged": {
"*.vue": [
"prettier --write"
Expand All @@ -32,18 +32,18 @@
]
},
"dependencies": {
"@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"
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/shared": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"vue": "3.3.4",
"vuepress": "2.0.0-beta.67",
"vuepress-shared": "2.0.0-beta.238",
"vuepress-theme-hope": "2.0.0-beta.238"
},
"devDependencies": {
"husky": "8.0.3",
"markdownlint-cli": "0.34.0",
"markdownlint-cli": "0.37.0",
"nano-staged": "0.8.0",
"prettier": "2.8.8"
"prettier": "3.0.3"
}
}
Loading

0 comments on commit 3a91527

Please sign in to comment.