-
Notifications
You must be signed in to change notification settings - Fork 253
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
dependencies updated #183
dependencies updated #183
Conversation
package.json
Outdated
"cross-env": "^3.2.4", | ||
"mocha": "^3.1.2", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating node types will make it easy to accidentally break old node support without knowing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should I leave node LTS instead of latest ? Is just @types/node
, right ? IMO, node 6 is too outdated but perhaps you want me to leave it as it was ? please advice and I will make the change, thanks! :) - BTW great project!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#179 relies on node 6 as the minimum, I'd say keep @types/node as they were until we want to drop support for node 6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there you have it : "@types/node": "^6.0.104" hope it's fine, good job with this library!!! :)
Thanks @cancerberoSgx! |
No description provided.