You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example presets such as the react examples were built on laravel 8.*
Currently the React example preset repositories do not use their own package.json so many dev dependencies will be bumped down when using an older version of Laravel.
This has not been tested yet but I came across it while attempting to fix #185
Screenshots
Steps to reproduce
TBD
Expected behavior
React preset examples should work regardless of Laravel version however this may not be possible so TBD
Additional information
The only decent quick fix might be to log a warning about a version mismatch if the Laravel major version does not match the version the preset example was built with.
The text was updated successfully, but these errors were encountered:
Fixes: apolopena/gitpod-laravel-starter#186
Pin package major versions so this project wil not break unexpectedly if/when Laravels minor version increases.
* Pin package.json
Fix: apolopena/gitpod-laravel-starter#186
Pin package major versions so this project wil not break unexpectedly if/when Laravels minor version increases.
Describe the bug
Example presets such as the react examples were built on laravel 8.*
Currently the React example preset repositories do not use their own package.json so many dev dependencies will be bumped down when using an older version of Laravel.
This has not been tested yet but I came across it while attempting to fix #185
Screenshots
Steps to reproduce
TBD
Expected behavior
React preset examples should work regardless of Laravel version however this may not be possible so TBD
Additional information
The only decent quick fix might be to log a warning about a version mismatch if the Laravel major version does not match the version the preset example was built with.
The text was updated successfully, but these errors were encountered: