Bump vuedraggable from 2.21.0 to 2.23.0

Bumps [vuedraggable](https://github.com/David-Desmaisons/Vue.Draggable) from 2.21.0 to 2.23.0.
- [Release notes](https://github.com/David-Desmaisons/Vue.Draggable/releases)
- [Commits](https://github.com/David-Desmaisons/Vue.Draggable/compare/v2.21.0...v2.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-25 01:27:13 +00:00 committed by GitHub
parent 82853c220c
commit 01de630933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -15991,9 +15991,9 @@
}
},
"vuedraggable": {
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.21.0.tgz",
"integrity": "sha512-UDp0epjaZikuInoJA9rlEIJaSTQThabq0R9x7TqBdl0qGVFKKzo6glP6ubfzWBmV4iRIfbSOs2DV06s3B5h5tA==",
"version": "2.23.0",
"resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.23.0.tgz",
"integrity": "sha512-RgdH16k43WNoxyRcv/OarB/DZh9SY5TYthk9TS4YiHXpelD1DytEG0phLAXiXx5EhsmdH8ltSWxklGa4g1WTCw==",
"requires": {
"sortablejs": "^1.9.0"
}

View file

@ -44,7 +44,7 @@
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.0",
"vue-router": "3.0.6",
"vuedraggable": "^2.21.0",
"vuedraggable": "^2.23.0",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0"
},