This commit is contained in:
dap
2024-09-14 15:19:38 +08:00
37 changed files with 904 additions and 522 deletions

View File

@@ -36,6 +36,6 @@
"dependencies": {
"@iconify/vue": "^4.1.2",
"lucide-vue-next": "^0.441.0",
"vue": "^3.5.4"
"vue": "^3.5.5"
}
}

View File

@@ -71,8 +71,8 @@
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@tanstack/vue-store": "^0.5.5",
"@vue/reactivity": "^3.5.4",
"@vue/shared": "^3.5.4",
"@vue/reactivity": "^3.5.5",
"@vue/shared": "^3.5.5",
"clsx": "^2.1.1",
"defu": "^6.1.4",
"lodash.clonedeep": "^4.5.0",

View File

@@ -38,7 +38,7 @@
}
},
"dependencies": {
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}