prosemirror-utils
prosemirror-utils copied to clipboard
npm warning
npm issues the following warning:
npm WARN [email protected] requires a peer of prosemirror-tables@^0.9.1 but none is installed. You must install peer dependencies yourself.
Related to: https://github.com/atlassian/prosemirror-utils/blob/64b258de4cfb28a1f34bfc66791db8520984d5e1/package.json#L67
prosemirror-tables is on 1.0.0. Maybe cahnging to:
"prosemirror-tables": ">=0.9.1",
makes sense?