X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=bower.json;h=3011e5055283e0f4cc528a030a5dc9e212afa8b9;hb=d501abeb275daf5583858b6e4c25c2573678a4ee;hp=d5cda3c0d015cc0b757e6cbbda0db5aa09e389d1;hpb=cb4100bc439690c0cd4840286377d1de7cbaf345;p=civicrm-core.git diff --git a/bower.json b/bower.json index d5cda3c0d0..3011e50552 100644 --- a/bower.json +++ b/bower.json @@ -5,18 +5,21 @@ "license": "AGPL-3.0", "private": true, "dependencies": { - "angular": "~1.3.8", + "angular": "~1.5.0", "angular-file-upload": ">=1.1.5 <=1.1.6", "angular-jquery-dialog-service": "totten/angular-jquery-dialog-service#civicrm", - "angular-mocks": "~1.3.8", - "angular-route": "~1.3.8", + "angular-mocks": "~1.5.0", + "angular-route": "~1.5.0", "angular-ui-sortable": "0.12.x", "angular-ui-utils": "0.1.x", "angular-unsavedChanges": "~0.1.1", "qunit": "~1.10", "d3": "3.4.11", - "jquery": "~1.11", - "jquery-ui": "~1.11", + "d3-3.5.x": "d3#~3.5.17", + "dc-2.1.x": "dc.js#~2.1.8", + "crossfilter-1.3.x": "crossfilter2#~1.3.11", + "jquery": "~1.12", + "jquery-ui": "~1.12", "lodash-compat": "~3.0", "google-code-prettify": "~1.0", "select2": "colemanw/select2#stable/3.5", @@ -25,9 +28,11 @@ "jstree": "~3", "ckeditor": "~4.5", "font-awesome": "~4", - "angular-sanitize": "~1.3.15" + "angular-bootstrap": "^2.5.0", + "angular-sanitize": "~1.5.0", + "phantomjs-polyfill": "^0.0.2" }, "resolutions": { - "angular": "~1.3.8" + "angular": "~1.5.11" } }