From b4f6bc929aca4d0c082c409ae629b57da9fd41ab Mon Sep 17 00:00:00 2001 From: Dylan DesRosier Date: Mon, 26 Jun 2023 17:30:12 +0100 Subject: [PATCH] Bump rainbowkit and wagmi requirements --- package.json | 12 ++++++------ src/components/WalletConnectionList.tsx | 6 ++---- src/hooks/useSendTransaction.tsx | 4 ++-- yarn.lock | 18 +++++++++--------- 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 224af0a..35054bf 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@pooltogether/etherplex": "^1.1.2", "@pooltogether/react-components": "^2.0.0-beta.13", "@pooltogether/utilities": "^0.6.2", - "@rainbow-me/rainbowkit": "^0.8.1", + "@rainbow-me/rainbowkit": "0.12.15", "@size-limit/preset-small-lib": "^7.0.8", "@storybook/addon-essentials": "^6.4.19", "@storybook/addon-info": "^5.3.21", @@ -67,7 +67,7 @@ "@types/react": "^18.0.20", "@types/react-dom": "^18.0.6", "@types/uuid": "^9.0.0", - "@wagmi/chains": "^0.1.13", + "@wagmi/chains": "1.3.0", "autoprefixer": "^10.4.0", "babel-loader": "^8.2.3", "beautiful-react-hooks": "^3.6.2", @@ -92,7 +92,7 @@ "tailwindcss": "^2.2.7", "tsdx": "^0.14.1", "tslib": "^2.3.1", - "typescript": "^4.8.3", + "typescript": "4", "uuid": "^9.0.0", "wagmi": "0.9.0" }, @@ -100,8 +100,8 @@ "@pooltogether/etherplex": "^1.1.2", "@pooltogether/react-components": "^2.0.0-beta.13", "@pooltogether/utilities": "^0.6.2", - "@rainbow-me/rainbowkit": "^0.8.1", - "@wagmi/chains": "^0.1.13", + "@rainbow-me/rainbowkit": "0.12.15", + "@wagmi/chains": "1.3.0", "beautiful-react-hooks": "^3.6.2", "classnames": "^2.3.1", "eth-revert-reason": "^1.0.3", @@ -119,7 +119,7 @@ "react-toastify": "^8.2.0", "tailwindcss": "^2.2.7", "uuid": "^9.0.0", - "wagmi": "0.9.0" + "wagmi": "0.12.17" }, "dependencies": { "@download/blockies": "^1.0.3" diff --git a/src/components/WalletConnectionList.tsx b/src/components/WalletConnectionList.tsx index 6b624bb..f501e98 100644 --- a/src/components/WalletConnectionList.tsx +++ b/src/components/WalletConnectionList.tsx @@ -27,11 +27,9 @@ export const WalletConnectionList = (props: { return ( <>