chore: update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -17,13 +17,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/dagre": "^0.7.48",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"dagre": "^0.8.5",
|
||||
"unplugin-auto-import": "^0.12.0",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-vue-type-imports": "0.2.0",
|
||||
"unplugin-auto-import": "^0.12.1",
|
||||
"vite": "^4.0.4",
|
||||
"vite-svg-loader": "^3.6.0",
|
||||
"vue": "^3.2.37",
|
||||
"vue": "^3.2.45",
|
||||
"vue-router": "^4.1.6"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,17 +29,17 @@
|
||||
"test": "exit 0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue-flow/core": "^1.0.0",
|
||||
"@vue-flow/core": "^1.12.2",
|
||||
"vue": "^3.2.37"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"unplugin-auto-import": "^0.12.0",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-vue-type-imports": "0.2.0",
|
||||
"vue-tsc": "^1.0.11"
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"unplugin-auto-import": "^0.12.1",
|
||||
"vite": "^4.0.4",
|
||||
"vite-plugin-vue-type-imports": "^0.2.4",
|
||||
"vue-tsc": "^1.0.24"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -29,18 +29,18 @@
|
||||
"test": "exit 0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue-flow/core": "^1.6.0",
|
||||
"@vue-flow/core": "^1.12.2",
|
||||
"vue": "^3.2.37"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"unplugin-auto-import": "^0.12.0",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-vue-type-imports": "0.2.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"unplugin-auto-import": "^0.12.1",
|
||||
"vite": "^4.0.4",
|
||||
"vite-plugin-vue-type-imports": "^0.2.4",
|
||||
"vite-svg-loader": "^3.6.0",
|
||||
"vue-tsc": "^1.0.11"
|
||||
"vue-tsc": "^1.0.24"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -39,26 +39,26 @@
|
||||
"vue": "^3.2.25"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^9.6.0",
|
||||
"@vueuse/core": "^9.11.0",
|
||||
"d3-drag": "^3.0.0",
|
||||
"d3-selection": "^3.0.0",
|
||||
"d3-zoom": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-replace": "^5.0.1",
|
||||
"@rollup/plugin-replace": "^5.0.2",
|
||||
"@types/d3": "^7.4.0",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"postcss": "^8.4.19",
|
||||
"postcss": "^8.4.21",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"postcss-nested": "^6.0.0",
|
||||
"ts-patch": "^2.0.2",
|
||||
"typescript-transform-paths": "^3.4.4",
|
||||
"unplugin-auto-import": "^0.12.0",
|
||||
"unplugin-vue-macros": "^1.0.3",
|
||||
"vite": "^3.2.5",
|
||||
"ts-patch": "^2.1.0",
|
||||
"typescript-transform-paths": "^3.4.6",
|
||||
"unplugin-auto-import": "^0.12.1",
|
||||
"unplugin-vue-macros": "^1.4.1",
|
||||
"vite": "^4.0.4",
|
||||
"vite-plugin-vue-type-imports": "0.2.0",
|
||||
"vue-tsc": "^1.0.11"
|
||||
"vue-tsc": "^1.0.24"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -32,26 +32,22 @@ const patchedTypeImports = `import type {
|
||||
VueFlowStore,
|
||||
} from '../../types'`
|
||||
|
||||
const unpatchedSlots = `(new () => {
|
||||
$slots: Record<string, {}> &
|
||||
Record<string, {}> & {
|
||||
'connection-line': (_: {}) => any
|
||||
'zoom-pane': (_: {}) => any
|
||||
'default': (_: {}) => any
|
||||
}
|
||||
})`
|
||||
const unpatchedSlots = `Record<string, (_: {}) => any> &
|
||||
Record<string, (_: {}) => any> & {
|
||||
'connection-line': (_: {}) => any
|
||||
'zoom-pane': (_: {}) => any
|
||||
'default': (_: {}) => any
|
||||
}`
|
||||
|
||||
const patchedSlots = `(new () => {
|
||||
$slots: Record<string, any> & {
|
||||
'connection-line': (connectionLineProps: ConnectionLineProps) => any
|
||||
'zoom-pane': () => any
|
||||
'default': () => any
|
||||
} & {
|
||||
[key: \`node-\${string}\`]: (nodeProps: NodeProps) => any
|
||||
} & {
|
||||
[key: \`edge-\${string}\`]: (edgeProps: EdgeProps) => any
|
||||
}
|
||||
})`
|
||||
const patchedSlots = `Record<string, (_: any) => any> & {
|
||||
'connection-line': (connectionLineProps: ConnectionLineProps) => any
|
||||
'zoom-pane': () => any
|
||||
'default': () => any
|
||||
} & {
|
||||
[key: \`node-\${string}\`]: (nodeProps: NodeProps) => any
|
||||
} & {
|
||||
[key: \`edge-\${string}\`]: (edgeProps: EdgeProps) => any
|
||||
}`
|
||||
|
||||
const patchSlots = async () => {
|
||||
const fileContents = await content(filePath)
|
||||
|
||||
2
packages/core/src/auto-imports.d.ts
vendored
2
packages/core/src/auto-imports.d.ts
vendored
@@ -190,6 +190,7 @@ declare global {
|
||||
const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
|
||||
const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
|
||||
const useArraySome: typeof import('@vueuse/core')['useArraySome']
|
||||
const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
|
||||
const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
|
||||
const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
|
||||
const useAttrs: typeof import('vue')['useAttrs']
|
||||
@@ -282,6 +283,7 @@ declare global {
|
||||
const useParallax: typeof import('@vueuse/core')['useParallax']
|
||||
const usePermission: typeof import('@vueuse/core')['usePermission']
|
||||
const usePointer: typeof import('@vueuse/core')['usePointer']
|
||||
const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
|
||||
const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
|
||||
const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
|
||||
const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"test": "exit 0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue-flow/core": "^1.6.0",
|
||||
"@vue-flow/core": "^1.12.2",
|
||||
"vue": "^3.2.37"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -39,12 +39,11 @@
|
||||
"devDependencies": {
|
||||
"@types/d3-selection": "^3.0.3",
|
||||
"@types/d3-zoom": "^3.0.1",
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"unplugin-auto-import": "^0.12.0",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-vue-type-imports": "0.2.0",
|
||||
"vue-tsc": "^1.0.11"
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"unplugin-auto-import": "^0.12.1",
|
||||
"vite": "^4.0.4",
|
||||
"vite-plugin-vue-type-imports": "^0.2.4",
|
||||
"vue-tsc": "^1.0.24"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"test": "exit 0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue-flow/core": "^1.0.0",
|
||||
"@vue-flow/core": "^1.12.2",
|
||||
"vue": "^3.2.37"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -39,12 +39,11 @@
|
||||
"devDependencies": {
|
||||
"@types/d3-drag": "^3.0.1",
|
||||
"@types/d3-selection": "^3.0.3",
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"unplugin-auto-import": "^0.12.0",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-vue-type-imports": "0.2.0",
|
||||
"vue-tsc": "^1.0.11"
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"unplugin-auto-import": "^0.12.1",
|
||||
"vite": "^4.0.4",
|
||||
"vite-plugin-vue-type-imports": "^0.2.4",
|
||||
"vue-tsc": "^1.0.24"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -29,17 +29,17 @@
|
||||
"test": "exit 0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue-flow/core": "^1.0.0",
|
||||
"@vue-flow/core": "^1.12.2",
|
||||
"vue": "^3.2.37"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"unplugin-auto-import": "^0.12.0",
|
||||
"vite": "^3.2.5",
|
||||
"vite-plugin-vue-type-imports": "0.2.0",
|
||||
"vue-tsc": "^1.0.11"
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"unplugin-auto-import": "^0.12.1",
|
||||
"vite": "^4.0.4",
|
||||
"vite-plugin-vue-type-imports": "^0.2.4",
|
||||
"vue-tsc": "^1.0.24"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -33,17 +33,17 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"@types/pathfinding": "^0.0.5",
|
||||
"@vitejs/plugin-vue": "^2.3.4",
|
||||
"ts-patch": "^2.0.1",
|
||||
"typescript-transform-paths": "^3.3.1",
|
||||
"unplugin-auto-import": "^0.11.2",
|
||||
"vite": "^2.9.15",
|
||||
"vite-plugin-vue-type-imports": "0.2.0",
|
||||
"vue-tsc": "^0.40.13"
|
||||
"@types/pathfinding": "^0.0.6",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"ts-patch": "^2.1.0",
|
||||
"typescript-transform-paths": "^3.4.6",
|
||||
"unplugin-auto-import": "^0.12.1",
|
||||
"vite": "^4.0.4",
|
||||
"vite-plugin-vue-type-imports": "^0.2.4",
|
||||
"vue-tsc": "^1.0.24"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@vue-flow/core": "^1.0.0",
|
||||
"@vue-flow/core": "^1.12.2",
|
||||
"vue": "^3.2.25"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
||||
@@ -36,6 +36,7 @@ declare global {
|
||||
const readonly: typeof import('vue')['readonly']
|
||||
const ref: typeof import('vue')['ref']
|
||||
const resolveComponent: typeof import('vue')['resolveComponent']
|
||||
const resolveDirective: typeof import('vue')['resolveDirective']
|
||||
const shallowReactive: typeof import('vue')['shallowReactive']
|
||||
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
||||
const shallowRef: typeof import('vue')['shallowRef']
|
||||
|
||||
@@ -42,10 +42,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.13",
|
||||
"postcss": "^8.4.19",
|
||||
"postcss": "^8.4.21",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"postcss-nested": "^6.0.0",
|
||||
"vite": "^3.2.5"
|
||||
"vite": "^4.0.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
1262
pnpm-lock.yaml
generated
1262
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user