Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sidecar): invalid semver range for source-map (#667)
Fixes #668 ## Issue The range specified isn't technically correct (pnpm accepts this though). Check with semver ![image](https://github.com/user-attachments/assets/3f003ad0-85b7-4bc6-bbae-b81d43903496) The fix is simple: ![image](https://github.com/user-attachments/assets/0908d33c-221c-4b9e-9f2e-d9d2c0e84eab) ## Workaround till fixed upstream ```json5 "resolutions": { "source-map": ">=0.8.0-beta <0.9.0" }, ```
- Loading branch information