mkermani144 / wanna

💡✔ Wanna is an implementation of a 21st-century to-do list app.
https://wanna.js.org
MIT License
199 stars 30 forks source link

Update dependencies #256

Closed mkermani144 closed 6 years ago

mkermani144 commented 6 years ago

Report from npm-check-updates with a few changes:

electron                  1.7.6  →          1.7.11 
material-ui              0.19.3  →          0.20.0 
ramda                   ^0.24.1  →         ^0.25.0 
react                   ^15.5.4  →         ^16.2.0 
react-dom               ^15.5.4  →         ^16.2.0 
react-tap-event-plugin   ^2.0.1  →          ^3.0.2 
enzyme                   ^2.9.1  →          ^3.3.0 
eslint                  ^3.19.0  →         ^4.16.0 
eslint-config-airbnb    ^15.0.1  →         ^16.1.0 
eslint-plugin-jsx-a11y   ^5.0.3  →          ^6.0.3 
react-scripts             1.0.7  →           1.1.0 
react-test-renderer     ^15.6.1  →         ^16.2.0 
selenium-webdriver       ^3.5.0  →          ^3.6.0
codecov[bot] commented 6 years ago

Codecov Report

Merging #256 into master will increase coverage by 0.22%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   81.35%   81.57%   +0.22%     
==========================================
  Files          38       40       +2     
  Lines         413      418       +5     
  Branches       38       38              
==========================================
+ Hits          336      341       +5     
  Misses         67       67              
  Partials       10       10
Impacted Files Coverage Δ
src/Task/Task.js 100% <ø> (ø) :arrow_up:
src/Task/lib/classify.js 100% <ø> (ø) :arrow_up:
src/FAB/NewIdeaDialog.js 88.23% <ø> (ø) :arrow_up:
src/Task/Actions.js 100% <ø> (ø) :arrow_up:
src/Idea/IdeaList.js 82.14% <ø> (ø) :arrow_up:
src/Idea/Actions.js 100% <ø> (ø) :arrow_up:
src/App.js 0% <ø> (ø) :arrow_up:
src/Idea/EditIdeaDialog.js 100% <ø> (ø) :arrow_up:
src/Task/EditTaskDialog.js 100% <ø> (ø) :arrow_up:
src/Settings/CalendarSystemDialog.js 100% <100%> (ø) :arrow_up:
... and 11 more

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 0504733...c937bb9. Read the comment docs.