fix: circular dependency issues

This commit is contained in:
Jannat Patel
2026-02-11 19:24:50 +05:30
parent eab929da47
commit f59eecd34e
5 changed files with 1101 additions and 887 deletions

View File

@@ -51,12 +51,12 @@
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
"@vitejs/plugin-vue": "5.0.3",
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"tailwindcss": "^3.4.15",
"unplugin-auto-import": "^20.3.0",
"vite": "5.0.11",
"vite-plugin-pwa": "0.15.0"
"vite-plugin-pwa": "^1.2.0"
}
}