Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit c42091d

Browse files
committed
Updated dependencies
1 parent 9b79ff4 commit c42091d

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

src/bower.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"bower_components"
99
],
1010
"dependencies": {
11-
"angular": "1.5.5",
12-
"angular-animate": "1.5.5",
13-
"angular-bootstrap": "1.3.2",
14-
"angular-clipboard": "1.4.1",
11+
"angular": "1.5.7",
12+
"angular-animate": "1.5.7",
13+
"angular-bootstrap": "1.3.3",
14+
"angular-clipboard": "1.4.2",
1515
"angular-dialog-service": "5.3.0",
1616
"angular-filter": "0.5.8",
1717
"angular-gravatar": "0.4.2",
@@ -20,44 +20,44 @@
2020
"angular-intercom": "2.1.1",
2121
"angular-loading-bar": "0.9.0",
2222
"angular-locker": "2.0.4",
23-
"angular-messages": "1.5.5",
24-
"angular-mocks": "1.5.5",
23+
"angular-messages": "1.5.7",
24+
"angular-mocks": "1.5.7",
2525
"angular-payments": "*",
26-
"angular-resource": "1.5.5",
26+
"angular-resource": "1.5.7",
2727
"angular-stripe": "4.2.12",
2828
"angular-ui-router": "0.2.18",
2929
"angular-xeditable": "0.1.12",
3030
"angularjs-toaster": "2.0.0",
31-
"angulartics": "1.0.3",
32-
"animate.css": "3.5.1",
33-
"base64": "0.3.0",
31+
"angulartics": "1.1.2",
32+
"animate.css": "3.5.2",
33+
"base64": "1.0.0",
3434
"bootstrap": "3.3.6",
35-
"bootstrap-daterangepicker": "2.1.19",
35+
"bootstrap-daterangepicker": "2.1.23",
3636
"checklist-model": "0.9.0",
3737
"d3": "3.5.17",
38-
"es5-shim": "4.5.8",
39-
"es6-shim": "0.35.0",
38+
"es5-shim": "4.5.9",
39+
"es6-shim": "0.35.1",
4040
"exceptionless": "exceptionless/exceptionless.javascript#master",
41-
"font-awesome": "4.6.2",
41+
"font-awesome": "4.6.3",
4242
"handlebars": "4.0.5",
43-
"jquery": "2.2.3",
44-
"less.js": "2.6.1",
43+
"jquery": "2.2.4",
44+
"less.js": "2.7.1",
4545
"li": "1.0.1",
46-
"lodash": "4.11.2",
46+
"lodash": "4.13.1",
4747
"moment": "2.13.0",
48-
"mousetrap-js": "1.5.5",
48+
"mousetrap-js": "1.6.0",
4949
"ng-debounce": "0.1.7",
5050
"ng-filters": "1.3.0",
5151
"objectid.js": "1.0.1",
5252
"query-string": "4.1.0",
5353
"restangular": "1.5.2",
5454
"rickshaw": "1.5.1",
55-
"satellizer": "0.14.0",
55+
"satellizer": "0.14.1",
5656
"signalr": "2.2.0",
5757
"trunk8": "1.3.3",
58-
"twix": "1.0.0"
58+
"twix": "1.1.0"
5959
},
6060
"resolutions": {
61-
"angular": "1.5.5"
61+
"angular": "1.5.7"
6262
}
6363
}

src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<link rel="apple-touch-icon" sizes="144x144" href="/touch-icon-ipad-144.png" />
4242

4343
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
44-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css" />
44+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" />
4545
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" />
4646

4747
<link href="app.less" type="text/css" rel="stylesheet/less" data-concat="true" data-remove="true" />
@@ -52,10 +52,10 @@
5252
<div class="app" id="app" ui-view autoscroll="true"></div>
5353
<toaster-container toaster-options="{'position-class': 'toast-bottom-right'}"></toaster-container>
5454

55-
<!--[if lte IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/Base64/0.3.0/base64.min.js" data-concat="false" data-remove="false"></script><![endif]-->
56-
<script src="//code.jquery.com/jquery-2.2.3.min.js" data-concat="false" data-remove="false"></script>
55+
<!--[if lte IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/Base64/1.0.0/base64.min.js" data-concat="false" data-remove="false"></script><![endif]-->
56+
<script src="//code.jquery.com/jquery-2.2.4.min.js" data-concat="false" data-remove="false"></script>
5757
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" data-concat="false" data-remove="false"></script>
58-
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/4.11.2/lodash.min.js" data-concat="false" data-remove="false"></script>
58+
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/4.13.1/lodash.min.js" data-concat="false" data-remove="false"></script>
5959
<script src="https://js.stripe.com/v2/" data-concat="false" data-remove="false"></script>
6060

6161
<!-- Livereload script for development only (stripped during dist build) -->

src/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"grunt-cache-bust": "1.3.0",
1111
"grunt-cli": "1.2.0",
1212
"grunt-contrib-clean": "1.0",
13-
"grunt-contrib-compress": "1.2.0",
13+
"grunt-contrib-compress": "1.3.0",
1414
"grunt-contrib-concat": "1.0",
1515
"grunt-contrib-connect": "1.0",
1616
"grunt-contrib-copy": "1.0",
@@ -22,22 +22,22 @@
2222
"grunt-contrib-watch": "1.0",
2323
"grunt-dom-munger": "3.4",
2424
"grunt-gh-pages": "1.1.0",
25-
"grunt-html-angular-validate": "0.5.7",
26-
"grunt-karma": "0.12",
25+
"grunt-html-angular-validate": "0.5.8",
26+
"grunt-karma": "2.0",
2727
"grunt-ng-annotate": "2.0.2",
2828
"grunt-replace": "1.0.1",
2929
"grunt-traceur": "0.5.5",
3030
"jasmine-core": "2.4.1",
31-
"jshint-stylish": "2.1.0",
32-
"karma": "0.13.22",
33-
"karma-jasmine": "0.3.8",
34-
"karma-mocha-reporter": "2.0.2",
35-
"karma-ng-html2js-preprocessor": "0.2.2",
36-
"karma-phantomjs-launcher": "1.0.0",
37-
"load-grunt-config": "0.19.1",
31+
"jshint-stylish": "2.2.0",
32+
"karma": "1.1.0",
33+
"karma-jasmine": "1.0.2",
34+
"karma-mocha-reporter": "2.0.4",
35+
"karma-ng-html2js-preprocessor": "1.0.0",
36+
"karma-phantomjs-launcher": "1.0.1",
37+
"load-grunt-config": "0.19.2",
3838
"phantomjs-prebuilt": "2.1.7",
3939
"rimraf": "2.5.2",
4040
"streamqueue": "1.1.1",
41-
"traceur": "0.0.107"
41+
"traceur": "0.0.111"
4242
}
4343
}

0 commit comments

Comments
 (0)