Skip to content

Commit

Permalink
fix(mutative): upgrade mutative v1.0.8 and use-mutative v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Jul 26, 2024
1 parent ffb233f commit 05decfa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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.7",
"mutative": "^1.0.8",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down Expand Up @@ -92,10 +92,10 @@
},
"peerDependencies": {
"@types/react": "^18.0 || ^17.0",
"mutative": "^1.0.7",
"mutative": "^1.0.8",
"react": "^18.0 || ^17.0"
},
"dependencies": {
"use-mutative": "^1.1.5"
"use-mutative": "^1.1.6"
}
}
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.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.7.tgz#61bb72e8b271fdbdae4e49411bdadf9b973a64ce"
integrity sha512-5pKxmcpNfb3h8k23c8u/amcoesLXn6eZaXett9FV0G9xpIOOVxsjlVptHnHc/0ZtJy2VsHBtdx76vZONnupwRQ==
mutative@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/mutative/-/mutative-1.0.8.tgz#5dfc7a74bdda8acc5b3c1d91aba47d95f2b2dd3a"
integrity sha512-bVVGCfEQTJDbsa+L1LX3jJftFnWZWfH0XIM+h/rJYnjgof3ZimBSuF/mOrh/NJI7H4pWGoji+DDuurPGpUZofw==

[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.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/use-mutative/-/use-mutative-1.1.5.tgz#029b76ada92d2b80c93f625908db02a3da6c297f"
integrity sha512-HEWQ0Ud49/klMA37wOs8AHZkx5muVR8MXUvh2KmoEVGtXhKt9c4cJlYkpeDvycxnZqxH42EHsWYzD2D474pslg==
use-mutative@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/use-mutative/-/use-mutative-1.1.6.tgz#6229a818daa88c08ee02d2ec5f72049029cb8d5a"
integrity sha512-mMrB1DobbIXScbHvRTlY/VoD1ZTiwsXx+1wAdy8hJWFHzJtBF/upq65ZwxIQZiu74ScDqtagcaW7Pk6KVdmCug==

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

0 comments on commit 05decfa

Please sign in to comment.