From 1db8c189a1526a7e19e4da3d9bea59b69687995b Mon Sep 17 00:00:00 2001 From: David Epely Date: Mon, 23 May 2016 15:25:33 +0200 Subject: [PATCH] update angular-ui-router to v0.3.0 The BC-break from angular-ui-router is related to $animation angular service more informations at https://github.com/angular-ui/ui-router/releases/tag/0.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b5bc873..57dc7ab 100644 --- a/package.json +++ b/package.json @@ -32,11 +32,11 @@ "sinon": "1.16.1", "sinon-as-promised": "4.0.0", "angular": "^1.4.x < 2.0.0", - "angular-ui-router": "^0.2.15" + "angular-ui-router": "^0.3.0" }, "peerDependencies": { "angular": "^1.4.x < 2.0.0", - "angular-ui-router": "^0.2.15" + "angular-ui-router": "^0.3.0" }, "engines" : { "node" : "4.2.1",