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
Newly generated apps are being populated with the oldest version of dependencies available in the major version range specified in the template rather than the newest.
Steps to Reproduce:
blitz new my-blitz-project
cd my-blitz-project
yarn lint 💥 Oops,
[email protected] is broken. Wait, why do we have 2.0.0 anyway? 2.5.1 is the latest 2.x release.
What is the problem?
Newly generated apps are being populated with the oldest version of dependencies available in the major version range specified in the template rather than the newest.
Steps to Reproduce:
blitz new my-blitz-project
cd my-blitz-project
yarn lint
💥 Oops,[email protected]
is broken. Wait, why do we have 2.0.0 anyway? 2.5.1 is the latest 2.x release.Versions:
Supporting Documentation
The text was updated successfully, but these errors were encountered: