chore: move vue-flow to dev-deps

This commit is contained in:
Braks
2022-05-22 22:46:47 +02:00
parent 3b0e301bf1
commit 70a148d082
+1 -1
View File
@@ -29,12 +29,12 @@
"lint": "yarn lint:js" "lint": "yarn lint:js"
}, },
"dependencies": { "dependencies": {
"@braks/vue-flow": "^0.4.10",
"@vueuse/core": "^8.4.2", "@vueuse/core": "^8.4.2",
"pathfinding": "^0.4.18", "pathfinding": "^0.4.18",
"perfect-arrows": "^0.3.7" "perfect-arrows": "^0.3.7"
}, },
"devDependencies": { "devDependencies": {
"@braks/vue-flow": "^0.4.10",
"@types/pathfinding": "^0.0.5", "@types/pathfinding": "^0.0.5",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^2.3.3",
"np": "^7.5.0", "np": "^7.5.0",