ninetailed-inc / ninetailed-examples

marketing-contentful-next-demo.vercel.app
11 stars 11 forks source link

Plans to support Contentful v10 #41

Closed spiceee closed 1 year ago

spiceee commented 1 year ago

Hi,

Sorry, I could not find a repo for @ninetailed/experience.js-utils-contentful. Are there any plans to bump the support to work with the latest major Contentful library? (~ 10.4.0)

Thanks,

Fabio.

BraunreutherA commented 1 year ago

Hi @spiceee, yes we're updating the Contentful utility library soon. I'll add an update here, as soon as this is done.

BraunreutherA commented 1 year ago

Additionally, the @ninetailed/experience.js-utils-contentful does work with the contentful version 10.4. The examples just don't use it cause of a typescript type change.

spiceee commented 1 year ago

@BraunreutherA It currently breaks our build because of the dependency conflict. We are at contentful@"^10.2.0".

BraunreutherA commented 1 year ago

Hi @spiceee we've updated the @ninetailed/experience.js-utils-contentful package to use the contentful library only for tests anymore and thus is a devDependency instead of a peerDependency now. This change is added in version 4.2.5.

It'd be great if you could let us know if that solved your issue. Thank you!

spiceee commented 1 year ago

@BraunreutherA works now, thanks! (It was working before with --legacy-peer-deps, just so you know).