Skip to content

Commit

Permalink
fix(vue): update vue version
Browse files Browse the repository at this point in the history
something change between vue 3.2 and 3.3 that break the build

fixes: #30
  • Loading branch information
Sukaato committed Sep 2, 2024
1 parent 4eecc80 commit 5bfda7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@
"rollup": "^4.20.0",
"typescript": "^5.4.5",
"vite": "^5.4.0",
"vue": "~3.3.9"
},
"peerDependencies": {
"vue": ">=3.3.9"
"vue": "~3.2.47"
},
"vetur": {
"tags": "dist/vetur/tags.json",
Expand Down

0 comments on commit 5bfda7d

Please sign in to comment.