Skip to content

Commit

Permalink
chore: fix docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Nov 15, 2024
1 parent 116d690 commit 9cee005
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 14 deletions.
8 changes: 7 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@
"typescript": "^4.8.2",
"unocss": "^0.45.18",
"unplugin-vue-components": "^0.22.4",
"vite-plugin-pwa": "workspace:*",
"vite": "5.0.12",
"vite-plugin-pwa": "0.21.0",
"vitepress": "1.0.1",
"workbox-window": "^7.3.0"
},
"pnpm": {
"overrides": {
"vitepress>vite": "5.0.12"
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@
"pnpm": {
"overrides": {
"rollup": "^4.22.4",
"vite": "6.0.0-beta.10"
"vite": "6.0.0-beta.10",
"vitepress>vite": "5.0.12"
}
}
}
87 changes: 75 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9cee005

Please sign in to comment.