Skip to content

Commit 7b530bf

Browse files
committed
chore(deps): update dependency vuepress to v2.0.0-rc.20
1 parent 23bade6 commit 7b530bf

File tree

2 files changed

+373
-610
lines changed

2 files changed

+373
-610
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
"lint:fix": "npx fa lint --fix",
2424
"dev": "npx vuepress dev docs",
2525
"build": "npx vuepress build docs --clean-temp --clean-cache",
26-
"build:proxy": "NEED_PROXY=true vuepress build docs --clean-temp --clean-cache",
26+
"build:proxy": "NEED_PROXY=true npx vuepress build docs --clean-temp --clean-cache",
2727
"release": "npx fa release --vip"
2828
},
2929
"devDependencies": {
3030
"@142vip/eslint-config": "0.0.1-alpha.3",
3131
"@142vip/fairy-cli": "0.0.3-alpha.21",
3232
"@142vip/utils": "0.0.1-alpha.31",
3333
"@142vip/vuepress": "0.0.1-alpha.11",
34-
"@vuepress/bundler-vite": "2.0.0-rc.19",
34+
"@vuepress/bundler-vite": "2.0.0-rc.20",
3535
"only-allow": "1.2.1",
3636
"simple-git-hooks": "2.11.1",
37-
"vuepress": "2.0.0-rc.19"
37+
"vuepress": "2.0.0-rc.20"
3838
},
3939
"simple-git-hooks": {
4040
"pre-commit": "pnpm lint",

0 commit comments

Comments
 (0)