Browse Source

Merge pull request #121 from joaodealmeida/electron-update

Update electron and electron-builder to latest release.
renovate/lint-staged-8.x
JimmyMow 7 years ago
committed by GitHub
parent
commit
aa715b0b1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/package.json
  2. 4
      package.json
  3. 679
      yarn.lock

2
app/package.json

@ -11,7 +11,7 @@
},
"scripts": {
"postinstall": "npm rebuild --runtime=electron --target=1.6.6 --disturl=https://atom.io/download/atom-shell --build-from-source",
"install-grpc": "cd node_modules/grpc && git submodule update --init && npm run electron-build -- --target=1.6.10"
"install-grpc": "cd node_modules/grpc && git submodule update --init && npm run electron-build -- --target=1.7.10"
},
"license": "MIT",
"dependencies": {

4
package.json

@ -141,8 +141,8 @@
"cross-env": "^5.0.0",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.3",
"electron": "^1.6.10",
"electron-builder": "^19.8.0",
"electron": "^1.7.10",
"electron-builder": "^19.49.2",
"electron-devtools-installer": "^2.2.1",
"enzyme": "^2.9.1",
"enzyme-to-json": "^1.5.1",

679
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save