Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @web3modal/ethers5 to v5 #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,698 changes: 818 additions & 1,880 deletions core/next-starter-template-ethers/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/next-starter-template-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/node": "18.19.69",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@web3modal/ethers5": "^3.2.0-alpha.1",
"@web3modal/ethers5": "^5.0.0",
"eslint": "8.57.1",
"eslint-config-next": "13.5.8",
"ethers": "5.7.2",
Expand Down
1,740 changes: 469 additions & 1,271 deletions core/next-starter-template-ethers/yarn.lock

Large diffs are not rendered by default.

3,198 changes: 928 additions & 2,270 deletions core/react-starter-template-ethers/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/react-starter-template-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@web3modal/ethers5": "^3.2.0-alpha.1",
"@web3modal/ethers5": "^5.0.0",
"ethers": "5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
1,968 changes: 474 additions & 1,494 deletions core/react-starter-template-ethers/yarn.lock

Large diffs are not rendered by default.

3,208 changes: 901 additions & 2,307 deletions core/vanilla-starter-template-ethers/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/vanilla-starter-template-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vite": "^6.0.0"
},
"dependencies": {
"@web3modal/ethers5": "^3.2.0-alpha.1",
"@web3modal/ethers5": "^5.0.0",
"ethers": "5.7.2"
}
}
2,017 changes: 468 additions & 1,549 deletions core/vanilla-starter-template-ethers/yarn.lock

Large diffs are not rendered by default.