Skip to content

Commit

Permalink
Merge pull request #542 from xmtp/rygine/updates
Browse files Browse the repository at this point in the history
Move viem to regular dependencies
  • Loading branch information
rygine committed Feb 27, 2024
2 parents fe3b5d1 + 9718852 commit 6579a0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.0
18.19.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.0
18.19.1
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 6579a0d

Please sign in to comment.