chore: fix examples

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-02-21 20:25:17 +01:00
committed by Braks
parent ca85d8002e
commit f44784b1d0
28 changed files with 382 additions and 275 deletions
+7 -6
View File
@@ -11,8 +11,9 @@
"homepage": "https://vueflow.dev/",
"exports": {
".": {
"default": "./dist/vue-flow.es.js",
"require": "./dist/vue-flow.cjs.js"
"import": "./dist/vue-flow.es.js",
"require": "./dist/vue-flow.cjs.js",
"default": "./dist/vue-flow.es.js"
},
"./*": "./*"
},
@@ -35,9 +36,9 @@
"lint": "yarn lint:js"
},
"dependencies": {
"@braks/revue-draggable": "^0.4.1",
"@braks/revue-draggable": "^0.4.2",
"@types/d3": "^7.1.0",
"@vueuse/core": "^6.9.1",
"@vueuse/core": "^7.5.5",
"d3": "^7.1.1",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0"
@@ -65,11 +66,11 @@
"ts-patch": "^2.0.1",
"typescript": "^4.4.4",
"typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.4.12",
"unplugin-auto-import": "^0.5.11",
"vite": "2.5.x",
"vite-plugin-vue-type-imports": "^0.1.3",
"vite-svg-loader": "^2.2.0",
"vue": "3.2.22",
"vue": "3.2.21",
"vue-router": "^4.0.12",
"vue-tsc": "^0.29.5"
},