From 49a8b433dfb2359cb72d540b4a145e2bfede087d Mon Sep 17 00:00:00 2001 From: NeverwinterMoon Date: Fri, 3 Nov 2017 10:35:04 +0200 Subject: [PATCH] feat: Bump localforage dependency to 1.5 There are a few things that make 1.5 more desirable over 1.4 - one being this one https://github.com/localForage/localForage/pull/633. Then again, 1.5 has one breaking change: https://github.com/localForage/localForage/releases/tag/1.5.0 This affects only the projects that use npm packaging (browserify/webpack) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9661f6..ccfa624 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "url": "https://github.com/ocombe/angular-localForage/issues" }, "dependencies": { - "localforage": "~1.4" + "localforage": "~1.5" }, "devDependencies": { "gulp": "~3.9.0",