Skip to content

Commit

Permalink
fix(mutative): upgrade mutative to v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Sep 18, 2024
1 parent 3ed41ee commit 728d976
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.8",
"mutative": "^1.0.10",
"reactant-module": "*"
},
"devDependencies": {
"mutative": "^1.0.8",
"mutative": "^1.0.10",
"reactant-module": "^0.120.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.8",
"mutative": "^1.0.10",
"reactant-di": "^0.120.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 @@ [email protected]:
arrify "^2.0.1"
minimatch "^3.0.4"

mutative@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.8.tgz#5dfc7a74bdda8acc5b3c1d91aba47d95f2b2dd3a"
integrity sha512-bVVGCfEQTJDbsa+L1LX3jJftFnWZWfH0XIM+h/rJYnjgof3ZimBSuF/mOrh/NJI7H4pWGoji+DDuurPGpUZofw==
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==

[email protected]:
version "0.0.7"
Expand Down

0 comments on commit 728d976

Please sign in to comment.