Skip to content

Commit

Permalink
Update skeleton app default dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtkowiak committed Dec 7, 2016
1 parent eb4a1e7 commit 7d6e00d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/electronAppScaffold.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default class ElectronAppScaffold {
};

if (!this.$.env.isProductionBuild()) {
this.packageJson.dependencies.devtron = '1.3.0';
this.packageJson.dependencies['electron-debug'] = '0.6.0';
this.packageJson.dependencies.devtron = '1.4.0';
this.packageJson.dependencies['electron-debug'] = '1.1.0';
}
}

Expand Down
12 changes: 6 additions & 6 deletions lib/skeletonDependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ export default {
connect: '3.5.0',
'server-destroy': '1.0.1',
'connect-modrewrite': '0.9.0',
winston: '2.2.0',
winston: '2.3.0',
'find-port': '2.0.1',
rimraf: '2.5.4',
shelljs: '0.7.4',
lodash: '4.15.0',
request: '2.75.0',
shelljs: '0.7.5',
lodash: '4.17.2',
request: '2.79.0',
queue: '4.0.0',
reify: '0.3.8',
reify: '0.4.4',
send: '0.14.1',
'fs-plus': '2.9.2'
'fs-plus': '2.9.3'
};

0 comments on commit 7d6e00d

Please sign in to comment.