Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(esbuild): update peerDep range (#30167)
## Current Behavior `esbuild` has a security advisory for versions up to 0.24. If users attempted to install a version greater than 0.19, they would face peer dep issues with the `@nx/esbuild` package. ## Expected Behavior Expand the peerDep range for `esbuild` on the `@nx/esbuild` package to allow users to upgrade. Keep the base version at a lower version to support older OS and VMs which are unsupported by newer versions of `esbuild`. Closes #30009
- Loading branch information