thlorenz / proxyquire

🔮 Proxies nodejs require in order to allow overriding dependencies during testing.
MIT License
2.75k stars 100 forks source link

Update dependencies #243

Closed delaguilaluis closed 5 years ago

delaguilaluis commented 5 years ago

Hello! 👋 This PR updates dependencies to their latest version. The update to standard is isolated in its own commit (5a30adc).

As a bonus, we saw a great performance improvement from using resolve@1.11.1 in a code base making heavy use of proxyquire:

rtrys commented 5 years ago

It helps with this issue #238

bendrucker commented 5 years ago

This is great, thanks! Super pleased to hear about the perf improvement.