Skip to content

Commit

Permalink
chore: bump vue, vitepress & use built-in minify
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 14, 2024
1 parent 4de8ccb commit 3d56a01
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 79 deletions.
1 change: 0 additions & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,6 @@ export default defineConfigWithTheme<ThemeConfig>({
}
},
build: {
minify: 'terser',
chunkSizeWarningLimit: Infinity
},
json: {
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@
"type": "vue-tsc --noEmit"
},
"dependencies": {
"@vue/repl": "^4.2.1",
"@vue/repl": "^4.3.1",
"@vue/theme": "^2.2.12",
"dynamics.js": "^1.1.5",
"gsap": "^3.12.5",
"vitepress": "^1.2.3",
"vue": "^3.4.27"
"vitepress": "^1.3.2",
"vue": "^3.5.0-beta.1"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.2",
"@types/markdown-it": "^14.1.1",
"@types/node": "^20.14.1",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.29"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 3d56a01

Please sign in to comment.