JimLiu / bbcode-to-react

A utility for turning raw BBCode into React elements.
MIT License
24 stars 21 forks source link

Update react peer dep to support v17 #14

Open casieber opened 3 years ago

casieber commented 3 years ago

Newer npm versions more strongly enforce peer dependency requirements on npm install. This means that attempting to use this package against React 17 will fail to install unless using the --legacy-peer-deps flag. This change fixes that.