Skip to content

Commit

Permalink
perf(@142vip/vuepress): use peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Oct 28, 2024
1 parent 6171094 commit 7835cba
Show file tree
Hide file tree
Showing 3 changed files with 830 additions and 837 deletions.
4 changes: 2 additions & 2 deletions apps/vuepress-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"homePage": "https://142vip.cn"
},
"scripts": {
"dev": "vuepress dev docs --clean-cache",
"build": "vuepress build docs"
"dev": "npx vuepress dev docs --clean-cache",
"build": "npx vuepress build docs"
},
"devDependencies": {
"@142vip/utils": "workspace:*",
Expand Down
6 changes: 4 additions & 2 deletions packages/vuepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build": "unbuild",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"peerDependencies": {
"@vue/repl": "^4.3.1",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"@vuepress/plugin-markdown-image": "2.0.0-rc.30",
Expand All @@ -42,14 +42,16 @@
"mermaid": "^10.9.1",
"reveal.js": "^5.1.0",
"sass-embedded": "^1.79.4",
"typescript": "^5.5.4",
"unicorn-magic": "^0.3.0",
"vidstack": "^1.11.30",
"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.59"
},
"devDependencies": {
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit 7835cba

Please sign in to comment.