adopted-ember-addons / ember-electron

:zap: Build, test, compile and package desktop apps with Ember and Electron
https://ember-electron.js.org/
Other
805 stars 109 forks source link

Update some old dependencies #356

Closed jacobq closed 4 years ago

jacobq commented 6 years ago

I'm sure that upgrading some of these could require code changes in ember-electron, and I know that chasing little details like this often turns into useless yak shaving, but it looks like a bunch of them are way way behind. I've also been having some little hiccups with ember-inspector that I think might be fixed by using the latest version (and at first glance I don't see breaking changes that affect us).

# from npm-check-updates 
# based on master/d47826b3b4f9cad3d5797eee244339af35385e2d
# Tue Jul 17 16:07:22 CDT 2018
broccoli-file-creator       ^1.1.1  →   ^2.1.1 
broccoli-funnel             ^1.0.1  →   ^2.0.1 
broccoli-merge-trees        ^2.0.0  →   ^3.0.0 
chalk                       ^1.1.0  →   ^2.4.1 
console-ui                  ^1.0.3  →   ^2.2.2 
electron-forge              ~5.0.0  →   ~5.2.2 
ember-inspector              2.0.4  →    3.1.0 
execa                       ^0.6.3  →  ^0.10.0 
fs-extra                    ^2.0.0  →   ^7.0.0 
globby                      ^6.0.0  →   ^8.0.1 
tmp                         0.0.31  →   0.0.33 
chai                        ^3.5.0  →   ^4.1.2 
chai-as-promised            ^5.2.0  →   ^7.1.1 
electron-prebuilt-compile   1.4.15  →    2.0.4 
eslint                     ^3.16.1  →   ^5.1.0 
eslint-plugin-node          ^6.0.1  →   ^7.0.1 
mocha                       ^3.5.3  →   ^5.2.0 
mockery                     ^1.4.0  →   ^2.1.0 
qunit-dom                   ^0.6.2  →   ^0.7.1 
sinon                      ^1.17.2  →   ^6.1.3 
testdouble                  ^2.1.2  →   ^3.8.1 
RobbieTheWagner commented 4 years ago

All deps have been updated, except electron-forge now.