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
+1 -2
View File
@@ -66,10 +66,9 @@
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"@vue-flow/core": "workspace:*",
"vite": "^4.1.4",
"vite-svg-loader": "^4.0.0",
"vue": "^3.2.25",
"vue-tsc": "^1.2.0"
"vue-tsc": "^1.6.5"
},
"publishConfig": {
"access": "public",
+1 -1
View File
@@ -11,5 +11,5 @@ export default withConfig({
name: 'VueFlowControls',
},
},
plugins: [svgLoader()],
plugins: [svgLoader() as any],
})
+1 -2
View File
@@ -70,9 +70,8 @@
"@types/d3-selection": "^3.0.3",
"@types/d3-zoom": "^3.0.1",
"@vue-flow/core": "workspace:*",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.2.0"
"vue-tsc": "^1.6.5"
},
"publishConfig": {
"access": "public",
+1 -2
View File
@@ -74,9 +74,8 @@
"@types/d3-selection": "^3.0.4",
"@vue-flow/core": "workspace:*",
"vite-plugin-vue-type-imports": "^0.2.4",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.2.0"
"vue-tsc": "^1.6.5"
},
"publishConfig": {
"access": "public",
+1 -2
View File
@@ -47,9 +47,8 @@
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"@vue-flow/core": "workspace:*",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.2.0"
"vue-tsc": "^1.6.5"
},
"publishConfig": {
"access": "public",
+1 -3
View File
@@ -68,10 +68,8 @@
"@tooling/vite-config": "workspace:*",
"@types/pathfinding": "^0.0.6",
"@vue-flow/core": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.2.0"
"vue-tsc": "^1.6.5"
},
"publishConfig": {
"access": "public",
-1
View File
@@ -66,7 +66,6 @@
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-nested": "^6.0.1",
"vite": "^4.1.4",
"vue": "^3.2.25"
},
"publishConfig": {