Skip to content

Commit

Permalink
chore(use-mutative): upgrade use-mutative to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Apr 12, 2024
1 parent 2e03896 commit a119987
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage && coveralls < coverage/lcov.info",
Expand Down Expand Up @@ -92,6 +95,6 @@
"react": "^18.0 || ^17.0"
},
"dependencies": {
"use-mutative": "^1.0.0"
"use-mutative": "^1.1.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5156,10 +5156,10 @@ url-parse@^1.5.3:
querystringify "^2.1.1"
requires-port "^1.0.0"

use-mutative@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/use-mutative/-/use-mutative-1.0.0.tgz#1c99d0a5bb2b8d3563560f398a18c1495a544a94"
integrity sha512-VdeOuHlEs+SJUQpEPv+ADrrFEOb1gGaA5bacSxVZqqfGwq01geoLIRQS6Gxc7cLcOR+o6osChedL1ZeS8pG4KA==
use-mutative@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/use-mutative/-/use-mutative-1.1.0.tgz#b7b8afe50af471be93e42dec56d0744ebdf2ce60"
integrity sha512-2ch+Bf4L26jI6+dQNaav9w0/J6fbDh6LQM/voKshLNUXpMioiu1QI87Hy4w1pvg8KeqZdoNs4zx8iowynyHj5w==

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

0 comments on commit a119987

Please sign in to comment.