react-code-input
react-code-input copied to clipboard
fix: #75 - moved react and react-dom to devDependency
and running 'npm audit fix' updated the other npm dependencies to fix the vulnerabilities.
This PR fixes https://github.com/40818419/react-code-input/issues/75
Codecov Report
Merging #91 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #91 +/- ##
=======================================
Coverage 96.47% 96.47%
=======================================
Files 2 2
Lines 142 142
Branches 39 39
=======================================
Hits 137 137
Misses 5 5
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 3491874...834094e. Read the comment docs.
@40818419 can you please look into this pull request? faster response is much appreciated...
Why in dev-dependencies, they must be in the peer dependencies.
should put them in both dev and peer dependencies so consumers will be aware.