| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
⚠️ No Changeset foundLatest commit: 36afcfb Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Click here to learn what changesets are, and how to add one. Click here if you're a maintainer who wants to add a changeset to this PR |
Sorry, something went wrong.
| "peerDependencies": { | ||
| "date-fns": "2.x", | ||
| "esbuild": "0.11.x || 0.12.x || 0.13.x", | ||
| "esbuild": "^0.12.1 || 0.13.x", |
There was a problem hiding this comment.
I've not tested if this way of specifying the versions works.
Sorry, something went wrong.
| "comment-json": "^4.2.2", | ||
| "date-fns": "2.x", | ||
| "esbuild": "0.11.x || 0.12.x || 0.13.x || 0.14.x", | ||
| "esbuild": "^0.12.1 || 0.13.x || 0.14.x", |
There was a problem hiding this comment.
I've not tested if this way of specifying the versions works.
Sorry, something went wrong.
|
Could you please provide some explanation/motivation for this change? Which problem are you trying to address with this? (Please refer to the corresponding issues.) |
Sorry, something went wrong.
|
Reproduction repo: #205 (comment) |
Sorry, something went wrong.
This change fixes an error caused by older version of esbuild. See #205. |
Sorry, something went wrong.
|
Thanks a lot for this PR and corresponding issue! Very helpful! 🙏 Will be released as part of the upcoming 0.2.5. |
Sorry, something went wrong.
|
No problemo! Very happy to help out. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.