From e4c951c0239786d487b4c9754bb2179b5d1fe3e9 Mon Sep 17 00:00:00 2001 From: Balthazar Gronon Date: Thu, 12 Nov 2015 12:19:38 +0100 Subject: [PATCH] chore(app): update bower dependencies --- app/templates/bower.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/templates/bower.json b/app/templates/bower.json index 6d01f80..bd33e90 100644 --- a/app/templates/bower.json +++ b/app/templates/bower.json @@ -2,16 +2,16 @@ "name": "<%= appname %>", "version": "0.1.0", "dependencies": { - "angular": "~1.3.0", - "angular-route": "~1.3.0"<% if (filters.ngCookies) { %>, - "angular-cookies": "~1.3.0"<% } %><% if (filters.ngResource) { %>, - "angular-resource": "~1.3.0"<% } %><% if (filters.ngSanitize) { %>, - "angular-sanitize": "~1.3.0"<% } %><% if (filters.ngAnimate) { %>, - "angular-animate": "~1.3.0"<% } %><% if (filters.sockets) { %>, + "angular": "~1.4.7", + "angular-route": "~1.4.7"<% if (filters.ngCookies) { %>, + "angular-cookies": "~1.4.7"<% } %><% if (filters.ngResource) { %>, + "angular-resource": "~1.4.7"<% } %><% if (filters.ngSanitize) { %>, + "angular-sanitize": "~1.4.7"<% } %><% if (filters.ngAnimate) { %>, + "angular-animate": "~1.4.7"<% } %><% if (filters.sockets) { %>, "angular-socket-io": "^0.7.0"<% } %> }, "devDependencies": { - "angular-mocks": "~1.3.0", - "angular-scenario": "~1.3.0" + "angular-mocks": "~1.4.7", + "angular-scenario": "~1.4.7" } }