Skip to content

Commit 6da5a85

Browse files
committed
fix(mutative): upgrade mutative to v1.0.8
1 parent a4ce69f commit 6da5a85

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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.0.7",
68+
"mutative": "^1.0.8",
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.7"
95+
"mutative": "^1.0.8"
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.7:
4069-
version "1.0.7"
4070-
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.7.tgz#61bb72e8b271fdbdae4e49411bdadf9b973a64ce"
4071-
integrity sha512-5pKxmcpNfb3h8k23c8u/amcoesLXn6eZaXett9FV0G9xpIOOVxsjlVptHnHc/0ZtJy2VsHBtdx76vZONnupwRQ==
4068+
mutative@^1.0.8:
4069+
version "1.0.8"
4070+
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.8.tgz#5dfc7a74bdda8acc5b3c1d91aba47d95f2b2dd3a"
4071+
integrity sha512-bVVGCfEQTJDbsa+L1LX3jJftFnWZWfH0XIM+h/rJYnjgof3ZimBSuF/mOrh/NJI7H4pWGoji+DDuurPGpUZofw==
40724072

40734073
40744074
version "0.0.8"

0 commit comments

Comments
 (0)