From f32880538800ff1563848d357660f5a9030e9c49 Mon Sep 17 00:00:00 2001 From: unadlib Date: Fri, 27 Sep 2024 02:14:52 +0800 Subject: [PATCH] fix(mutative): upgrade mutative to v1.0.11 --- packages/reactant-model/package.json | 4 ++-- packages/reactant-module/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/reactant-model/package.json b/packages/reactant-model/package.json index f80dd63b..aa2dd737 100644 --- a/packages/reactant-model/package.json +++ b/packages/reactant-model/package.json @@ -27,11 +27,11 @@ ], "license": "MIT", "peerDependencies": { - "mutative": "^1.0.10", + "mutative": "^1.0.11", "reactant-module": "*" }, "devDependencies": { - "mutative": "^1.0.10", + "mutative": "^1.0.11", "reactant-module": "^0.121.0" } } diff --git a/packages/reactant-module/package.json b/packages/reactant-module/package.json index dd6b27b3..8ea03a53 100644 --- a/packages/reactant-module/package.json +++ b/packages/reactant-module/package.json @@ -27,7 +27,7 @@ ], "license": "MIT", "dependencies": { - "mutative": "^1.0.10", + "mutative": "^1.0.11", "reactant-di": "^0.121.0", "redux": "^4.1.0" }, diff --git a/yarn.lock b/yarn.lock index 566cb36f..a3595e98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9340,10 +9340,10 @@ multimatch@5.0.0: arrify "^2.0.1" minimatch "^3.0.4" -mutative@^1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.10.tgz#d4c349867463e70e9c34718a65cefad479f28eb0" - integrity sha512-YD4MEleW9vJyIVEItz6x71fWdJ9qea3+R8hxtNiei8cQ7BGLM1c9Q6zCJ7SuLzorBhd2PBHN+xUEwEahxMI34w== +mutative@^1.0.11: + version "1.0.11" + resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.11.tgz#a03b48151800129fbc464257eff9ffa869c648a8" + integrity sha512-DfxsNvHfJlxp5yul7jhcNSI0EEWlP1vatiOr6Q7cvr8RNFBbIU5nENilUULbNJiOtbXznOxgbxHf4cYbqPDPlg== mute-stream@0.0.7: version "0.0.7"