chore(deps-dev): update deps and resolve peer deps

This commit is contained in:
braks
2022-10-08 14:06:57 +02:00
committed by Braks
parent 5bc5f10eae
commit 674fe4f9c9
10 changed files with 1326 additions and 1494 deletions

View File

@@ -10,6 +10,7 @@
"typedoc": "typedoc --options ./typedoc.json"
},
"dependencies": {
"vue": "^3.2.37",
"@algolia/client-search": "^4.14.2",
"@animxyz/core": "^0.6.6",
"@animxyz/vue3": "^0.6.7",

View File

@@ -36,5 +36,6 @@ declare module '@vue/runtime-core' {
Sidebar: typeof import('./../components/examples/dnd/Sidebar.vue')['default']
Team: typeof import('./../components/home/Team.vue')['default']
TeleportableNode: typeof import('./../components/examples/teleport/TeleportableNode.vue')['default']
TransitionEdge: typeof import('./../components/examples/transition/TransitionEdge.vue')['default']
}
}

View File

@@ -12,6 +12,6 @@
"@braks/vue-flow": "workspace:*"
},
"devDependencies": {
"nuxt": "3.0.0-rc.3"
"nuxt": "3.0.0-rc.11"
}
}

View File

@@ -11,15 +11,16 @@
},
"dependencies": {
"@braks/vue-flow": "workspace:*",
"@quasar/extras": "^1.15.0",
"quasar": "^2.7.5",
"@quasar/extras": "^1.15.4",
"quasar": "^2.9.2",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"vue-router": "^4.1.5"
},
"devDependencies": {
"@quasar/app-vite": "^1.0.5",
"@types/node": "^12.20.55",
"autoprefixer": "^10.4.7"
"@vitejs/plugin-vue": "^2.3.4",
"@types/node": "^18.8.3",
"autoprefixer": "^10.4.12"
},
"engines": {
"node": "^18 || ^16 || ^14.19",

View File

@@ -11,13 +11,13 @@
},
"devDependencies": {
"@types/dagre": "^0.7.47",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue": "^2.3.4",
"dagre": "^0.8.5",
"unplugin-auto-import": "^0.6.9",
"vite": "2.5.10",
"vite-plugin-vue-type-imports": "^0.1.3",
"vite-svg-loader": "^3.4.0",
"vite": "2.9.15",
"vite-plugin-vue-type-imports": "0.2.0",
"vite-svg-loader": "^3.6.0",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
"vue-router": "^4.1.5"
}
}

View File

@@ -36,13 +36,13 @@
"devDependencies": {
"@braks/vue-flow": "workspace:*",
"@types/pathfinding": "^0.0.5",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue": "^2.3.4",
"ts-patch": "^2.0.1",
"typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.7.2",
"vite": "^2.9.14",
"vite-plugin-vue-type-imports": "^0.2.0",
"vue-tsc": "^0.35.2"
"unplugin-auto-import": "^0.11.2",
"vite": "^2.9.15",
"vite-plugin-vue-type-imports": "0.2.0",
"vue-tsc": "^0.40.13"
},
"peerDependencies": {
"@braks/vue-flow": "^0.4.29",

View File

@@ -1,17 +1,19 @@
// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent']
const effectScope: typeof import('vue')['effectScope']
const EffectScope: typeof import('vue')['EffectScope']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
const h: typeof import('vue')['h']
const inject: typeof import('vue')['inject']
const isProxy: typeof import('vue')['isProxy']
const isReactive: typeof import('vue')['isReactive']
const isReadonly: typeof import('vue')['isReadonly']
const isRef: typeof import('vue')['isRef']
const markRaw: typeof import('vue')['markRaw']
@@ -48,5 +50,6 @@ declare global {
const useSlots: typeof import('vue')['useSlots']
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
const watchPostEffect: typeof import('vue')['watchPostEffect']
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
}
export {}

View File

@@ -35,13 +35,13 @@
},
"devDependencies": {
"@braks/vue-flow": "workspace:*",
"@vitejs/plugin-vue": "^2.3.3",
"@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.14",
"vite-plugin-vue-type-imports": "^0.2.0",
"vue-tsc": "^0.40.1"
"vite": "^2.9.15",
"vite-plugin-vue-type-imports": "0.2.0",
"vue-tsc": "^0.40.13"
},
"peerDependencies": {
"@braks/vue-flow": "^0.4.37",

View File

@@ -58,7 +58,7 @@
"unplugin-auto-import": "^0.11.2",
"vite": "^2.9.15",
"vite-plugin-vue-type-imports": "0.2.0",
"vite-svg-loader": "^3.4.0",
"vite-svg-loader": "^3.6.0",
"vue-tsc": "^0.40.13"
},
"publishConfig": {

2766
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff