Closed ruyadorno closed 8 years ago
Nice find @ruyadorno. Overall looks good, just question. Why did you changed the patch version for some dependencies? Shouldn't this be handled by npm and the semver range pattern?
for no reason whatsoever, I was just browsing the react-related dependencies and bumping up to latest versions but it happened that I also bumped the patch versions...
it's to avoid this kind of confusion that I tried to use x instead of patch versions in the past - anyways, do you want me to revert it? in this case we should rather standardize the use of 0
or x
or *
for the patch versions :blush:
All good, thanks for clarification
It seems the small snippet from
spec/helpers/createComponent.js
evolved into a properly supported library with much more options that will be useful to allow me to test the prompts. This PR introduces this new lib:skin-deep
Also, updated dependencies to versions compatible with
react@0.14.7
@stefanbuck for CR