From 4ed1f6b814a99d6deee9a6b64c39947917a3e1f3 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 3 Oct 2020 14:36:54 -0700 Subject: [PATCH] Upgrade redux-batched-actions --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9a175d83c..0b9bec20d 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "react-virtualized": "9.21.1", "redux": "4.0.5", "redux-actions": "2.6.5", - "redux-batched-actions": "0.4.1", + "redux-batched-actions": "0.5.0", "redux-localstorage": "0.4.1", "redux-thunk": "2.3.0", "require-nocache": "1.0.0", diff --git a/yarn.lock b/yarn.lock index fb8e332b8..a547f0bb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8194,10 +8194,10 @@ redux-actions@2.6.5: reduce-reducers "^0.4.3" to-camel-case "^1.0.0" -redux-batched-actions@0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/redux-batched-actions/-/redux-batched-actions-0.4.1.tgz#a8de8cef50a1db4f009d5222820c836515597e22" - integrity sha512-r6tLDyBP3U9cXNLEHs0n1mX5TQfmk6xE0Y9uinYZ5HOyAWDgIJxYqRRkU/bC6XrJ4nS7tasNbxaHJHVmf9UdkA== +redux-batched-actions@0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/redux-batched-actions/-/redux-batched-actions-0.5.0.tgz#d3f0e359b2a95c7d80bab442df450bfafd57d122" + integrity sha512-6orZWyCnIQXMGY4DUGM0oj0L7oYnwTACsfsru/J7r94RM3P9eS7SORGpr3LCeRCMoIMQcpfKZ7X4NdyFHBS8Eg== redux-localstorage@0.4.1: version "0.4.1"