Skip to content

Commit

Permalink
external-wallet: pnpm add -E wagmi@2 [email protected] @tanstack/react-query
Browse files Browse the repository at this point in the history
```
 WARN  Issues with peer dependencies found
packages/client-react-external-wallet
└─┬ wagmi 2.5.7
  └─┬ @wagmi/connectors 4.1.14
    └─┬ @metamask/sdk 0.14.3
      ├─┬ @metamask/sdk-communication-layer 0.14.3
      │ └─┬ socket.io-client 4.7.4
      │   └─┬ engine.io-client 6.5.3
      │     └─┬ ws 8.11.0
      │       └── ✕ unmet peer utf-8-validate@^5.0.2: found 6.0.3 in @metamask/sdk-communication-layer
      ├─┬ @metamask/sdk-install-modal-web 0.14.1
      │ └─┬ react-i18next 13.5.0
      │   └── ✕ unmet peer i18next@">= 23.2.3": found 22.5.1 in @metamask/sdk-install-modal-web
      └─┬ react-i18next 13.5.0
        └── ✕ unmet peer i18next@">= 23.2.3": found 22.5.1 in @metamask/sdk
```
  • Loading branch information
tash-2s committed Feb 23, 2024
1 parent e24f1d1 commit e51fbf1
Show file tree
Hide file tree
Showing 2 changed files with 4,605 additions and 622 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
"@latticexyz/common": "link:../../../../packages/common",
"@latticexyz/dev-tools": "link:../../../../packages/dev-tools",
"@latticexyz/store-sync": "link:../../../../packages/store-sync",
"@tanstack/react-query": "5.22.2",
"contracts": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "7.5.5",
"viem": "1.14.0",
"wagmi": "1.4.13"
"viem": "2.7.12",
"wagmi": "2.5.7"
},
"devDependencies": {
"@types/react": "18.2.22",
Expand Down
Loading

0 comments on commit e51fbf1

Please sign in to comment.