Skip to content

Commit

Permalink
chore: fix peer dep of viem to match siwe update
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Sep 30, 2024
1 parent 2be0e56 commit 070dd19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/auth-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"files": ["dist"],
"license": "MIT",
"scripts": {
"build": "tsup --config tsup.config.ts",
Expand All @@ -29,7 +27,7 @@
"neverthrow": "^6.1.0"
},
"peerDependencies": {
"viem": "2.x"
"viem": "^2.12.0"
},
"devDependencies": {
"viem": "^2.21.12"
Expand Down

0 comments on commit 070dd19

Please sign in to comment.