chore: update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-17 21:52:36 +01:00
committed by Braks
parent b22327951b
commit 64823b10a1
13 changed files with 850 additions and 562 deletions

View File

@@ -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": {

View File

@@ -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']