bump(version): React 15.6, Electron 1.7.3

This commit is contained in:
Ben Gotow 2017-06-19 19:12:10 -07:00
parent 6d2c2b2af5
commit a5afcf17ee
2 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@
"coffeestack": "^1.1",
"color": "^0.7.3",
"debug": "github:emorikawa/debug#nylas",
"electron": "1.4.15",
"electron": "1.7.3",
"electron-spellchecker": "1.0.1",
"emissary": "^1.3.1",
"emoji-data": "^0.2.0",
@ -86,11 +86,11 @@
"proxyquire": "1.3.1",
"q": "^1.0.1",
"raven": "1.1.4",
"react": "15.4.2",
"react-addons-css-transition-group": "15.4.2",
"react-addons-perf": "15.4.2",
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.2",
"react": "15.6.0",
"react-addons-css-transition-group": "15.6.0",
"react-addons-perf": "15.6.0-rc.1",
"react-addons-test-utils": "15.6.0",
"react-dom": "15.6.0",
"reflux": "0.1.13",
"request": "2.79.x",
"request-progress": "^0.3",

View file

@ -83,7 +83,7 @@ const npmEnvs = {
NPM_CONFIG_TARGET: '0.10.40',
}),
electron: Object.assign({}, process.env, {
NPM_CONFIG_TARGET: '1.4.15',
NPM_CONFIG_TARGET: '1.7.3',
NPM_CONFIG_ARCH: process.arch,
NPM_CONFIG_TARGET_ARCH: process.arch,
NPM_CONFIG_DISTURL: 'https://atom.io/download/electron',