chore(deps): update all dependencies

This commit is contained in:
renovate[bot] 2023-12-19 17:01:58 +00:00 committed by GitHub
parent 71b4856081
commit 2c4b61000b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ jobs:
run: |
brew bundle
mdbook build
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: book
- uses: actions/deploy-pages@v2
- uses: actions/deploy-pages@v4

View file

@ -10,7 +10,7 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vueup/vue-quill": "^1.1.0",
"@vueuse/core": "^10.0.0",
"vite": "^4.1.4",
"vite": "^5.0.0",
"vue": "^3.2.47"
}
}