From 5c688030f5a2d940c6d47a91602e016c16b573dd Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 27 Jul 2022 22:53:40 +0200 Subject: [PATCH] chore: quasar example vue flow version --- examples/quasar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quasar/package.json b/examples/quasar/package.json index c4c997cc..ca12fbce 100644 --- a/examples/quasar/package.json +++ b/examples/quasar/package.json @@ -10,7 +10,7 @@ "lint": "eslint --ext .js,.ts,.vue ./" }, "dependencies": { - "@braks/vue-flow": "workspace:0.4.30", + "@braks/vue-flow": "workspace:*", "@quasar/extras": "^1.15.0", "quasar": "^2.7.5", "vue": "^3.2.37",