Closed
Description
With the release of Prettier v2.x, projects wishing to update to the latest version will download both versions of Prettier due to this module having a hard dependency on v1.x.
Since Prettier is only require
'd when prettify == true
and NODE_ENV != "production"
, can this dependency be switched to an optionalDependency or peerDependency? Or perhaps its version requirement relaxed to include v2.x?