diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-12-04 08:28:52 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-12-04 08:28:52 +0900 |
| commit | 8026a609bb01e9cafd9a66cd5cd16836fcb8e1bf (patch) | |
| tree | f174845b8649dd581330d166d119eb2c2157f3d2 | |
| parent | Update @types/elasticsearch requirement from 5.0.28 to 5.0.29 (#3490) (diff) | |
| download | misskey-8026a609bb01e9cafd9a66cd5cd16836fcb8e1bf.tar.gz misskey-8026a609bb01e9cafd9a66cd5cd16836fcb8e1bf.tar.bz2 misskey-8026a609bb01e9cafd9a66cd5cd16836fcb8e1bf.zip | |
Update vuedraggable requirement from 2.16.0 to 2.17.0 (#3491)
Updates the requirements on [vuedraggable](https://github.com/David-Desmaisons/Vue.Draggable) to permit the latest version.
- [Release notes](https://github.com/David-Desmaisons/Vue.Draggable/releases)
- [Commits](https://github.com/David-Desmaisons/Vue.Draggable/commits/v2.17.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 85f907e038..02817ab482 100644 --- a/package.json +++ b/package.json @@ -231,7 +231,7 @@ "vue-style-loader": "4.1.2", "vue-svg-inline-loader": "1.2.2", "vue-template-compiler": "2.5.17", - "vuedraggable": "2.16.0", + "vuedraggable": "2.17.0", "vuewordcloud": "18.7.11", "vuex": "3.0.1", "vuex-persistedstate": "2.5.4", |