You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 leastprosemirrro-transform^1.10.0
for my code to function, as it includes an update to theTransform
class that is not present in1.7.2
.I am hoping there is a simple way to bypass this, or even to tell the CDN "Please use version
x
for dependencyy
", 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!The text was updated successfully, but these errors were encountered: