Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Jun 27, 2024
1 parent 654cfe5 commit b9079cb
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 17 deletions.
50 changes: 40 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/armory-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@narval-xyz/armory-sdk",
"version": "0.0.3",
"dependencies": {
"axios": "^1.6.7",
"tslib": "^2.6.3",
"uuid": "^9.0.1",
"viem": "^2.7.16",
"zod": "^3.22.4",
"lodash": "^4.17.21",
"@noble/curves": "1.4.0",
"jose": "^5.4.0"
"axios": "1.7.2",
"jose": "5.5.0",
"lodash": "4.17.21",
"tslib": "2.6.3",
"uuid": "9.0.1",
"viem": "2.16.2",
"zod": "3.23.8"
}
}

0 comments on commit b9079cb

Please sign in to comment.