Skip to content

Commit

Permalink
Merge branch 'V2' into feat/e2e-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanConn committed Jul 31, 2023
2 parents 47d4834 + f855c26 commit 47dfb2f
Show file tree
Hide file tree
Showing 18 changed files with 9,903 additions and 22,363 deletions.
6 changes: 3 additions & 3 deletions chains/ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3modal/ethereum",
"version": "2.7.0",
"version": "2.7.1",
"main": "dist/index.js",
"unpkg": "dist/cdn/bundle.js",
"type": "module",
Expand All @@ -21,8 +21,8 @@
"viem": ">=1"
},
"devDependencies": {
"@wagmi/core": "1.3.7",
"viem": "1.2.13"
"@wagmi/core": "^1",
"viem": "^1"
},
"keywords": [
"wagmi",
Expand Down
21 changes: 9 additions & 12 deletions laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laboratory",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"scripts": {
"dev": "rm -rf .next; next dev",
Expand All @@ -12,19 +12,16 @@
},
"dependencies": {
"@nextui-org/react": "1.0.0-beta.13",
"@sentry/react": "7.57.0",
"@sentry/tracing": "7.57.0",
"@web3modal/ethereum": "2.7.0",
"@web3modal/react": "2.7.0",
"next": "13.4.9",
"@sentry/react": "7.60.0",
"@sentry/tracing": "7.60.0",
"@web3modal/ethereum": "2.7.1",
"@web3modal/react": "2.7.1",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.4.1",
"valtio": "1.10.7",
"viem": "1.2.13",
"wagmi": "1.3.8"
},
"devDependencies": {
"@playwright/test": "^1.36.1"
"valtio": "1.11.0",
"viem": "1.4.1",
"wagmi": "1.3.9"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"packages/html",
"laboratory"
],
"version": "2.7.0",
"version": "2.7.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

0 comments on commit 47dfb2f

Please sign in to comment.