Update v3/internal/templates/vue-ts/frontend/package.json

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Lea Anthony 2025-07-19 08:10:33 +10:00 committed by GitHub
commit 7b53421d4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,10 +13,15 @@
"@wailsio/runtime": "latest",
"vue": "^3.5.17"
},
"devDependencies": {
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"typescript": "^5.8.3",
"vite": "^7.0.4",
"vue-tsc": "^3.0.1"
},
"engines": {
"node": ">=18.17.0",
"npm": ">=9"
}
}