Skip to content

Commit

Permalink
Feat: Add social connectors to react (#632)
Browse files Browse the repository at this point in the history
* update to last package version

* add connects and center the button
  • Loading branch information
rtomas authored Jul 2, 2024
1 parent 701062f commit ff99f61
Show file tree
Hide file tree
Showing 4 changed files with 6,415 additions and 5,091 deletions.
20 changes: 12 additions & 8 deletions dapps/web3modal/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "5.18.1",
"@web3modal/wagmi": "4.1.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.9.29",
"wagmi": "2.5.6"
"@tanstack/react-query": "5.49.2",
"@web3modal/wagmi": "5.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"viem": "2.16.5",
"wagmi": "2.10.9",
"@wagmi/core": "2.11.6"
},
"devDependencies": {
"@types/react": "18.2.14",
Expand All @@ -27,7 +28,10 @@
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.1",
"typescript": "5.0.2",
"vite": "4.4.0"
"typescript": "5.5.3",
"vite": "5.3.1"
},
"overrides": {
"vite": "5.3.1"
}
}
Loading

0 comments on commit ff99f61

Please sign in to comment.