From a1199878427fa83f6b1c9bc0dc804bcba9b4f84e Mon Sep 17 00:00:00 2001 From: unadlib Date: Sat, 13 Apr 2024 03:48:15 +0800 Subject: [PATCH] chore(use-mutative): upgrade use-mutative to v1.1.0 --- package.json | 5 ++++- yarn.lock | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 99c9649..41322d2 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ "files": [ "dist" ], + "publishConfig": { + "access": "public" + }, "scripts": { "test": "jest", "test:coverage": "jest --coverage && coveralls < coverage/lcov.info", @@ -92,6 +95,6 @@ "react": "^18.0 || ^17.0" }, "dependencies": { - "use-mutative": "^1.0.0" + "use-mutative": "^1.1.0" } } diff --git a/yarn.lock b/yarn.lock index cd008e2..378779f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"