Skip to content

Commit

Permalink
chore(mutative): upgrade mutative to v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Jun 30, 2024
1 parent 20b800f commit 9a79601
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.5",
"mutative": "^1.0.6",
"reactant-module": "*"
},
"devDependencies": {
"mutative": "^1.0.5",
"mutative": "^1.0.6",
"reactant-module": "^0.110.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.5",
"mutative": "^1.0.6",
"reactant-di": "^0.110.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.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.5.tgz#62b879a521212e4e7539c697e35814533f08d52c"
integrity sha512-uN4rD54sN8NRG2wuIO3K8nI0sB4Kk/wmjG5UbZa3amFU3bdF1k80OojBGQMomCeEIphq2hzIvK5T7f4hoZdkWA==
mutative@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.6.tgz#9588df4b67b68a0fc012c2615a21e42993514e8a"
integrity sha512-6mcjGc09LGNQizP/in3NYbNFWwor2cMozm/W0fSXS+lhQXsrvRmZ2xG6MGW6aft6xBjrM8wT3pORO1eCZujMxw==

[email protected]:
version "0.0.7"
Expand Down

0 comments on commit 9a79601

Please sign in to comment.