Updated AngularJS to 1.2.18

This commit updates angular. We don't have an explicit need for it, but
it's nice to stay up-to-date with the library so we don't have
unexpected surprises.

Change-Id: I5bf959ea0541f7727e890ec371f533ebee132f98
This commit is contained in:
Michael Krotscheck 2014-06-25 14:11:02 -07:00
parent 18fa195793
commit 4cabc93165

View File

@ -3,9 +3,9 @@
"version": "0.0.1",
"dependencies": {
"font-awesome": "4.0",
"angular": "1.2.13",
"angular-resource": "1.2.13",
"angular-sanitize": "1.2.13",
"angular": "1.2.18",
"angular-resource": "1.2.18",
"angular-sanitize": "1.2.18",
"bootstrap": "3.1.1",
"angular-ui-router": "0.2.8-bowratic-tedium",
"angular-bootstrap": "0.10.0",
@ -13,7 +13,10 @@
"angular-elastic": "2.3.2"
},
"devDependencies": {
"angular-mocks": "1.2.13",
"angular-scenario": "1.2.13"
"angular-mocks": "1.2.18",
"angular-scenario": "1.2.18"
},
"resolutions": {
"angular": "1.2.18"
}
}