From 69497d7ab5036f169925572c9fa91f52797c1b36 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Thu, 11 Aug 2016 17:31:08 -0400 Subject: [PATCH] chore(package): bump ui-router to ~0.3.1 --- templates/app/_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/_package.json b/templates/app/_package.json index 02a442595..b7393c57a 100644 --- a/templates/app/_package.json +++ b/templates/app/_package.json @@ -17,7 +17,7 @@ "angular-ui-bootstrap": "^2.0.1",<% } %> "font-awesome": ">=4.1.0",<% if(filters.socketio) { %> "angular-socket-io": "~0.7.0",<% } if(filters.uirouter) { %> - "angular-ui-router": "~0.2.15",<% } if(filters.auth) { %> + "angular-ui-router": "~0.3.1",<% } if(filters.auth) { %> "angular-validation-match": "^1.9.0",<% } %> <%# END CLIENT %> "core-js": "^2.2.1",