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
package.json peer dependency entry for trumbowyg is set to version "2.11.0".
npm installer complains when attempting to install with a newer version of trumbowyg.
ERESOLVE unable to resolve dependency tree
Could you please change the syntax of the dependency version for the editor to allow newer versions than 2.11.0 as well?
thank you!
Current package.json entry:
"peerDependencies": {
"trumbowyg": "2.11.0"
The text was updated successfully, but these errors were encountered:
package.json peer dependency entry for trumbowyg is set to version "2.11.0".
npm installer complains when attempting to install with a newer version of trumbowyg.
Could you please change the syntax of the dependency version for the editor to allow newer versions than 2.11.0 as well?
thank you!
Current package.json entry:
The text was updated successfully, but these errors were encountered: