Update Angular from 1.3.13 to 1.5.8

This updates our AngularJS components to the current latest version of
Angular v1.

Change-Id: If06097b5c7fbe6b2e9a6bf3b01c5696d94793fdb
This commit is contained in:
Zara 2016-10-10 13:58:02 +00:00
parent 5e4a6ad6b4
commit cb0891646a
1 changed files with 6 additions and 6 deletions

View File

@ -3,10 +3,10 @@
"version": "0.0.1",
"dependencies": {
"font-awesome": "4.5.0",
"angular": "1.3.13",
"angular-resource": "1.3.13",
"angular-sanitize": "1.3.13",
"bootstrap": "3.3.7",
"angular": "1.5.8",
"angular-resource": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-ui-router": "0.2.13",
"angular-bootstrap": "0.12.0",
"angular-local-storage": "0.1.5",
@ -20,11 +20,11 @@
"ng-sortable": "1.3.1"
},
"devDependencies": {
"angular-mocks": "1.3.13",
"angular-scenario": "1.3.13"
"angular-mocks": "1.5.8",
"angular-scenario": "1.5.8"
},
"resolutions": {
"angular": "1.3.13",
"angular": "1.5.8",
"font-awesome": "4.3.0"
}
}