Skip to content

Commit

Permalink
fix: cli esbuild version (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored Aug 31, 2023
1 parent 6126022 commit 8ac5b57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-icons-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/cli": patch
---

Fixed esbuild version
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"detect-package-manager": "^2.0.1",
"dotenv": "^16.0.3",
"dotenv-expand": "^10.0.0",
"esbuild": "0.19.0",
"esbuild": "0.16.17",
"execa": "^6.1.0",
"find-up": "^6.3.0",
"fs-extra": "^10.1.0",
Expand Down

1 comment on commit 8ac5b57

@vercel
Copy link

@vercel vercel bot commented on 8ac5b57 Aug 31, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.