🎨 Updated

This commit is contained in:
2025-07-07 15:55:48 +08:00
parent 4f1d70135e
commit 685897e828
4 changed files with 6 additions and 22 deletions

View File

@@ -70,7 +70,7 @@
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.1",
"unplugin-vue-components": "^28.8.0",
"vite": "^7.0.1",
"vite": "^7.0.2",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.0.1"
}
@@ -5124,9 +5124,9 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "7.0.1",
"resolved": "https://registry.npmmirror.com/vite/-/vite-7.0.1.tgz",
"integrity": "sha512-BiKOQoW5HGR30E6JDeNsati6HnSPMVEKbkIWbCiol+xKeu3g5owrjy7kbk/QEMuzCV87dSUTvycYKmlcfGKq3Q==",
"version": "7.0.2",
"resolved": "https://registry.npmmirror.com/vite/-/vite-7.0.2.tgz",
"integrity": "sha512-hxdyZDY1CM6SNpKI4w4lcUc3Mtkd9ej4ECWVHSMrOdSinVc2zYOAppHeGc/hzmRo3pxM5blMzkuWHOJA/3NiFw==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -74,7 +74,7 @@
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.1",
"unplugin-vue-components": "^28.8.0",
"vite": "^7.0.1",
"vite": "^7.0.2",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.0.1"
}