chore(tooling): remove auto-imports
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -11,5 +11,5 @@ export default withConfig({
|
||||
name: 'VueFlowControls',
|
||||
},
|
||||
},
|
||||
plugins: [svgLoader()],
|
||||
plugins: [svgLoader() as any],
|
||||
})
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user