Skip to content

Commit

Permalink
feat(app): Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Mar 22, 2016
1 parent 55b0780 commit bf56678
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions templates/app/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"url": ""
},
"dependencies": {
"angular": "^1.4.6",
"angular-animate": "^1.4.6",
"angular-mocks": "^1.4.6",
"angular-resource": "^1.4.6",
"angular-sanitize": "^1.4.6",
"angular-ui-router": "^0.2.15"<% if (ionic) { %>,
"ionic-sdk":"^1.1.0"<% } %><% if (fontawesome) { %>,
"font-awesome": "^4.4.0"<% } %><% if (famous) { %>,
"angular": "^1.5.2",
"angular-animate": "^1.5.2",
"angular-mocks": "^1.5.2",
"angular-resource": "^1.5.2",
"angular-sanitize": "^1.5.2",
"angular-ui-router": "^0.2.18"<% if (ionic) { %>,
"ionic-sdk":"^1.2.4"<% } %><% if (fontawesome) { %>,
"font-awesome": "^4.5.0"<% } %><% if (famous) { %>,
"famous": "^0.3.5",
"famous-polyfills": "^0.3.0"<% } %><% if (ngCordova) { %>,
"ng-cordova": "^0.1.23-alpha"<% } %><% if (bootstrap) { %>,
"ng-cordova": "^0.1.24-alpha"<% } %><% if (bootstrap) { %>,
"angular-ui-bootstrap": "^0.14.3"<% } %><% if (material) { %>,
"angular-material": "^0.11.0"<% } %><% if (bootstrap) { %>,
"bootstrap": "3.3.5"<% } %>
Expand Down

0 comments on commit bf56678

Please sign in to comment.