GraphQL mutation for updating epic tree
- no bulk updates in the first iteration - moving only between the same types (epics, epic_issues)
Showing
... | ... | @@ -115,7 +115,7 @@ |
"select2": "3.5.2-browserify", | ||
"sha1": "^1.1.1", | ||
"smooshpack": "^0.0.54", | ||
"sortablejs": "^1.7.0", | ||
"sortablejs": "^1.10.0", | ||
"sql.js": "^0.4.0", | ||
"stickyfilljs": "^2.0.5", | ||
"style-loader": "^0.23.1", | ||
... | ... | @@ -137,6 +137,7 @@ |
"vue-router": "^3.0.2", | ||
"vue-template-compiler": "^2.6.10", | ||
"vue-virtual-scroll-list": "^1.3.1", | ||
"vuedraggable": "^2.23.0", | ||
"vuex": "^3.1.0", | ||
"webpack": "^4.29.0", | ||
"webpack-bundle-analyzer": "^3.3.2", | ||
... | ... |
Please register or sign in to comment