Make react example presets use their own package.json #185
Labels
bug
Something isn't working
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Milestone
Describe the bug
The react preset example repositories do not use their own
package.json
and since gls (gitpod-laravel-starter
) uses 8.* this means that any of the dev dependencies for the project can be bumped up at any time. This can break all kinds of things.A perfect example of this being a problem is #184
Screenshots
Steps to reproduce
See #184
Expected behavior
See #184
Additional information
Including a
package.json
in the react preset example will pin down major versions of the packages. This should fix the issueThe text was updated successfully, but these errors were encountered: