Merge pull request #1892 from roramirez/upgrade-electron-6

Upgrade to Electron 6:
This commit is contained in:
Michael Teeuw 2020-01-23 19:28:37 +01:00 committed by GitHub
commit 7fc4f61182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1453 additions and 2075 deletions

View File

@ -8,6 +8,7 @@ before_script:
- yarn danger ci
- npm install grunt-cli -g
- "export DISPLAY=:99.0"
- "export ELECTRON_DISABLE_SANDBOX=1"
- "sh -e /etc/init.d/xvfb start"
- sleep 5
script:

3521
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,16 +47,16 @@
"http-auth": "^3.2.3",
"jsdom": "^11.6.2",
"jshint": "^2.10.2",
"mocha": "^4.1.0",
"mocha": "^7.0.0",
"mocha-each": "^1.1.0",
"mocha-logger": "^1.0.6",
"spectron": "^3.8.0",
"spectron": "^8.0.0",
"stylelint": "latest",
"stylelint-config-standard": "latest",
"time-grunt": "latest"
},
"optionalDependencies": {
"electron": "^3.0.13"
"electron": "^6.1.7"
},
"dependencies": {
"colors": "^1.1.2",