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

This commit is contained in:
braks
2022-10-08 23:25:34 +02:00
committed by Braks
parent 5bc5f10eae
commit 674fe4f9c9
10 changed files with 1326 additions and 1494 deletions
+1
View File
@@ -10,6 +10,7 @@
"typedoc": "typedoc --options ./typedoc.json" "typedoc": "typedoc --options ./typedoc.json"
}, },
"dependencies": { "dependencies": {
"vue": "^3.2.37",
"@algolia/client-search": "^4.14.2", "@algolia/client-search": "^4.14.2",
"@animxyz/core": "^0.6.6", "@animxyz/core": "^0.6.6",
"@animxyz/vue3": "^0.6.7", "@animxyz/vue3": "^0.6.7",
+1
View File
@@ -36,5 +36,6 @@ declare module '@vue/runtime-core' {
Sidebar: typeof import('./../components/examples/dnd/Sidebar.vue')['default'] Sidebar: typeof import('./../components/examples/dnd/Sidebar.vue')['default']
Team: typeof import('./../components/home/Team.vue')['default'] Team: typeof import('./../components/home/Team.vue')['default']
TeleportableNode: typeof import('./../components/examples/teleport/TeleportableNode.vue')['default'] TeleportableNode: typeof import('./../components/examples/teleport/TeleportableNode.vue')['default']
TransitionEdge: typeof import('./../components/examples/transition/TransitionEdge.vue')['default']
} }
} }
+1 -1
View File
@@ -12,6 +12,6 @@
"@braks/vue-flow": "workspace:*" "@braks/vue-flow": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"nuxt": "3.0.0-rc.3" "nuxt": "3.0.0-rc.11"
} }
} }
+6 -5
View File
@@ -11,15 +11,16 @@
}, },
"dependencies": { "dependencies": {
"@braks/vue-flow": "workspace:*", "@braks/vue-flow": "workspace:*",
"@quasar/extras": "^1.15.0", "@quasar/extras": "^1.15.4",
"quasar": "^2.7.5", "quasar": "^2.9.2",
"vue": "^3.2.37", "vue": "^3.2.37",
"vue-router": "^4.1.2" "vue-router": "^4.1.5"
}, },
"devDependencies": { "devDependencies": {
"@quasar/app-vite": "^1.0.5", "@quasar/app-vite": "^1.0.5",
"@types/node": "^12.20.55", "@vitejs/plugin-vue": "^2.3.4",
"autoprefixer": "^10.4.7" "@types/node": "^18.8.3",
"autoprefixer": "^10.4.12"
}, },
"engines": { "engines": {
"node": "^18 || ^16 || ^14.19", "node": "^18 || ^16 || ^14.19",
+5 -5
View File
@@ -11,13 +11,13 @@
}, },
"devDependencies": { "devDependencies": {
"@types/dagre": "^0.7.47", "@types/dagre": "^0.7.47",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^2.3.4",
"dagre": "^0.8.5", "dagre": "^0.8.5",
"unplugin-auto-import": "^0.6.9", "unplugin-auto-import": "^0.6.9",
"vite": "2.5.10", "vite": "2.9.15",
"vite-plugin-vue-type-imports": "^0.1.3", "vite-plugin-vue-type-imports": "0.2.0",
"vite-svg-loader": "^3.4.0", "vite-svg-loader": "^3.6.0",
"vue": "^3.2.37", "vue": "^3.2.37",
"vue-router": "^4.1.2" "vue-router": "^4.1.5"
} }
} }
+5 -5
View File
@@ -36,13 +36,13 @@
"devDependencies": { "devDependencies": {
"@braks/vue-flow": "workspace:*", "@braks/vue-flow": "workspace:*",
"@types/pathfinding": "^0.0.5", "@types/pathfinding": "^0.0.5",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^2.3.4",
"ts-patch": "^2.0.1", "ts-patch": "^2.0.1",
"typescript-transform-paths": "^3.3.1", "typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.7.2", "unplugin-auto-import": "^0.11.2",
"vite": "^2.9.14", "vite": "^2.9.15",
"vite-plugin-vue-type-imports": "^0.2.0", "vite-plugin-vue-type-imports": "0.2.0",
"vue-tsc": "^0.35.2" "vue-tsc": "^0.40.13"
}, },
"peerDependencies": { "peerDependencies": {
"@braks/vue-flow": "^0.4.29", "@braks/vue-flow": "^0.4.29",
+6 -3
View File
@@ -1,17 +1,19 @@
// Generated by 'unplugin-auto-import' // Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control export {}
declare global { declare global {
const EffectScope: typeof import('vue')['EffectScope']
const computed: typeof import('vue')['computed'] const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp'] const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef'] const customRef: typeof import('vue')['customRef']
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent'] const defineComponent: typeof import('vue')['defineComponent']
const effectScope: typeof import('vue')['effectScope'] const effectScope: typeof import('vue')['effectScope']
const EffectScope: typeof import('vue')['EffectScope']
const getCurrentInstance: typeof import('vue')['getCurrentInstance'] const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope'] const getCurrentScope: typeof import('vue')['getCurrentScope']
const h: typeof import('vue')['h'] const h: typeof import('vue')['h']
const inject: typeof import('vue')['inject'] 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 isReadonly: typeof import('vue')['isReadonly']
const isRef: typeof import('vue')['isRef'] const isRef: typeof import('vue')['isRef']
const markRaw: typeof import('vue')['markRaw'] const markRaw: typeof import('vue')['markRaw']
@@ -48,5 +50,6 @@ declare global {
const useSlots: typeof import('vue')['useSlots'] const useSlots: typeof import('vue')['useSlots']
const watch: typeof import('vue')['watch'] const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect'] const watchEffect: typeof import('vue')['watchEffect']
const watchPostEffect: typeof import('vue')['watchPostEffect']
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
} }
export {}
+4 -4
View File
@@ -35,13 +35,13 @@
}, },
"devDependencies": { "devDependencies": {
"@braks/vue-flow": "workspace:*", "@braks/vue-flow": "workspace:*",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^2.3.4",
"ts-patch": "^2.0.1", "ts-patch": "^2.0.1",
"typescript-transform-paths": "^3.3.1", "typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.11.2", "unplugin-auto-import": "^0.11.2",
"vite": "^2.9.14", "vite": "^2.9.15",
"vite-plugin-vue-type-imports": "^0.2.0", "vite-plugin-vue-type-imports": "0.2.0",
"vue-tsc": "^0.40.1" "vue-tsc": "^0.40.13"
}, },
"peerDependencies": { "peerDependencies": {
"@braks/vue-flow": "^0.4.37", "@braks/vue-flow": "^0.4.37",
+1 -1
View File
@@ -58,7 +58,7 @@
"unplugin-auto-import": "^0.11.2", "unplugin-auto-import": "^0.11.2",
"vite": "^2.9.15", "vite": "^2.9.15",
"vite-plugin-vue-type-imports": "0.2.0", "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" "vue-tsc": "^0.40.13"
}, },
"publishConfig": { "publishConfig": {
+1296 -1470
View File
File diff suppressed because it is too large Load Diff