zambezi / ez-build

Zambezi build tool
MIT License
2 stars 1 forks source link

Update dependencies #55

Closed mstade closed 6 years ago

mstade commented 6 years ago

Description

Update all dependencies to newer and semver compatible versions.

Motivation and Context

This will have to be a kind of in-between update of dependencies, since Babel 7 is supposedly around the corner, and will likely cause all sorts of mayhem. Bumping them now will make it a bit less daunting to do the major update later.

How Was This Tested?

No new tests were added, but all current tests pass after the change to the JS builder.

Types of changes

Checklist:

codecov-io commented 6 years ago

Codecov Report

Merging #55 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   95.03%   95.06%   +0.03%     
==========================================
  Files          15       15              
  Lines         322      324       +2     
==========================================
+ Hits          306      308       +2     
  Misses         16       16
Impacted Files Coverage Δ
src/builder/javascript.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 904987c...b87ac09. Read the comment docs.