From b5ed8c0607e27f4b38dbe205f30ba53e02d6e7e5 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Mon, 10 Jul 2023 07:14:44 +0200 Subject: [PATCH] upgrade plebbit-react-hooks --- package.json | 2 +- yarn.lock | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c2092a7b..94b59b7c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@babel/plugin-transform-react-jsx": "7.21.0", "@capacitor/android": "3.6.0", "@capacitor/core": "3.6.0", - "@plebbit/plebbit-react-hooks": "https://github.com/plebbit/plebbit-react-hooks.git#1abe9497483d01f3afcb569dfe85e7395f998cc4", + "@plebbit/plebbit-react-hooks": "https://github.com/plebbit/plebbit-react-hooks.git#283c80f3196ee96f68f99df7f1e7867e8c4895f6", "@testing-library/dom": "9.0.1", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "14.0.0", diff --git a/yarn.lock b/yarn.lock index e5ae7a38..2d9ba76a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2732,6 +2732,21 @@ uuid "8.3.2" zustand "4.0.0" +"@plebbit/plebbit-react-hooks@https://github.com/plebbit/plebbit-react-hooks.git#283c80f3196ee96f68f99df7f1e7867e8c4895f6": + version "0.0.1" + resolved "https://github.com/plebbit/plebbit-react-hooks.git#283c80f3196ee96f68f99df7f1e7867e8c4895f6" + dependencies: + "@plebbit/plebbit-js" "https://github.com/plebbit/plebbit-js.git#77a05093408982086c02afea24e1d1923e1ae8a8" + "@plebbit/plebbit-logger" "https://github.com/plebbit/plebbit-logger.git" + assert "2.0.0" + ethers "5.6.9" + localforage "1.10.0" + lodash.isequal "4.5.0" + memoizee "0.4.15" + quick-lru "5.1.1" + uuid "8.3.2" + zustand "4.0.0" + "@pmmmwh/react-refresh-webpack-plugin@^0.5.3": version "0.5.10" resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz#2eba163b8e7dbabb4ce3609ab5e32ab63dda3ef8"