zoubingwu / msw-auto-mock

A cli tool to generate random mock data from OpenAPI definition for msw.
265 stars 55 forks source link

Why is @faker-js/faker peer dependency now pinned? #62

Closed PodStuart closed 2 months ago

PodStuart commented 2 months ago

In trying to pull in the latest version of this library we are getting an NPM conflict because we have @faker-js/faker in our package.json with version 8.4.1. As msw-auto-mock now specifies @faker-js/faker 8.2.0 as a peer dependency we get an error doing an npm install. I found the commit where the change was made but no obvious indication as to why.

zoubingwu commented 2 months ago

sorry this is a mistake and it was fixed in v0.24.0