adrien2p / medusa-extender

:syringe: Medusa on steroid, take your medusa project to the next level with some badass features :rocket:
https://adrien2p.github.io/medusa-extender/
MIT License
320 stars 40 forks source link

Not working with medusa js 1.3.16 #203

Closed ssagarkunjadiya closed 12 months ago

ssagarkunjadiya commented 1 year ago

Module '"@medusajs/medusa/dist/repositories/order"' has no exported member 'ProductRepository'. Did you mean to use 'import ProductRepository from "@medusajs/medusa/dist/repositories/order"' instead?

The signature '(entity?: Function | EntitySchema): ClassDecorator' of 'EntityRepository' is deprecated.ts(6387) EntityRepository.d.ts(7, 4): The declaration was marked as deprecated here.

The signature '(source: Constructor): MixinReturnType<Repository, MedusaProductRepository>' of 'Utils.repositoryMixin' is deprecated.