Looks like @mdn/browser-compat-data is now on major version 5, which means that browserslist-generator unfortunately is stuck with older versions (about 6 months old now), since it depends on ^4.1.16.
Updating package.json to use v5 (and making the necessary changes if the new major version comes with any breaking changes for browserslist-generator) would allow consumers to keep using up-to-date versions of browserslist-generator as needed.
I'll take a look at putting together a PR, but I wanted to create the issue first in case I take too long or need to pull back!
Looks like
@mdn/browser-compat-data
is now on major version 5, which means thatbrowserslist-generator
unfortunately is stuck with older versions (about 6 months old now), since it depends on^4.1.16
.Updating
package.json
to use v5 (and making the necessary changes if the new major version comes with any breaking changes forbrowserslist-generator
) would allow consumers to keep using up-to-date versions ofbrowserslist-generator
as needed.I'll take a look at putting together a PR, but I wanted to create the issue first in case I take too long or need to pull back!