apiaryio / fury-adapter-swagger

Swagger 2.0 parser adapter for Fury.js
MIT License
11 stars 12 forks source link

Prevent peer deps issues with the latest Fury #144

Closed honzajavorek closed 6 years ago

honzajavorek commented 6 years ago

Related to https://github.com/apiaryio/dredd/issues/905

kylef commented 6 years ago

You'll need to update the dev dependency on Fury too:

npm ERR! peerinvalid The package fury@3.0.0-beta.4 does not satisfy its siblings' peerDependencies requirements!

honzajavorek commented 6 years ago

Aaah, so I guess I'll just close this and pin fury@3.0.0-beta.4 in Dredd Transactions for now. That will prevent peer deps problems for now and auto-update problems for future.