This commit is contained in:
Shayne O'Sullivan 2026-03-04 13:48:17 +01:00 committed by GitHub
commit ea024d08a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 8 deletions

View file

@ -11,12 +11,17 @@
},
"dependencies": {
"@wailsio/runtime": "latest",
"vue": "^3.2.45"
"vue": "^3.5.17"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^5.0.0",
"vue-tsc": "^1.0.11"
"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"
}
}

View file

@ -11,10 +11,10 @@
},
"dependencies": {
"@wailsio/runtime": "latest",
"vue": "^3.2.45"
"vue": "^3.5.17"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^5.0.0"
"@vitejs/plugin-vue": "^6.0.0",
"vite": "^7.0.4"
}
}