azer / prova

Test runner based on Tape and Browserify
Other
333 stars 30 forks source link

Update Dependencies #53

Closed MylesBorins closed 9 years ago

MylesBorins commented 9 years ago

The first commit updates all out of date dependencies except for Browserify and Watchify which both require a rewrite in order to support the latest versions.

The second commit updates both browserify and watchify.

Both have changed quite a bit since the versions tracked in the current iteration of Prova. This required a bit of an overhaul to the current way that prova interfaces with the two. Specifically it was neccessary to modify lib/browser.js and lib/browserify-transform.js to support the latest api.

azer commented 9 years ago

thx for the PR, will try it this weekend

MylesBorins commented 9 years ago

@azer any chance to check this yet?

azer commented 9 years ago

released as 1.16.0, thanks for the PR

MylesBorins commented 9 years ago

!!!