vlucas / frisby

Frisby is a REST API testing framework built on Jest that makes testing API endpoints easy, fast, and fun.
http://frisbyjs.com
1.53k stars 201 forks source link

refactor!: Increased version for all dependency to highest non breaking, removed Node 6 support #549

Closed rkesters closed 4 years ago

rkesters commented 4 years ago

When installing the latest version, npm complains about using deprecated versions. I updated each of the deps to the highest version that did not break tests. Also changejoi to @hapi/joi

@vlucas could you review and publish an updated version to npm.

rkesters commented 4 years ago

@vlucas could you review?

P.S.: BTW I grow up in Oklahoma, just east of Tulsa

vlucas commented 4 years ago

Just to confirm - this upgrade, unlike Joi v16, will continue to work fine with existing schemas, right?