-
Notifications
You must be signed in to change notification settings - Fork 13
Updated dependencies #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated dependencies #3
Conversation
Seems like it's failing for 0.10.0, could this be because of the devDependencies? |
1 similar comment
There we go. It seems like something was wrong with the coveralls plugin |
Hi @maxrimue thanks for working on this! Thanks to your PR I checked http://semver.org for the first time and OMG I always had a wrong understanding of semantic versioning! To make sure people don't risk to install a too old dependency would you mind changing all versions - e.g. for lodash - from I can afterwards configure TravisCI to build with lodash 3.8.0 + type-is 1.6.0 and also with lodash latest + type-is latest. |
@analog-nico Do you explicitly want lodash in version 3.8 or higher, or can it be also 3.9 or higher? |
Good point. Take the highest version available today. |
1 similar comment
Done |
Hi @maxrimue I just published version 0.2.0 with it's dependencies up-to-date. Cheers! |
@analog-nico Glad to hear that, thanks 👍 |
First of all: Thanks for creating this project.
I've been using it in one of my repos, however, when using david-dm it showed me that my dependencies are "Insecure". I think this is related to hpp, because it uses outdated modules. This change should just update the dependencies, everything should work as expected, since those are just minor updates, so updates not changing or removing any existing API.