From 725252518fbbe80f157f45527ce50bb6be1ff68b Mon Sep 17 00:00:00 2001 From: Panu Horsmalahti Date: Thu, 8 Oct 2015 16:10:12 +0300 Subject: [PATCH 1/2] Update AngularJS to 1.4.7 --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 8499a6d..61b2a56 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angularLocalStorage", - "version": "0.3.1", + "version": "0.3.2", "main": "dist/angularLocalStorage.min.js", "ignore": [ "**/.*", @@ -12,11 +12,11 @@ "tests" ], "dependencies": { - "angular": "1.4.4", - "angular-cookies": "1.4.4" + "angular": "~1.4.7", + "angular-cookies": "1.4.7" }, "devDependencies": { - "angular-mocks": "1.4.4" + "angular-mocks": "1.4.7" }, "homepage": "https://github.com/agrublev/Angular-localStorage", "authors": [ From 1c0f01f59c1da006fff64e4aa83eb6af3413dbaf Mon Sep 17 00:00:00 2001 From: Panu Horsmalahti Date: Thu, 8 Oct 2015 16:11:26 +0300 Subject: [PATCH 2/2] Use less strict match for version dependencies. --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 61b2a56..2ebef43 100644 --- a/bower.json +++ b/bower.json @@ -13,10 +13,10 @@ ], "dependencies": { "angular": "~1.4.7", - "angular-cookies": "1.4.7" + "angular-cookies": "~1.4.7" }, "devDependencies": { - "angular-mocks": "1.4.7" + "angular-mocks": "~1.4.7" }, "homepage": "https://github.com/agrublev/Angular-localStorage", "authors": [