chore(deps): cleanup deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"vite": "^4.1.4",
|
||||
"vue": "^3.2.25",
|
||||
"vue-tsc": "^1.1.5"
|
||||
"vue-tsc": "^1.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"vite": "^4.1.4",
|
||||
"vite-svg-loader": "^4.0.0",
|
||||
"vue": "^3.2.25",
|
||||
"vue-tsc": "^1.1.5"
|
||||
"vue-tsc": "^1.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -56,11 +56,11 @@
|
||||
"postcss-nested": "^6.0.1",
|
||||
"ts-patch": "^2.1.0",
|
||||
"typescript-transform-paths": "^3.4.6",
|
||||
"unplugin-auto-import": "^0.12.2",
|
||||
"unplugin-vue-macros": "^1.8.2",
|
||||
"unplugin-auto-import": "^0.15.1",
|
||||
"unplugin-vue-macros": "1.8.2",
|
||||
"vite": "^4.1.4",
|
||||
"vue": "^3.2.25",
|
||||
"vue-tsc": "^1.1.5"
|
||||
"vue-tsc": "^1.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
Vendored
+9
-2
@@ -1,4 +1,7 @@
|
||||
// Generated by 'unplugin-auto-import'
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-auto-import
|
||||
export {}
|
||||
declare global {
|
||||
const $$: typeof import('vue/macros')['$$']
|
||||
@@ -165,7 +168,6 @@ declare global {
|
||||
const rendererPointToPoint: typeof import('./utils/graph')['rendererPointToPoint']
|
||||
const resetRecentHandle: typeof import('./utils/handle')['resetRecentHandle']
|
||||
const resolveComponent: typeof import('vue')['resolveComponent']
|
||||
const resolveDirective: typeof import('vue')['resolveDirective']
|
||||
const resolveRef: typeof import('@vueuse/core')['resolveRef']
|
||||
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
|
||||
const shallowReactive: typeof import('vue')['shallowReactive']
|
||||
@@ -377,3 +379,8 @@ declare global {
|
||||
const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
|
||||
const whenever: typeof import('@vueuse/core')['whenever']
|
||||
}
|
||||
// for type re-export
|
||||
declare global {
|
||||
// @ts-ignore
|
||||
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"vite": "^4.1.4",
|
||||
"vue": "^3.2.25",
|
||||
"vue-tsc": "^1.1.5"
|
||||
"vue-tsc": "^1.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -40,13 +40,13 @@
|
||||
"@tooling/eslint-config": "workspace:*",
|
||||
"@tooling/tsconfig": "workspace:*",
|
||||
"@tooling/vite-config": "workspace:*",
|
||||
"@types/d3-drag": "^3.0.1",
|
||||
"@types/d3-selection": "^3.0.3",
|
||||
"@types/d3-drag": "^3.0.2",
|
||||
"@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.1.5"
|
||||
"vue-tsc": "^1.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"vite": "^4.1.4",
|
||||
"vue": "^3.2.25",
|
||||
"vue-tsc": "^1.1.5"
|
||||
"vue-tsc": "^1.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"typescript-transform-paths": "^3.4.6",
|
||||
"vite": "^4.1.4",
|
||||
"vue": "^3.2.25",
|
||||
"vue-tsc": "^1.1.5"
|
||||
"vue-tsc": "^1.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
Reference in New Issue
Block a user