mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-02-03 15:48:38 +00:00
chore(deps): update all dependencies
This commit is contained in:
parent
71b4856081
commit
2c4b61000b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/github-pages.yml
vendored
4
.github/workflows/github-pages.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue