Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
fix: move esbuild deps to root (#5)
Browse files Browse the repository at this point in the history
* fix: move esbuild deps to root

* chore: changeset
  • Loading branch information
sor4chi authored Apr 10, 2024
1 parent b6a84d3 commit ba34de0
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-taxis-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"twrangler": patch
---

Fix resolve `esbuild` dependencies for `twrangler` package.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
"vitest": "^1.4.0",
"esbuild": "^0.20.2"
}
}
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"dependencies": {
"@twrangler/core": "workspace:*",
"esbuild": "^0.20.2",
"picocolors": "^1.0.0",
"yargs": "^17.7.2"
},
Expand Down
30 changes: 27 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 ba34de0

Please sign in to comment.