diff --git a/src/bower.json b/src/bower.json index 4f076ae1..8e57c63a 100644 --- a/src/bower.json +++ b/src/bower.json @@ -8,10 +8,10 @@ "bower_components" ], "dependencies": { - "angular": "1.5.5", - "angular-animate": "1.5.5", - "angular-bootstrap": "1.3.2", - "angular-clipboard": "1.4.1", + "angular": "1.5.7", + "angular-animate": "1.5.7", + "angular-bootstrap": "1.3.3", + "angular-clipboard": "1.4.2", "angular-dialog-service": "5.3.0", "angular-filter": "0.5.8", "angular-gravatar": "0.4.2", @@ -20,44 +20,44 @@ "angular-intercom": "2.1.1", "angular-loading-bar": "0.9.0", "angular-locker": "2.0.4", - "angular-messages": "1.5.5", - "angular-mocks": "1.5.5", + "angular-messages": "1.5.7", + "angular-mocks": "1.5.7", "angular-payments": "*", - "angular-resource": "1.5.5", + "angular-resource": "1.5.7", "angular-stripe": "4.2.12", "angular-ui-router": "0.2.18", "angular-xeditable": "0.1.12", "angularjs-toaster": "2.0.0", - "angulartics": "1.0.3", - "animate.css": "3.5.1", - "base64": "0.3.0", + "angulartics": "1.1.2", + "animate.css": "3.5.2", + "base64": "1.0.0", "bootstrap": "3.3.6", - "bootstrap-daterangepicker": "2.1.19", + "bootstrap-daterangepicker": "2.1.23", "checklist-model": "0.9.0", "d3": "3.5.17", - "es5-shim": "4.5.8", - "es6-shim": "0.35.0", + "es5-shim": "4.5.9", + "es6-shim": "0.35.1", "exceptionless": "exceptionless/exceptionless.javascript#master", - "font-awesome": "4.6.2", + "font-awesome": "4.6.3", "handlebars": "4.0.5", - "jquery": "2.2.3", - "less.js": "2.6.1", + "jquery": "2.2.4", + "less.js": "2.7.1", "li": "1.0.1", - "lodash": "4.11.2", + "lodash": "4.13.1", "moment": "2.13.0", - "mousetrap-js": "1.5.5", + "mousetrap-js": "1.6.0", "ng-debounce": "0.1.7", "ng-filters": "1.3.0", "objectid.js": "1.0.1", "query-string": "4.1.0", "restangular": "1.5.2", "rickshaw": "1.5.1", - "satellizer": "0.14.0", + "satellizer": "0.14.1", "signalr": "2.2.0", "trunk8": "1.3.3", - "twix": "1.0.0" + "twix": "1.1.0" }, "resolutions": { - "angular": "1.5.5" + "angular": "1.5.7" } } diff --git a/src/index.html b/src/index.html index 4c9371b0..c668846d 100644 --- a/src/index.html +++ b/src/index.html @@ -41,7 +41,7 @@ - + @@ -52,10 +52,10 @@
- - + + - + diff --git a/src/package.json b/src/package.json index 6e1c1736..770abf18 100644 --- a/src/package.json +++ b/src/package.json @@ -10,7 +10,7 @@ "grunt-cache-bust": "1.3.0", "grunt-cli": "1.2.0", "grunt-contrib-clean": "1.0", - "grunt-contrib-compress": "1.2.0", + "grunt-contrib-compress": "1.3.0", "grunt-contrib-concat": "1.0", "grunt-contrib-connect": "1.0", "grunt-contrib-copy": "1.0", @@ -22,22 +22,22 @@ "grunt-contrib-watch": "1.0", "grunt-dom-munger": "3.4", "grunt-gh-pages": "1.1.0", - "grunt-html-angular-validate": "0.5.7", - "grunt-karma": "0.12", + "grunt-html-angular-validate": "0.5.8", + "grunt-karma": "2.0", "grunt-ng-annotate": "2.0.2", "grunt-replace": "1.0.1", "grunt-traceur": "0.5.5", "jasmine-core": "2.4.1", - "jshint-stylish": "2.1.0", - "karma": "0.13.22", - "karma-jasmine": "0.3.8", - "karma-mocha-reporter": "2.0.2", - "karma-ng-html2js-preprocessor": "0.2.2", - "karma-phantomjs-launcher": "1.0.0", - "load-grunt-config": "0.19.1", + "jshint-stylish": "2.2.0", + "karma": "1.1.0", + "karma-jasmine": "1.0.2", + "karma-mocha-reporter": "2.0.4", + "karma-ng-html2js-preprocessor": "1.0.0", + "karma-phantomjs-launcher": "1.0.1", + "load-grunt-config": "0.19.2", "phantomjs-prebuilt": "2.1.7", "rimraf": "2.5.2", "streamqueue": "1.1.1", - "traceur": "0.0.107" + "traceur": "0.0.111" } }