chore: update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-17 22:13:12 +01:00
committed by Braks
parent b22327951b
commit 64823b10a1
13 changed files with 850 additions and 562 deletions
+6 -7
View File
@@ -29,7 +29,7 @@
"test": "exit 0"
},
"peerDependencies": {
"@vue-flow/core": "^1.0.0",
"@vue-flow/core": "^1.12.2",
"vue": "^3.2.37"
},
"dependencies": {
@@ -39,12 +39,11 @@
"devDependencies": {
"@types/d3-drag": "^3.0.1",
"@types/d3-selection": "^3.0.3",
"@vue-flow/core": "workspace:*",
"@vitejs/plugin-vue": "^3.2.0",
"unplugin-auto-import": "^0.12.0",
"vite": "^3.2.5",
"vite-plugin-vue-type-imports": "0.2.0",
"vue-tsc": "^1.0.11"
"@vitejs/plugin-vue": "^4.0.0",
"unplugin-auto-import": "^0.12.1",
"vite": "^4.0.4",
"vite-plugin-vue-type-imports": "^0.2.4",
"vue-tsc": "^1.0.24"
},
"publishConfig": {
"access": "public",