From 9c22eeb5f00324bc29fde7cfd782dfc82982095e Mon Sep 17 00:00:00 2001 From: BlackGlory Date: Fri, 29 Dec 2023 20:30:38 +0800 Subject: [PATCH] chore: upgrade dependencies --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 722e3a5..5867ede 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "extra-lazy": "^2.0.2", "extra-promise": "^6.0.8", "extra-proxy": "^0.4.1", - "extra-react-hooks": "^0.6.5", + "extra-react-hooks": "^0.6.6", "extra-react-store": "^0.1.6", "extra-semver": "^0.2.2", "extra-sort": "^0.1.2", diff --git a/yarn.lock b/yarn.lock index dfa0144..ffa90fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2240,10 +2240,10 @@ extra-rand@^0.1.1: resolved "https://registry.yarnpkg.com/extra-rand/-/extra-rand-0.1.1.tgz#e75e71ec96eb2f9b47d2a3c6513b3fb042f05a45" integrity sha512-sDpJWzuKa1bTrVVG3dkCiNMt93NanphQIWhW4tUS9PDiA0KTZ+fzyS4Idw+7/lH5ZzxtOiHEJEnBWSN4gi8gyA== -extra-react-hooks@^0.6.5: - version "0.6.5" - resolved "https://registry.yarnpkg.com/extra-react-hooks/-/extra-react-hooks-0.6.5.tgz#da1bc4424f44eaffa10e864144aa3eeef5a609b5" - integrity sha512-/k9rA45EtJQD8fRJzr2eU1G/K79r7fsjFsuvvU0l1rU8M24eLB9yUVa9lx5R6ZKuglH5BM+Zy2fMR2vbxVZ9Qw== +extra-react-hooks@^0.6.6: + version "0.6.6" + resolved "https://registry.yarnpkg.com/extra-react-hooks/-/extra-react-hooks-0.6.6.tgz#1b5178c1f102ad80386f49095601000fb5fbe387" + integrity sha512-DqmCNQS9ndTZ6LY5Le4F3L2ZwhmmtMbyC/ROZENRD7arW9YYxBg8SRFEDP6uUlnPRG+cq/zt1DPo8CzTOkSEWQ== dependencies: "@blackglory/prelude" "^0.3.3" extra-abort "^0.3.7"