react-styleguidist icon indicating copy to clipboard operation
react-styleguidist copied to clipboard

Upgrade react-simple-code-editor to 0.11.2

Open DanielHara opened this issue 3 years ago • 1 comments

Using React 17 with styleguidist, I get following warning:

warning "react-styleguidist > [email protected]" has incorrect peer dependency "react@^16.0.0".
warning "react-styleguidist > [email protected]" has incorrect peer dependency "react-dom@^16.0.0".

react-simple-code-editor has shipped a new version with official React 17 support: https://github.com/satya164/react-simple-code-editor/releases/tag/v0.11.1

Let's fix the warning by upgrading.

Thanks!

DanielHara avatar Jun 21 '22 19:06 DanielHara

There is a new version available https://github.com/satya164/react-simple-code-editor/releases/tag/v0.11.3

FDiskas avatar Aug 09 '22 20:08 FDiskas

fixed in https://github.com/styleguidist/react-styleguidist/commit/374acc5f89a7e15e6258bc7e97abe814a7e5c4e5

ThomasRoest avatar Oct 14 '22 10:10 ThomasRoest