final-form / react-final-form-html5-validation

A swap-in replacement for 🏁 React Final Form's <Field> component to provide HTML5 Validation
MIT License
56 stars 8 forks source link

Update React in peerDeps #28

Open MoltenCoffee opened 3 years ago

MoltenCoffee commented 3 years ago

As mentioned in #27, with the new React version, this should probably be reflected in the peerDependencies as well. This PR does just that!

codecov[bot] commented 3 years ago

Codecov Report

Merging #28 (368039c) into master (c21e696) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #28   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           41        41           
  Branches        17        17           
=========================================
  Hits            41        41           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c21e696...f01c12c. Read the comment docs.

MoltenCoffee commented 3 years ago

@erikras I was wondering if you could have a look at this?