Skip to content

Commit

Permalink
chore(bower): update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Sep 2, 2015
1 parent 89bb0eb commit e8f87ed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bower.json
Expand Up @@ -2,23 +2,23 @@
"name": "faq",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.1",
"angular": "~1.4.3",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"angular-resource": "1.4.1",
"angular-sanitize": "1.4.1",
"angular-animate": "1.4.1",
"angular-touch": "1.4.1",
"angular-resource": "~1.4.3",
"angular-sanitize": "~1.4.3",
"angular-animate": "~1.4.3",
"angular-touch": "~1.4.3",
"normalize.css": "~3.0.1",
"angular-ui-router": "~0.2.15",
"lodash": "~3.10.0",
"angular-loading-bar": "~0.8.0",
"ngstorage": "~0.3.0",
"angular-aria": "~1.4.1"
"angular-aria": "~1.4.3"
},
"devDependencies": {
"angular-mocks": "1.4.1",
"angular-scenario": "1.4.1"
"angular-mocks": "~1.4.3",
"angular-scenario": "~1.4.3"
},
"appPath": "app"
}

0 comments on commit e8f87ed

Please sign in to comment.