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