sanity-io / sanity-plugin-seo-pane

Run Yoast's SEO review tools using Sanity data, inside a List View Pane.
MIT License
38 stars 8 forks source link

breaking yoastseo dependency #9

Closed radscheit closed 1 year ago

radscheit commented 1 year ago

After adding the package to a v3 Studio I got a breaking error:

Failed to resolve entry for package "yoastseo". The package may have incorrect main/module/exports specified in its package.json.

radscheit commented 1 year ago

After adding the package to a v3 Studio I got a breaking error:

Failed to resolve entry for package "yoastseo". The package may have incorrect main/module/exports specified in its package.json.

Possibly related to https://github.com/Yoast/wordpress-seo/pull/19361

Designer023 commented 1 year ago

The same issue was on another Sanity plugin which was just fixed by bumping the yoastseo package to 1.91.1.

I would suggest that the same fix would work here

radscheit commented 1 year ago

@Designer023 See closed PR https://github.com/sanity-io/sanity-plugin-seo-pane/pull/10