RobinCK / typeorm-fixtures

:pill: Fixtures loader for typeorm 🇺🇦
https://robinck.github.io/typeorm-fixtures/
MIT License
566 stars 45 forks source link

chore: use faker-js/faker & upgrade to v6 with TS defs #186

Closed imnotjames closed 2 years ago

imnotjames commented 2 years ago

the faker package you're pulling in is still the faker package published by marak.

instead, the package referenced in the docs should be used & the v6 of the package includes native typescript definitions

RobinCK commented 2 years ago

@imnotjames thank you