-
-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
Description
It's nice to be able to periodically run yarn upgrade --latest
and have your package.json update to the latest versions of everything, but ts-loader on encore 0.21 seems to be locked at ^4.3.0 and instead I need to manually type out every dependency to update minus ts-loader to avoid getting the newer version. This was also an issue with encore 0.20 which was locked into an even older version of ts-loader and I was surprised to see the same issue on the latest encore.
Is it possible to bump the dependency requirement to ^5.1.1 which is the oldest 5.x version that contains a bug fix?