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

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jul 2, 2016
1 parent 9b79ff4 commit c42091d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
42 changes: 21 additions & 21 deletions src/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<link rel="apple-touch-icon" sizes="144x144" href="/touch-icon-ipad-144.png" />

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

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

<!--[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]-->
<script src="//code.jquery.com/jquery-2.2.3.min.js" data-concat="false" data-remove="false"></script>
<!--[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]-->
<script src="//code.jquery.com/jquery-2.2.4.min.js" data-concat="false" data-remove="false"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" data-concat="false" data-remove="false"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/4.11.2/lodash.min.js" data-concat="false" data-remove="false"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/4.13.1/lodash.min.js" data-concat="false" data-remove="false"></script>
<script src="https://js.stripe.com/v2/" data-concat="false" data-remove="false"></script>

<!-- Livereload script for development only (stripped during dist build) -->
Expand Down
22 changes: 11 additions & 11 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit c42091d

Please sign in to comment.