Skip to content

Commit

Permalink
fix(deps): update dependency viem to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent 76ddc6e commit 59f59f5
Show file tree
Hide file tree
Showing 9 changed files with 729 additions and 525 deletions.
79 changes: 64 additions & 15 deletions core/next-starter-template-wagmi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/next-starter-template-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3",
"viem": "^1.13.1",
"viem": "^2.0.0",
"wagmi": "^1.4.2"
}
}
21 changes: 20 additions & 1 deletion core/next-starter-template-wagmi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,11 @@ [email protected]:
resolved "https://registry.npmjs.org/abitype/-/abitype-0.9.8.tgz"
integrity sha512-puLifILdm+8sjyss4S+fsUN09obiT1g2YW6CtcQF+QDzxR0euzgEB29MZujC6zMk2a6SVmtttq1fc6+YFA7WYQ==

[email protected]:
version "1.0.0"
resolved "https://registry.npmjs.org/abitype/-/abitype-1.0.0.tgz"
integrity sha512-NMeMah//6bJ56H5XRj8QCV4AwuW6hB6zqz2LnhhLdcWVQOsXki6/Pn3APeqxCma62nXIcmZWdu1DlHWS74umVQ==

acorn-jsx@^5.3.2:
version "5.3.2"
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
Expand Down Expand Up @@ -4568,7 +4573,7 @@ [email protected]:
proxy-compare "2.5.1"
use-sync-external-store "1.2.0"

viem@^1.0.0, viem@^1.13.1:
viem@^1.0.0:
version "1.21.4"
resolved "https://registry.npmjs.org/viem/-/viem-1.21.4.tgz"
integrity sha512-BNVYdSaUjeS2zKQgPs+49e5JKocfo60Ib2yiXOWBT6LuVxY1I/6fFX3waEtpXvL1Xn4qu+BVitVtMh9lyThyhQ==
Expand All @@ -4582,6 +4587,20 @@ viem@^1.0.0, viem@^1.13.1:
isows "1.0.3"
ws "8.13.0"

viem@^2.0.0:
version "2.4.0"
resolved "https://registry.npmjs.org/viem/-/viem-2.4.0.tgz"
integrity sha512-CPP4ZBy0vKqJE1L2Dzrw/am3vD9p42H3nQwqNBk3o3R8jnM4vwncHjdu+V8tWdk3ZyM8now6Bdlqv76WPpZQhg==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.2.0"
"@noble/hashes" "1.3.2"
"@scure/bip32" "1.3.2"
"@scure/bip39" "1.2.1"
abitype "1.0.0"
isows "1.0.3"
ws "8.13.0"

vue@>=3:
version "3.4.11"
resolved "https://registry.npmjs.org/vue/-/vue-3.4.11.tgz"
Expand Down
100 changes: 84 additions & 16 deletions core/react-starter-template-wagmi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/react-starter-template-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@web3modal/wagmi": "3.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.13.1",
"viem": "^2.0.0",
"wagmi": "^1.4.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 59f59f5

Please sign in to comment.