Skip to content

Commit

Permalink
lock the version of viem and wagmi (#420)
Browse files Browse the repository at this point in the history
Until issue #419 is fixed
  • Loading branch information
technophile-04 authored Jul 17, 2023
1 parent 23be8bd commit 8bde43a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"react-hot-toast": "^2.4.0",
"use-debounce": "^8.0.4",
"usehooks-ts": "^2.7.2",
"viem": "^1.2.1",
"wagmi": "^1.3.2",
"viem": "1.2.1",
"wagmi": "1.3.2",
"zustand": "^4.1.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1828,8 +1828,8 @@ __metadata:
use-debounce: ^8.0.4
usehooks-ts: ^2.7.2
vercel: ^28.15.1
viem: ^1.2.1
wagmi: ^1.3.2
viem: 1.2.1
wagmi: 1.3.2
zustand: ^4.1.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -13375,7 +13375,7 @@ __metadata:
languageName: node
linkType: hard

"viem@npm:^1.0.0, viem@npm:^1.2.1":
"viem@npm:1.2.1, viem@npm:^1.0.0":
version: 1.2.1
resolution: "viem@npm:1.2.1"
dependencies:
Expand All @@ -13394,7 +13394,7 @@ __metadata:
languageName: node
linkType: hard

"wagmi@npm:^1.3.2":
"wagmi@npm:1.3.2":
version: 1.3.2
resolution: "wagmi@npm:1.3.2"
dependencies:
Expand Down

0 comments on commit 8bde43a

Please sign in to comment.