Commit c2da472
Add support for esbuild 0.26 and 0.27 (#832)
## Summary
- Updated esbuild peer dependency to support versions 0.26 and 0.27
## Related Issue
Fixes #826
## Context
Users were receiving warnings when using esbuild 0.27 because the peer
dependency constraint only allowed up to 0.25. This PR adds support for
0.26 and 0.27 to the peer dependency range.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Extended esbuild peer dependency compatibility range to support newer
versions.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7e3e062 commit c2da472
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments