Commit 535ae571c241a800d047817216c5a93c980e39b8

Authored by Victor Costa
1 parent b39d4bff

Upgrade to angular 1.5

Showing 1 changed file with 14 additions and 13 deletions   Show diff stats
@@ -2,21 +2,21 @@ @@ -2,21 +2,21 @@
2 "name": "angular", 2 "name": "angular",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "dependencies": { 4 "dependencies": {
5 - "angular-animate": "~1.4.2",  
6 - "angular-cookies": "~1.4.2",  
7 - "angular-touch": "~1.4.2",  
8 - "angular-sanitize": "~1.4.2",  
9 - "angular-messages": "~1.4.2",  
10 - "angular-aria": "~1.4.2",  
11 - "restangular": "~1.5.1",  
12 - "angular-ui-router": "~0.2.15", 5 + "angular-animate": "~1.5.0",
  6 + "angular-cookies": "~1.5.0",
  7 + "angular-touch": "~1.5.0",
  8 + "angular-sanitize": "~1.5.0",
  9 + "angular-messages": "~1.5.0",
  10 + "angular-aria": "~1.5.0",
  11 + "restangular": "~1.5.2",
  12 + "angular-ui-router": "~0.2.18",
13 "bootstrap-sass": "~3.3.6", 13 "bootstrap-sass": "~3.3.6",
14 "angular-bootstrap": "~0.13.4", 14 "angular-bootstrap": "~0.13.4",
15 "malarkey": "yuanqing/malarkey#~1.3.1", 15 "malarkey": "yuanqing/malarkey#~1.3.1",
16 - "angular-toastr": "~1.5.0", 16 + "angular-toastr": "~1.7.0",
17 "moment": "~2.10.6", 17 "moment": "~2.10.6",
18 "animate.css": "~3.4.0", 18 "animate.css": "~3.4.0",
19 - "angular": "~1.4.2", 19 + "angular": "~1.5.0",
20 "font-awesome": "fontawesome#~4.5.0", 20 "font-awesome": "fontawesome#~4.5.0",
21 "ngstorage": "~0.3.10", 21 "ngstorage": "~0.3.10",
22 "bootswatch": "~3.3.6", 22 "bootswatch": "~3.3.6",
@@ -26,10 +26,11 @@ @@ -26,10 +26,11 @@
26 "angular-deckgrid": "~0.5.0", 26 "angular-deckgrid": "~0.5.0",
27 "angular-timeline": "~1.6.2", 27 "angular-timeline": "~1.6.2",
28 "angular-scroll": "~1.0.0", 28 "angular-scroll": "~1.0.0",
29 - "ngSweetAlert": "angular-sweetalert#~1.1.0" 29 + "ngSweetAlert": "angular-sweetalert#~1.1.0",
  30 + "angular-mocks": "^1.5.0"
30 }, 31 },
31 "devDependencies": { 32 "devDependencies": {
32 - "angular-mocks": "~1.4.2" 33 + "angular-mocks": "~1.5.0"
33 }, 34 },
34 "overrides": { 35 "overrides": {
35 "bootstrap-sass": { 36 "bootstrap-sass": {
@@ -50,6 +51,6 @@ @@ -50,6 +51,6 @@
50 } 51 }
51 }, 52 },
52 "resolutions": { 53 "resolutions": {
53 - "angular": "~1.4.2" 54 + "angular": "~1.5.0"
54 } 55 }
55 } 56 }