Skip to content

Commit 6618885

Browse files
committed
perf: update @142vip/vuepress deps
1 parent c0eac80 commit 6618885

File tree

2 files changed

+1769
-1480
lines changed

2 files changed

+1769
-1480
lines changed

package.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,20 @@
2020
"clean": "npx fa clean --ignore-tips --dist --vite --all",
2121
"lint": "npx fa lint",
2222
"lint:fix": "npx fa lint --fix",
23-
"dev": "vuepress dev docs",
24-
"build": "vuepress build docs --clean-temp --clean-cache",
23+
"dev": "npx vuepress dev docs",
24+
"build": "npx vuepress build docs --clean-temp --clean-cache",
2525
"build:proxy": "NEED_PROXY=true vuepress build docs --clean-temp --clean-cache",
2626
"release": "npx fa release --vip"
2727
},
2828
"devDependencies": {
2929
"@142vip/eslint-config": "^0.0.1-alpha.2",
3030
"@142vip/fairy-cli": "^0.0.3-alpha.13",
3131
"@142vip/utils": "^0.0.1-alpha.7",
32-
"@142vip/vuepress": "^0.0.1-alpha.5",
33-
"@vue/repl": "^4.4.2",
34-
"@vuepress/bundler-vite": "^2.0.0-rc.17",
35-
"mermaid": "^11.3.0",
32+
"@142vip/vuepress": "^0.0.1-alpha.7",
33+
"@vuepress/bundler-vite": "2.0.0-rc.17",
3634
"only-allow": "^1.2.1",
37-
"sass-embedded": "^1.79.4",
3835
"simple-git-hooks": "^2.11.1",
39-
"typescript": "^5.5.4",
40-
"vue": "^3.5.8",
41-
"vuepress": "^2.0.0-rc.17",
42-
"vuepress-plugin-search-pro": "^2.0.0-rc.57",
43-
"vuepress-theme-hope": "^2.0.0-rc.58"
36+
"vuepress": "2.0.0-rc.17"
4437
},
4538
"simple-git-hooks": {
4639
"pre-commit": "pnpm lint",

0 commit comments

Comments
 (0)