chore(tooling): remove auto-imports

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 0a11840922
commit 85dea35b26
10 changed files with 475 additions and 88 deletions
+2 -3
View File
@@ -8,10 +8,9 @@
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"defu": "^6.1.2",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-macros": "1.8.2",
"vite": "^4.1.4"
"vite": "^4.3.7"
}
}