Skip to content

Commit

Permalink
Merge pull request #103 from axelarnetwork/feat/evm/update-tsx
Browse files Browse the repository at this point in the history
chore: update tsx package in evm module
  • Loading branch information
alanrsoares authored Dec 11, 2023
2 parents c4bb3fc + 517734a commit ea92452
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .changeset/hip-coins-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@axelarjs/evm": patch
"@axelarjs/ui": patch
---

update tsx dependency
2 changes: 1 addition & 1 deletion apps/maestro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"next-auth": "^4.24.5",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"tsx": "^3.14.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"vitest": "^0.34.6",
"zx": "^7.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"dependencies": {
"@axelarjs/utils": "workspace:*",
"package-json": "^8.1.1",
"tsx": "^4.6.2",
"viem": "^1.19.11",
"tsx": "^3.14.0",
"zx": "^7.2.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix": "^2.8.0",
"tsup": "^7.3.0",
"tsx": "^3.14.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"vite": "4.4.9",
"vitest": "^0.34.6",
Expand Down
22 changes: 13 additions & 9 deletions pnpm-lock.yaml

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

2 comments on commit ea92452

@vercel
Copy link

@vercel vercel bot commented on ea92452 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axelar-registry – ./apps/registry

axelar-registry-axelar-network.vercel.app
axelar-registry-git-main-axelar-network.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ea92452 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axelar-ui – ./packages/ui

axelar-ui-axelar-network.vercel.app
ui.axelar.dev
axelar-ui-git-main-axelar-network.vercel.app
axelar-ui.vercel.app

Please sign in to comment.