refactor(types): use vite-plugin-import-types

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-08 17:40:41 +01:00
parent 8cf22797f5
commit 74c30376a5
10 changed files with 31 additions and 111 deletions

View File

@@ -49,7 +49,7 @@
"@rollup/plugin-replace": "^2.4.2",
"@types/dagre": "^0.7.46",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.22",
"@vue/compiler-sfc": "3.2.22",
"autoprefixer": "^10.3.7",
"cypress": "8.5.0",
"dagre": "^0.8.5",
@@ -67,8 +67,9 @@
"typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.4.12",
"vite": "2.5.x",
"vite-plugin-vue-type-imports": "^0.1.2",
"vite-svg-loader": "^2.2.0",
"vue": "^3.2.22",
"vue": "3.2.22",
"vue-router": "^4.0.12",
"vue-tsc": "^0.29.5"
},