Skip to content

Commit

Permalink
chore: axelar api dependencies (#298)
Browse files Browse the repository at this point in the history
* chore: making axelarjs/utils an explicit dependency

* docs(changeset): make axelarjs/utils an explicit dependency

* chore: modify lockfile
  • Loading branch information
canhtrinh authored Mar 20, 2024
1 parent b6ed9a4 commit a68c1ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-laws-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@axelarjs/api": patch
---

make axelarjs/utils an explicit dependency
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"license": "LicenseRef-LICENSE",
"devDependencies": {
"@axelarjs/config": "workspace:*",
"@axelarjs/utils": "workspace:*",
"@types/node": "^20.11.28",
"dotenv": "^16.4.5",
"fast-check": "^3.16.0",
Expand All @@ -99,6 +98,7 @@
},
"dependencies": {
"@axelarjs/core": "workspace:*",
"@axelarjs/utils": "workspace:*",
"isomorphic-unfetch": "^4.0.2",
"rambda": "^9.1.1",
"viem": "^2.8.11"
Expand Down
7 changes: 4 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit a68c1ec

Please sign in to comment.