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
I tried updating the dependency on date-fns from v3 to v4 in my project, when using Yarn PnP I have the following warning:
date-fns is listed by your project with version 4.1.0 (p10f0d), which doesn't satisfy what @date-io/date-fns and other dependencies request (^3.2.0)
I don't know if any date-io code should be modified to support this version, but the package.json peerDependencies on date-fns should at least allow v4.
The text was updated successfully, but these errors were encountered:
Hi,
I tried updating the dependency on date-fns from v3 to v4 in my project, when using Yarn PnP I have the following warning:
I don't know if any date-io code should be modified to support this version, but the package.json peerDependencies on date-fns should at least allow v4.
The text was updated successfully, but these errors were encountered: