Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
more permissive peer dependency for viem
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-3-7 committed May 19, 2023
1 parent 121e53c commit 0852f63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"toformat": "^2.0.0"
},
"peerDependencies": {
"viem": "^0.3.21"
"viem": "^0.3.x"
},
"devDependencies": {
"@types/big.js": "^4.0.5",
"@types/jest": "^24.0.25",
"babel-plugin-transform-jsbi-to-bigint": "^1.3.1",
"tsdx": "^0.14.1",
"viem": "^0.3.21"
"viem": "^0.3.31"
},
"resolutions": {
"tsdx/typescript": "^4.9.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6569,10 +6569,10 @@ [email protected]:
core-util-is "1.0.2"
extsprintf "^1.2.0"

viem@^0.3.21:
version "0.3.28"
resolved "https://registry.yarnpkg.com/viem/-/viem-0.3.28.tgz#5be6fa597338e3565cdd6656e5308d5457d7a6ca"
integrity sha512-8ia4vsJ1Bg3l7SOLmT07HdajWK+ejtkpMXPOOmQeeplPb6f0K0X6uGOvi/aFIJSK1dlq403jxupj6oFARNVmIw==
viem@^0.3.31:
version "0.3.31"
resolved "https://registry.yarnpkg.com/viem/-/viem-0.3.31.tgz#8a53da23f3cdfb6c7bbe8f3ecf6f73e8b81e0894"
integrity sha512-4B7oUQkYCGmnd/W+T/miFudx/pZ3V3mRdv3nl1tPy60W5Zlt2lIH+XN9Q0pkHe+5n2Eto/aFZYwRdqGsj6MHmA==
dependencies:
"@adraffy/ens-normalize" "1.9.0"
"@noble/curves" "1.0.0"
Expand Down

0 comments on commit 0852f63

Please sign in to comment.