Skip to content

Commit 3688a6b

Browse files
committed
chore(mutative): upgrade mutative to v1.0.6
1 parent 1b4e2fc commit 3688a6b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-mutative",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A hook to use Mutative as a React hook to efficient update react state immutable with mutable way",
55
"main": "dist/index.cjs.js",
66
"unpkg": "dist/index.umd.js",
@@ -65,7 +65,7 @@
6565
"jest": "^29.7.0",
6666
"jest-environment-jsdom": "^29.7.0",
6767
"jsdoc-tests": "^1.1.1",
68-
"mutative": "^1.0.5",
68+
"mutative": "^1.0.6",
6969
"prettier": "^3.2.5",
7070
"react": "^18.2.0",
7171
"react-dom": "^18.2.0",
@@ -92,6 +92,6 @@
9292
}
9393
},
9494
"peerDependencies": {
95-
"mutative": "^1.0.5"
95+
"mutative": "^1.0.6"
9696
}
9797
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4065,10 +4065,10 @@ ms@^2.1.1:
40654065
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
40664066
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
40674067

4068-
mutative@^1.0.5:
4069-
version "1.0.5"
4070-
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.5.tgz#62b879a521212e4e7539c697e35814533f08d52c"
4071-
integrity sha512-uN4rD54sN8NRG2wuIO3K8nI0sB4Kk/wmjG5UbZa3amFU3bdF1k80OojBGQMomCeEIphq2hzIvK5T7f4hoZdkWA==
4068+
mutative@^1.0.6:
4069+
version "1.0.6"
4070+
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.6.tgz#9588df4b67b68a0fc012c2615a21e42993514e8a"
4071+
integrity sha512-6mcjGc09LGNQizP/in3NYbNFWwor2cMozm/W0fSXS+lhQXsrvRmZ2xG6MGW6aft6xBjrM8wT3pORO1eCZujMxw==
40724072

40734073
40744074
version "0.0.8"

0 commit comments

Comments
 (0)