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 32e14db commit 8fe63e4
Show file tree
Hide file tree
Showing 9 changed files with 302 additions and 60 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.15"
resolved "https://registry.npmjs.org/vue/-/vue-3.4.15.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.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.13.1",
"viem": "^2.0.0",
"wagmi": "^1.4.2"
},
"devDependencies": {
Expand Down
35 changes: 27 additions & 8 deletions core/react-starter-template-wagmi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,9 @@
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==

"@types/prop-types@*":
version "15.7.11"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563"
integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==
version "15.7.5"
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz"
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==

"@types/react-dom@^18.0.11":
version "18.2.18"
Expand All @@ -970,7 +970,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.2.48":
"@types/react@*", "@types/react@^18.0.28":
version "18.2.48"
resolved "https://registry.npmjs.org/@types/react/-/react-18.2.48.tgz"
integrity sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==
Expand All @@ -980,9 +980,9 @@
csstype "^3.0.2"

"@types/scheduler@*":
version "0.16.8"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
version "0.16.3"
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz"
integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==

"@types/trusted-types@^2.0.2":
version "2.0.4"
Expand Down Expand Up @@ -1581,6 +1581,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@^8.10.0:
version "8.11.3"
resolved "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz"
Expand Down Expand Up @@ -3427,7 +3432,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 @@ -3441,6 +3446,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"

vite@^5.0.0:
version "5.0.12"
resolved "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz"
Expand Down
Loading

0 comments on commit 8fe63e4

Please sign in to comment.