From 2f36ff4754b9c87254d4b2baf25d0cc461984bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=C3=A9la?= Date: Fri, 31 Mar 2017 19:44:03 +0200 Subject: [PATCH 1/2] update angular version --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 4a71db7..e22e75e 100644 --- a/bower.json +++ b/bower.json @@ -33,10 +33,10 @@ "example" ], "devDependencies": { - "angular-mocks": "1.2.x - 1.5.x" + "angular-mocks": "1.2.x - 1.6.x" }, "dependencies": { "localforage": "~1.4", - "angular": "1.2.x - 1.5.x" + "angular": "1.2.x - 1.6.x" } -} \ No newline at end of file +} From 970cc55e6da1445ff25e961742f4b4582c130a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=C3=A9la?= Date: Fri, 31 Mar 2017 22:00:53 +0200 Subject: [PATCH 2/2] update localforage --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index e22e75e..cd4c9a8 100644 --- a/bower.json +++ b/bower.json @@ -36,7 +36,7 @@ "angular-mocks": "1.2.x - 1.6.x" }, "dependencies": { - "localforage": "~1.4", + "localforage": "~1.5", "angular": "1.2.x - 1.6.x" } }