Skip to content

Commit

Permalink
fix(mutative): upgrade mutative v1.0.11 and use-mutative v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Sep 26, 2024
1 parent 734532a commit 7ab5b66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mutative": "^1.0.10",
"mutative": "^1.0.11",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down Expand Up @@ -96,6 +96,6 @@
"react": "^18.0 || ^17.0"
},
"dependencies": {
"use-mutative": "^1.1.7"
"use-mutative": "^1.1.8"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4041,10 +4041,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.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.10.tgz#d4c349867463e70e9c34718a65cefad479f28eb0"
integrity sha512-YD4MEleW9vJyIVEItz6x71fWdJ9qea3+R8hxtNiei8cQ7BGLM1c9Q6zCJ7SuLzorBhd2PBHN+xUEwEahxMI34w==
mutative@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.11.tgz#a03b48151800129fbc464257eff9ffa869c648a8"
integrity sha512-DfxsNvHfJlxp5yul7jhcNSI0EEWlP1vatiOr6Q7cvr8RNFBbIU5nENilUULbNJiOtbXznOxgbxHf4cYbqPDPlg==

[email protected]:
version "0.0.8"
Expand Down Expand Up @@ -5185,10 +5185,10 @@ url-parse@^1.5.3:
querystringify "^2.1.1"
requires-port "^1.0.0"

use-mutative@^1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/use-mutative/-/use-mutative-1.1.7.tgz#6b2e42496fd2e6f2e4cb17f65021dd34a465314f"
integrity sha512-J/67xcwJagLeBd4cKXRhDCz9MLSmGIA1zZIbUViSZOLGIvgKX4GhaYUt3wnhySgLkVSckwMoJgrV1H5rjsWcJQ==
use-mutative@^1.1.8:
version "1.1.8"
resolved "https://registry.yarnpkg.com/use-mutative/-/use-mutative-1.1.8.tgz#ffeb8feff652c344d3258fa0e22b736f8618bca1"
integrity sha512-kkgZN0E0xkE/YilwNixjzrY3dI/xSPKmleKyBO+G5AI3uQa5cXYhJnwe7vFkG7gP5pyM9JGIwMgoAZ0Pps9UxQ==

util-deprecate@^1.0.1:
version "1.0.2"
Expand Down

0 comments on commit 7ab5b66

Please sign in to comment.