Skip to content

Commit

Permalink
fix(mutative): upgrade mutative to v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Sep 26, 2024
1 parent a79c45a commit f328805
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/reactant-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/reactant-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"license": "MIT",
"dependencies": {
"mutative": "^1.0.10",
"mutative": "^1.0.11",
"reactant-di": "^0.121.0",
"redux": "^4.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f328805

Please sign in to comment.