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 21, 2024
1 parent 253ba3a commit db0339a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zustand-mutative",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Mutative middleware for Zustand enhances the efficiency of immutable state updates.",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -91,7 +91,7 @@
},
"peerDependencies": {
"@types/react": "^18.0 || ^17.0",
"mutative": "^1.0.5",
"mutative": "^1.0.6",
"react": "^18.0 || ^17.0",
"zustand": "^4.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4023,10 +4023,10 @@ ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

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.8"
Expand Down

0 comments on commit db0339a

Please sign in to comment.