Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Sep 5, 2023
1 parent 2240752 commit 15435b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"@masa-finance/masa-contracts-identity": "^1.9.0",
"@masa-finance/masa-sdk": "^3.7.0",
"@metamask/providers": "^11.1.1",
"@rainbow-me/rainbowkit": "^1",
"@rainbow-me/rainbowkit": "^1.0.10",
"@tanstack/query-sync-storage-persister": "^4.32.6",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-persist-client": "^4.28.0",
Expand Down
@@ -1,5 +1,7 @@
import type { Connector, Provider } from '@wagmi/core';

Check failure on line 1 in src/refactor/wallet-client/network/use-network-switch-listen.ts

View workflow job for this annotation

GitHub Actions / Build, lint, and test on Node

Delete `⏎`
import { Provider } from '@wagmi/core';
import { useEffect } from 'react';
import { Connector } from 'wagmi';

export const useNetworkSwitchListen = ({
activeConnector,
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -2588,7 +2588,7 @@
dependencies:
"@babel/runtime" "^7.13.10"

"@rainbow-me/rainbowkit@^1":
"@rainbow-me/rainbowkit@^1.0.10":
version "1.0.10"
resolved "https://registry.yarnpkg.com/@rainbow-me/rainbowkit/-/rainbowkit-1.0.10.tgz#fa6d38d962c9fa8113f2478af73b309f08c59bf0"
integrity sha512-nXo1mPO8c7aV8mtog0QN9Kn1DoNRJmjd5V8zMU+kIUDAmZFzUhwrBKNcL/X24ie67NjOtbmIKlSBlwWdGZlcvg==
Expand Down

0 comments on commit 15435b1

Please sign in to comment.