Dependency updates (#1958)
* Dependency updates * update babel-loader, electron-builder, electron-builder-squirrel-windows * update node-pty to 0.6.9 release notes: https://github.com/Tyriar/node-pty/releases * update node-pty to 0.6.10 release notes: https://github.com/Tyriar/node-pty/releases/tag/0.6.10 * update electron-builder * more dependency updates * Update Electron and family Electron release notes: https://github.com/electron/electron/releases/tag/v1.6.12 * Update redux to 3.7.2 * Update webpack to 3.x and enable ModuleConcatenation Basically absorb PR #1967 * Update react and react-dom * also absorb the changes of PR https://github.com/zeit/hyper/pull/2056
This commit is contained in:
parent
eb85e14cbc
commit
263caa0659
5 changed files with 461 additions and 365 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"mkdirp": "0.5.1",
|
||||
"ms": "0.7.1",
|
||||
"node-fetch": "1.6.3",
|
||||
"node-pty": "0.6.6",
|
||||
"node-pty": "0.6.10",
|
||||
"semver": "5.3.0",
|
||||
"shell-env": "0.2.0",
|
||||
"uuid": "3.0.0",
|
||||
|
|
|
|||
|
|
@ -263,9 +263,9 @@ node-fetch@1.6.3:
|
|||
encoding "^0.1.11"
|
||||
is-stream "^1.0.1"
|
||||
|
||||
node-pty@0.6.6:
|
||||
version "0.6.6"
|
||||
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.6.6.tgz#7f507148f917aa809a714c2864d98f0e6d3afcd6"
|
||||
node-pty@0.6.10:
|
||||
version "0.6.10"
|
||||
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.6.10.tgz#b7d355bb2002d16e14c3c353e58c48f7ee131a67"
|
||||
dependencies:
|
||||
nan "2.5.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue