From 1f14b76caa7db33c8f8e95a2bd4e88f05943dc55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Apr 2019 19:24:21 +0000 Subject: [PATCH] Update vue-smooth-dnd requirement from ^0.3.2 to ^0.7.0 Updates the requirements on [vue-smooth-dnd](https://github.com/kutlugsahin/vue-smooth-dnd) to permit the latest version. - [Release notes](https://github.com/kutlugsahin/vue-smooth-dnd/releases) - [Commits](https://github.com/kutlugsahin/vue-smooth-dnd/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 559c146aa..9adfeac41 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "vue-click-outside": "^1.0.7", "vue-infinite-loading": "^2.4.1", "vue-router": "^3.0.1", - "vue-smooth-dnd": "^0.3.2", + "vue-smooth-dnd": "^0.7.0", "vuex": "^3.0.1", "vuex-router-sync": "^5.0.0" },