Skip to content

Commit

Permalink
⬆️ deps: upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Aug 30, 2022
1 parent c5f3327 commit a8ee635
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 233 deletions.
8 changes: 0 additions & 8 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,4 @@ export default defineConfig({
{ icon: 'discord', link: 'https://discord.gg/5cQGyFwsqC' },
],
},

vite: {
// can't build, see https://github.com/vuejs/vitepress/issues/476
// @ts-ignore
ssr: {
noExternal: ['@moefy-canvas/core', '@moefy-canvas/theme-sparkler'],
},
},
})
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"url": "https://github.com/yutto-dev/yutto/issues"
},
"homepage": "https://github.com/yutto-dev/yutto#readme",
"packageManager": "pnpm@7.5.0",
"packageManager": "pnpm@7.9.0",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build"
},
"devDependencies": {
"@moefy-canvas/core": "^0.3.3",
"@moefy-canvas/theme-sparkler": "^0.3.3",
"vite": "^2.9.14",
"vitepress": "1.0.0-alpha.4",
"vite": "^3.0.8",
"vitepress": "1.0.0-alpha.6",
"vue": "^3.2.37"
},
"pnpm": {
Expand Down
Loading

0 comments on commit a8ee635

Please sign in to comment.