Skip to content

Commit

Permalink
vue peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
joesobo committed Feb 23, 2023
1 parent 2446b6c commit 01c2e36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spicy-eggs-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@poleski/ui": patch
---

Remove vue as dependency
4 changes: 3 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dependencies": {
"@types/node": "^18.11.12",
"cva": "npm:class-variance-authority@^0.4.0",
"vue": "^3.2.47",
"vue-tsc": "^1.1.3"
},
"devDependencies": {
Expand All @@ -45,5 +44,8 @@
"typescript": "^4.9.5",
"vite": "^4.1.2",
"vue-loader": "^16.8.3"
},
"peerDependencies": {
"vue": "^3.2.47"
}
}

0 comments on commit 01c2e36

Please sign in to comment.