mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
bump(version): React 15.6, Electron 1.7.3
This commit is contained in:
parent
6d2c2b2af5
commit
a5afcf17ee
2 changed files with 7 additions and 7 deletions
|
@ -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",
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue