uiwjs / react-codemirror

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
https://uiwjs.github.io/react-codemirror/
MIT License
1.65k stars 132 forks source link

@uiw/codemirror-extensions-basic-setup 4.11.4 unavailable dependency #358

Closed manuelstein closed 2 years ago

manuelstein commented 2 years ago

Version 4.11.4 core package has a dependency on @uiw/codemirror-extensions-basic-setup that can't be resolved: https://github.com/uiwjs/react-codemirror/blob/768495fe6b6e8ed38a87de5b1f1040a5396f41f2/core/package.json#L40

manuelstein commented 2 years ago

NPMJS only hosts 4.11.1: https://www.npmjs.com/package/@uiw/codemirror-extensions-basic-setup In fact, taking a closer look, 4.11.2 and 4.11.3 are not available from npmjs.org either.

manuelstein commented 2 years ago

Possible fix provided by @rugvip https://github.com/uiwjs/react-codemirror/pull/357

jaywcjlove commented 2 years ago

@manuelstein I merged it.

jaywcjlove commented 2 years ago

The problem has been solved @manuelstein