Skip to content

Commit

Permalink
perf: update @142vip/vuepress deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Oct 28, 2024
1 parent c0eac80 commit 6618885
Show file tree
Hide file tree
Showing 2 changed files with 1,769 additions and 1,480 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,20 @@
"clean": "npx fa clean --ignore-tips --dist --vite --all",
"lint": "npx fa lint",
"lint:fix": "npx fa lint --fix",
"dev": "vuepress dev docs",
"build": "vuepress build docs --clean-temp --clean-cache",
"dev": "npx vuepress dev docs",
"build": "npx vuepress build docs --clean-temp --clean-cache",
"build:proxy": "NEED_PROXY=true vuepress build docs --clean-temp --clean-cache",
"release": "npx fa release --vip"
},
"devDependencies": {
"@142vip/eslint-config": "^0.0.1-alpha.2",
"@142vip/fairy-cli": "^0.0.3-alpha.13",
"@142vip/utils": "^0.0.1-alpha.7",
"@142vip/vuepress": "^0.0.1-alpha.5",
"@vue/repl": "^4.4.2",
"@vuepress/bundler-vite": "^2.0.0-rc.17",
"mermaid": "^11.3.0",
"@142vip/vuepress": "^0.0.1-alpha.7",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"only-allow": "^1.2.1",
"sass-embedded": "^1.79.4",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4",
"vue": "^3.5.8",
"vuepress": "^2.0.0-rc.17",
"vuepress-plugin-search-pro": "^2.0.0-rc.57",
"vuepress-theme-hope": "^2.0.0-rc.58"
"vuepress": "2.0.0-rc.17"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint",
Expand Down
Loading

0 comments on commit 6618885

Please sign in to comment.