chore(deps): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-06 17:07:58 +01:00
committed by Braks
parent db2c1fd650
commit 4be318807e
6 changed files with 487 additions and 539 deletions
+4 -4
View File
@@ -12,14 +12,14 @@
"@vue-flow/core": "workspace:*" "@vue-flow/core": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"@types/dagre": "^0.7.47", "@types/dagre": "^0.7.48",
"@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue": "^3.2.0",
"dagre": "^0.8.5", "dagre": "^0.8.5",
"unplugin-auto-import": "^0.11.4", "unplugin-auto-import": "^0.12.0",
"vite": "^3.2.3", "vite": "^3.2.5",
"vite-plugin-vue-type-imports": "0.2.0", "vite-plugin-vue-type-imports": "0.2.0",
"vite-svg-loader": "^3.6.0", "vite-svg-loader": "^3.6.0",
"vue": "^3.2.37", "vue": "^3.2.37",
"vue-router": "^4.1.5" "vue-router": "^4.1.6"
} }
} }
+4 -4
View File
@@ -29,7 +29,7 @@
"test": "exit 0" "test": "exit 0"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.2.37", "vue": "^3.2.25",
"@vue-flow/core": "^1.0.0" "@vue-flow/core": "^1.0.0"
}, },
"dependencies": { "dependencies": {
@@ -41,11 +41,11 @@
"@types/d3-zoom": "^3.0.1", "@types/d3-zoom": "^3.0.1",
"@vue-flow/core": "workspace:*", "@vue-flow/core": "workspace:*",
"@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue": "^3.2.0",
"unplugin-auto-import": "^0.11.4", "unplugin-auto-import": "^0.12.0",
"vite": "^3.2.3", "vite": "^3.2.5",
"vite-svg-loader": "^3.6.0", "vite-svg-loader": "^3.6.0",
"vite-plugin-vue-type-imports": "0.2.0", "vite-plugin-vue-type-imports": "0.2.0",
"vue-tsc": "^1.0.9" "vue-tsc": "^1.0.11"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",
+8 -8
View File
@@ -37,25 +37,25 @@
"vue": "^3.2.25" "vue": "^3.2.25"
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^9.5.0", "@vueuse/core": "^9.6.0",
"d3-drag": "^3.0.0", "d3-drag": "^3.0.0",
"d3-selection": "^3.0.0", "d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0" "d3-zoom": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-replace": "^5.0.1",
"@types/d3": "^7.4.0", "@types/d3": "^7.4.0",
"@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"postcss": "^8.4.16", "postcss": "^8.4.19",
"postcss-cli": "^9.1.0", "postcss-cli": "^10.1.0",
"postcss-nested": "^5.0.6", "postcss-nested": "^6.0.0",
"ts-patch": "^2.0.2", "ts-patch": "^2.0.2",
"typescript-transform-paths": "^3.4.4", "typescript-transform-paths": "^3.4.4",
"unplugin-auto-import": "^0.11.4", "unplugin-auto-import": "^0.12.0",
"vite": "^3.2.3", "vite": "^3.2.5",
"vite-plugin-vue-type-imports": "0.2.0", "vite-plugin-vue-type-imports": "0.2.0",
"vue-tsc": "^1.0.9" "vue-tsc": "^1.0.11"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",
+4 -16
View File
@@ -109,6 +109,9 @@ declare global {
const isReadonly: typeof import('vue')['isReadonly'] const isReadonly: typeof import('vue')['isReadonly']
const isRect: typeof import('./utils/graph')['isRect'] const isRect: typeof import('./utils/graph')['isRect']
const isRef: typeof import('vue')['isRef'] const isRef: typeof import('vue')['isRef']
const logicAnd: typeof import('@vueuse/core')['logicAnd']
const logicNot: typeof import('@vueuse/core')['logicNot']
const logicOr: typeof import('@vueuse/core')['logicOr']
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable'] const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
const markRaw: typeof import('vue')['markRaw'] const markRaw: typeof import('vue')['markRaw']
const nextTick: typeof import('vue')['nextTick'] const nextTick: typeof import('vue')['nextTick']
@@ -180,14 +183,6 @@ declare global {
const updatePosition: typeof import('./utils/drag')['updatePosition'] const updatePosition: typeof import('./utils/drag')['updatePosition']
const useActions: typeof import('./store/index')['useActions'] const useActions: typeof import('./store/index')['useActions']
const useActiveElement: typeof import('@vueuse/core')['useActiveElement'] const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
const useArraySome: typeof import('@vueuse/core')['useArraySome']
const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue'] const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
const useAsyncState: typeof import('@vueuse/core')['useAsyncState'] const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
const useAttrs: typeof import('vue')['useAttrs'] const useAttrs: typeof import('vue')['useAttrs']
@@ -198,8 +193,8 @@ declare global {
const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel'] const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation'] const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
const useCached: typeof import('@vueuse/core')['useCached'] const useCached: typeof import('@vueuse/core')['useCached']
const useClamp: typeof import('@vueuse/core')['useClamp']
const useClipboard: typeof import('@vueuse/core')['useClipboard'] const useClipboard: typeof import('@vueuse/core')['useClipboard']
const useCloned: typeof import('@vueuse/core')['useCloned']
const useColorMode: typeof import('@vueuse/core')['useColorMode'] const useColorMode: typeof import('@vueuse/core')['useColorMode']
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog'] const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
const useCounter: typeof import('@vueuse/core')['useCounter'] const useCounter: typeof import('@vueuse/core')['useCounter']
@@ -281,10 +276,8 @@ declare global {
const usePointer: typeof import('@vueuse/core')['usePointer'] const usePointer: typeof import('@vueuse/core')['usePointer']
const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe'] const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme'] const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark'] const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages'] const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
const useRafFn: typeof import('@vueuse/core')['useRafFn'] const useRafFn: typeof import('@vueuse/core')['useRafFn']
const useRefHistory: typeof import('@vueuse/core')['useRefHistory'] const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver'] const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
@@ -296,7 +289,6 @@ declare global {
const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage'] const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
const useShare: typeof import('@vueuse/core')['useShare'] const useShare: typeof import('@vueuse/core')['useShare']
const useSlots: typeof import('vue')['useSlots'] const useSlots: typeof import('vue')['useSlots']
const useSorted: typeof import('@vueuse/core')['useSorted']
const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition'] const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis'] const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
const useState: typeof import('./store/index')['useState'] const useState: typeof import('./store/index')['useState']
@@ -304,10 +296,8 @@ declare global {
const useStorage: typeof import('@vueuse/core')['useStorage'] const useStorage: typeof import('@vueuse/core')['useStorage']
const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync'] const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
const useStyleTag: typeof import('@vueuse/core')['useStyleTag'] const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
const useSupported: typeof import('@vueuse/core')['useSupported']
const useSwipe: typeof import('@vueuse/core')['useSwipe'] const useSwipe: typeof import('@vueuse/core')['useSwipe']
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList'] const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
const useTextSelection: typeof import('@vueuse/core')['useTextSelection'] const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize'] const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
const useThrottle: typeof import('@vueuse/core')['useThrottle'] const useThrottle: typeof import('@vueuse/core')['useThrottle']
@@ -319,8 +309,6 @@ declare global {
const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll'] const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
const useTimestamp: typeof import('@vueuse/core')['useTimestamp'] const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
const useTitle: typeof import('@vueuse/core')['useTitle'] const useTitle: typeof import('@vueuse/core')['useTitle']
const useToNumber: typeof import('@vueuse/core')['useToNumber']
const useToString: typeof import('@vueuse/core')['useToString']
const useToggle: typeof import('@vueuse/core')['useToggle'] const useToggle: typeof import('@vueuse/core')['useToggle']
const useTransition: typeof import('@vueuse/core')['useTransition'] const useTransition: typeof import('@vueuse/core')['useTransition']
const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams'] const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
+5 -5
View File
@@ -39,11 +39,11 @@
"@vue-flow/core": "workspace:*" "@vue-flow/core": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.8", "autoprefixer": "^10.4.13",
"postcss": "^8.4.16", "postcss": "^8.4.19",
"postcss-cli": "^9.1.0", "postcss-cli": "^10.1.0",
"postcss-nested": "^5.0.6", "postcss-nested": "^6.0.0",
"vite": "^3.2.3" "vite": "^3.2.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",
+462 -502
View File
File diff suppressed because it is too large Load Diff