- Downloads
Merge branch 'master' of github.com:/nextcloud/mail into feature/784/shorten-table-names
This diff is collapsed.
| ... | ... | @@ -51,11 +51,11 @@ |
| "karma-sourcemap-loader": "^0.3.7", | ||
| "karma-webpack": "^3.0.0", | ||
| "raw-loader": "^0.5.1", | ||
| "sinon": "^6.1.5", | ||
| "sinon": "^6.3.1", | ||
| "string.prototype.endswith": "^0.2.0", | ||
| "string.prototype.repeat": "^0.2.0", | ||
| "string.prototype.startswith": "^0.2.0", | ||
| "webpack": "^4.16.5", | ||
| "webpack": "^4.18.1", | ||
| "webpack-cli": "^3.1.0", | ||
| "webpack-merge": "^4.1.4" | ||
| }, | ||
| ... | ... | @@ -68,9 +68,9 @@ |
| "backbone.wreqr": "^1.4.0", | ||
| "davclient.js": "^0.1.0", | ||
| "domready": "^1.0.8", | ||
| "es6-promise": "^4.2.4", | ||
| "es6-promise": "^4.2.5", | ||
| "exports-loader": "^0.7.0", | ||
| "handlebars": "^4.0.11", | ||
| "handlebars": "^4.0.12", | ||
| "handlebars-loader": "^1.7.0", | ||
| "html-to-text": "^4.0.0", | ||
| "ical.js": "^1.2.2", | ||
| ... | ... | @@ -79,7 +79,6 @@ |
| "jquery-visibility": "^1.0.11", | ||
| "js-storage": "1.0.4", | ||
| "nextcloud_issuetemplate_builder": "^0.1.0", | ||
| "requirejs": "^2.3.5", | ||
| "underscore": "^1.9.1" | ||
| } | ||
| } |
Please sign in to comment