Skip to content

Commit a82fc60

Browse files
committed
fix(bundler-vite): add client package to peerDependencies
1 parent 9361b36 commit a82fc60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/@vuepress/bundler-vite/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"vue": "^3.2.33",
4141
"vue-router": "^4.0.14"
4242
},
43+
"peerDependencies": {
44+
"@vuepress/client": "workspace:*"
45+
},
4346
"publishConfig": {
4447
"access": "public"
4548
}

0 commit comments

Comments
 (0)