Skip to content

Commit

Permalink
fix: move viem to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Feb 26, 2024
1 parent fe3b5d1 commit b1e56b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"async-mutex": "^0.4.1",
"elliptic": "^6.5.4",
"ethers": "^5.7.2",
"long": "^5.2.3"
"long": "^5.2.3",
"viem": "^1.21.4"
},
"devDependencies": {
"@commitlint/cli": "17.8.1",
Expand Down Expand Up @@ -147,7 +148,6 @@
"semantic-release": "^21.1.2",
"typedoc": "^0.25.9",
"typescript": "^5.3.3",
"viem": "^1.21.4",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const external = [
'elliptic',
'ethers',
'long',
'viem',
]

const plugins = [
Expand Down

0 comments on commit b1e56b0

Please sign in to comment.