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 25c0479 commit 0d04140
Show file tree
Hide file tree
Showing 21 changed files with 1,951 additions and 1,839 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
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"docs:update-package": "pnpm dlx vp-update",
"docs:lint": "prettier --check --write ."
},
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@8.9.0",
"devDependencies": {
"@vuepress/client": "2.0.0-beta.63",
"@vuepress/plugin-active-header-links": "2.0.0-beta.63",
"@vuepress/plugin-back-to-top": "2.0.0-beta.63",
"@vuepress/plugin-docsearch": "2.0.0-beta.63",
"@vuepress/plugin-external-link-icon": "2.0.0-beta.63",
"@vuepress/plugin-git": "2.0.0-beta.63",
"@vuepress/plugin-medium-zoom": "2.0.0-beta.63",
"@vuepress/plugin-nprogress": "2.0.0-beta.63",
"@vuepress/plugin-palette": "2.0.0-beta.63",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.63",
"@vuepress/plugin-search": "2.0.0-beta.63",
"@vuepress/theme-default": "2.0.0-beta.63",
"@vuepress/utils": "2.0.0-beta.63",
"prettier": "2.8.8",
"@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",
"prettier": "3.0.3",
"vue": "^3.3.4",
"vuepress": "2.0.0-beta.63",
"vuepress-theme-hope": "2.0.0-beta.223"
"vuepress": "2.0.0-beta.67",
"vuepress-theme-hope": "2.0.0-beta.238"
}
}
Loading

0 comments on commit 0d04140

Please sign in to comment.