Skip to content

Commit 0851fa8

Browse files
committed
fix(mutative): upgrade mutative to v1.2.0
1 parent a6df7a1 commit 0851fa8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.0",
68+
"mutative": "^1.2.0",
6969
"prettier": "^3.2.5",
7070
"react": "^18.2.0",
7171
"react-dom": "^18.2.0",
@@ -93,7 +93,7 @@
9393
},
9494
"peerDependencies": {
9595
"@types/react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
96-
"mutative": "^1.0",
96+
"mutative": "^1.2.0",
9797
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0"
9898
}
9999
}

yarn.lock

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

4250-
mutative@^1.1.0:
4251-
version "1.1.0"
4252-
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.1.0.tgz#ff3e12a9903702e0487428510f8502dd4667e908"
4253-
integrity sha512-2PJADREjOusk3iJkD3rXV2YjAxTuaLxdfqtqTEt6vcY07LtEBR1seHuBHXWEIuscqRDGvbauYPs+A4Rj/KTczQ==
4250+
mutative@^1.2.0:
4251+
version "1.2.0"
4252+
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.2.0.tgz#db75b60b436ad0a940e2e47bffb6661dd77c2754"
4253+
integrity sha512-1muFw45Lwjso6TSBGiXfbjKS01fVSD/qaqBfTo/gXgp79e8KM4Sa1XP/S4iN2/DvSdIZgjFJI+JIhC7eKf3GTg==
42544254

42554255
mute-stream@0.0.8:
42564256
version "0.0.8"

0 commit comments

Comments
 (0)