scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.66k stars 193 forks source link

Fix syntax error in peerDependencies #294

Closed tennox closed 5 months ago

fongandrew commented 5 months ago

Sorry for the delay in responding to this but this syntax isn't correct. >=15.5 || <=17.x" would respond to React being greater than 15.5 or being less than 17.x, which is basically every version of React. What we want is for React to be within a given range.

I'm going to clsoe this because we just bumped the peer dependency for React 18, but feel free to reopen.