Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated Dependency Imported with prosemirror-state #379

Open
tfeuerborn-elgia opened this issue Dec 2, 2024 · 0 comments
Open

Outdated Dependency Imported with prosemirror-state #379

tfeuerborn-elgia opened this issue Dec 2, 2024 · 0 comments

Comments

@tfeuerborn-elgia
Copy link

Hello there! I am currently working on a project that utilizes prosemirror and we have been using the skypack CDN to serve the prosemirror files! However, as time has gone on, we have noticed that several of the "most up to date" versions of the core libraries will sometimes call outdated dependencies. I am wondering if there is a simple way to address this.

A specific example I am currently having issues with is prosemirror-state (newest version) imports [email protected], however I need at least prosemirrro-transform^1.10.0 for my code to function, as it includes an update to the Transform class that is not present in 1.7.2.

I am hoping there is a simple way to bypass this, or even to tell the CDN "Please use version x for dependency y", and if there is not any way to tell the cdn that I am hoping you will be able to re-link the dependencies for all prosemirror packages!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant