CI : fix dep conflict

This commit is contained in:
isUnknown 2025-09-24 09:32:30 +02:00
parent e185d15815
commit ec1acc7671
4 changed files with 282 additions and 324 deletions

View file

@ -5,6 +5,7 @@
"build": "npx -y kirbyup src/index.js"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1"
"@vitejs/plugin-vue": "^6.0.1",
"vite": "^7.1.7"
}
}