replace ElMessage with Sonner

This commit is contained in:
pa
2026-01-07 19:16:31 +09:00
committed by Natsumi
parent f819a3f500
commit 7e4de15ef2
85 changed files with 574 additions and 1144 deletions

View File

@@ -50,10 +50,10 @@
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"@vueuse/core": "^14.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"animate.css": "^4.1.1",
"babel-runtime": "^6.26.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
"dayjs": "^1.11.19",
@@ -75,8 +75,8 @@
"prettier": "^3.7.4",
"reka-ui": "^2.7.0",
"remixicon": "^4.8.0",
"tailwindcss": "^4.1.18",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"vite": "^7.3.0",
"vue": "^3.5.26",
@@ -172,6 +172,7 @@
},
"dependencies": {
"hazardous": "^0.3.0",
"node-api-dotnet": "^0.9.18"
"node-api-dotnet": "^0.9.18",
"vue-sonner": "^2.0.9"
}
}