From 6e748f8f2e529c0241fed30e5dde53efcdc4c3a1 Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Fri, 15 Sep 2023 11:05:54 -0400 Subject: [PATCH] chore: update `robodux` --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9feccb3..3fc155c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "redux": "^4.1.2", "redux-batched-actions": "^0.5.0", "redux-saga": "^1.2.3", - "robodux": "^14.0.0", + "robodux": "^15.0.2", "typed-redux-saga": "^1.5.0" }, "ava": { diff --git a/yarn.lock b/yarn.lock index 0653616..68f75d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1960,10 +1960,10 @@ rimraf@^3.0.2: dependencies: glob "^7.1.3" -robodux@^14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/robodux/-/robodux-14.0.0.tgz#9950627f8c5a1d38ec6ab9f739c5a6f31e55cdd5" - integrity sha512-+G7hxl8eD5WidGABRPZfi2b+mAUJkHSjELMrmKkeqHOas3Oy4+yqqgH1IWk7SnQJZ4sYLAIsMLaqxAlSnI5f8Q== +robodux@^15.0.2: + version "15.0.2" + resolved "https://registry.yarnpkg.com/robodux/-/robodux-15.0.2.tgz#fd7a58598c3624c6ea51b9c51c74be38439981ed" + integrity sha512-akrw5wjw9Xuuypm0dNPNODrb5K9z0mJNicSvc3HllifIvOIFmU8ed0uanTgL+1Y6tIYUeBJJUr1ucymuJWqsXQ== dependencies: immer "^9.0.7" reselect ">=4.0.0"