Skip to content

Commit

Permalink
Upgrade to angular ~1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Aug 13, 2015
1 parent fefa3ca commit fed08d9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/bower.json
Expand Up @@ -16,11 +16,11 @@
"tests"
],
"dependencies": {
"angular": "~1.3",
"angular-animate": "~1.3",
"angular-sanitize": "~1.3",
"angular-messages": "~1.3",
"angular-i18n": "~1.3",
"angular": "~1.4",
"angular-animate": "~1.4",
"angular-sanitize": "~1.4",
"angular-messages": "~1.4",
"angular-i18n": "~1.4",
"angular-ui-router": "~0.2.15",
"angular-ui-utils": "~0.2.3",
"angular-highlightjs": "~0.4.1",
Expand All @@ -39,10 +39,10 @@
"ngInfiniteScroll": "~1.2.1"
},
"devDependencies": {
"angular-mocks": "~1.3",
"angular-mocks": "~1.4",
"chance": "~0.7.6"
},
"resolutions": {
"angular": "~1.3"
"angular": "~1.4"
}
}

0 comments on commit fed08d9

Please sign in to comment.