Skip to content

Commit

Permalink
fix vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson committed Jul 18, 2024
1 parent 61461f7 commit 7d700da
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 28 deletions.
2 changes: 1 addition & 1 deletion examples/example-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.5.2",
"vite": "^5.3.4",
"vue-tsc": "^1.8.22"
"vue-tsc": "^2"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/create-app.template.vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.5.2",
"vite": "^5.3.4",
"vue-tsc": "^1.8.22"
"vue-tsc": "^2"
},
"publishConfig": {
"access": "public"
Expand Down
50 changes: 24 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d700da

Please sign in to comment.