Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 10, 2023
1 parent 5a5fac3 commit f351af9
Show file tree
Hide file tree
Showing 3 changed files with 1,438 additions and 1,437 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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"docs:update-package": "pnpm dlx vp-update",
"docs:lint": "prettier --check --write ."
},
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.9.0",
"devDependencies": {
"@vuepress/client": "2.0.0-beta.66",
"@vuepress/plugin-docsearch": "2.0.0-beta.66",
"@vuepress/utils": "2.0.0-beta.66",
"prettier": "3.0.0",
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/plugin-docsearch": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"prettier": "3.0.3",
"vue": "^3.3.4",
"vuepress": "2.0.0-beta.66",
"vuepress-theme-hope": "2.0.0-beta.234"
"vuepress": "2.0.0-beta.67",
"vuepress-theme-hope": "2.0.0-beta.238"
}
}
Loading

0 comments on commit f351af9

Please sign in to comment.