This commit is contained in:
renovate[bot] 2023-12-19 17:02:01 +00:00 committed by GitHub
commit f073760bb9
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: | run: |
brew bundle brew bundle
mdbook build mdbook build
- uses: actions/upload-pages-artifact@v2 - uses: actions/upload-pages-artifact@v3
with: with:
path: book path: book
- uses: actions/deploy-pages@v2 - uses: actions/deploy-pages@v4

View file

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