Skip to content

Commit

Permalink
fix(kit): mark vue as peer dependencies (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yueyanc committed Feb 3, 2024
1 parent 32746c5 commit 40f9331
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"prepare:type": "tsup --dts-only",
"stub": "tsup --watch --onSuccess 'tsup --dts-only'"
},
"peerDependencies": {
"vue": "^3.0.0",
},
"dependencies": {
"@vue/devtools-schema": "workspace:^",
"@vue/devtools-shared": "workspace:^",
Expand All @@ -29,7 +32,6 @@
"speakingurl": "^14.0.1"
},
"devDependencies": {
"vue": "^3.4.15",
"vue-router": "^4.2.5"
}
}

0 comments on commit 40f9331

Please sign in to comment.