Skip to content

Commit

Permalink
add peer dependency to vue (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Sep 25, 2023
1 parent 5436a50 commit 3a36d6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/peer-yarn-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'vue-docgen-api': patch
---

add peerDependency for yarn 3 compatibility 😒

See #1608
5 changes: 4 additions & 1 deletion packages/vue-docgen-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"ts-map": "^1.0.3",
"vue-inbrowser-compiler-independent-utils": "^4.69.0"
},
"peerDependencies": {
"vue": ">=2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
Expand All @@ -67,4 +70,4 @@
"vue-property-decorator": "7.3.0",
"vuetify": "2.6.14"
}
}
}

0 comments on commit 3a36d6e

Please sign in to comment.