Skip to content

Commit

Permalink
vue: peerdep vue
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Aug 10, 2024
1 parent ca18522 commit af690c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primate/vue",
"version": "0.10.2",
"version": "0.10.3",
"description": "Primate Vue frontend",
"homepage": "https://primatejs.com/modules/vue",
"bugs": "https://github.com/primatejs/primate/issues",
Expand All @@ -15,11 +15,11 @@
"directory": "packages/vue"
},
"dependencies": {
"@primate/frontend": "workspace:^",
"vue": "^3.4.37"
"@primate/frontend": "workspace:^"
},
"peerDependencies": {
"primate": "workspace:^"
"primate": "workspace:^",
"vue": "3"
},
"type": "module",
"imports": {
Expand Down

0 comments on commit af690c4

Please sign in to comment.