Skip to content

Commit

Permalink
Restrict vue version due to typing issue in 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstubbs committed Jan 8, 2024
1 parent 0e731ef commit 198b208
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 549 deletions.
4 changes: 2 additions & 2 deletions packages/vue-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"typescript": "^5.3.3",
"unplugin-vue": "^4.5.2",
"vite": "^4.5.1",
"vue": "npm:vue@^3.3.4",
"vue": "npm:vue@3.0.0 - 3.3.4",
"vue-2": "npm:vue@^2.7.16",
"vue-3": "npm:vue@^3.4.5"
"vue-3": "npm:vue@3.0.0 - 3.3.4"
},
"peerDependencies": {
"@vue/composition-api": ">=1.0.0-rc.1",
Expand Down
Loading

0 comments on commit 198b208

Please sign in to comment.