chore: update pathfinding edge pkg

This commit is contained in:
Braks
2022-05-22 22:46:47 +02:00
parent cbb94ba7c8
commit 36b3729a2b
10 changed files with 168 additions and 111 deletions
+3 -1
View File
@@ -20,7 +20,8 @@
"scripts": {
"prepare": "ts-patch install -s",
"dev": "vite",
"build": "yarn prepare && vite build && vue-tsc --declaration --emitDeclarationOnly && tsc",
"build": "vite build",
"types": "yarn prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp",
"postbuild": "shx rm -rf tmp",
"prepublishOnly": "yarn build",
"test": "exit 0;",
@@ -28,6 +29,7 @@
"lint": "yarn lint:js"
},
"dependencies": {
"@braks/vue-flow": "^0.4.10",
"@vueuse/core": "^8.4.2",
"pathfinding": "^0.4.18",
"perfect-arrows": "^0.3.7"