Node v12, Dependency Upgrade.

pull/38/head
Daniel Scalzi 2019-07-11 20:51:58 -04:00
parent d94365f535
commit 0194c2b6f1
7 changed files with 547 additions and 775 deletions

1
.eslintignore 100644
View File

@ -0,0 +1 @@
dist

View File

@ -45,6 +45,9 @@
"ignoreRestSiblings": false,
"argsIgnorePattern": "reject"
}
],
"no-async-promise-executor": [
0
]
},
"overrides": [

2
.nvmrc
View File

@ -1 +1 @@
10
12

View File

@ -1,9 +1,9 @@
matrix:
include:
- os: osx
osx_image: xcode10
osx_image: xcode11
language: node_js
node_js: "10"
node_js: "12"
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

View File

@ -78,7 +78,7 @@ If you want to export the console output, simply right click anywhere on the con
**System Requirements**
* [Node.js][nodejs] v10.x.x
* [Node.js][nodejs] v12.x.x
---

1292
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,28 +22,28 @@
"lint": "eslint --config .eslintrc.json ."
},
"engines": {
"node": "10.x.x"
"node": "12.x.x"
},
"dependencies": {
"adm-zip": "^0.4.13",
"async": "^3.0.1",
"async": "^3.1.0",
"discord-rpc": "3.0.2",
"ejs": "^2.6.1",
"ejs": "^2.6.2",
"ejs-electron": "^2.0.3",
"electron-updater": "^4.0.6",
"fs-extra": "^8.0.1",
"electron-updater": "^4.1.2",
"fs-extra": "^8.1.0",
"github-syntax-dark": "^0.5.0",
"jquery": "^3.4.1",
"request": "^2.88.0",
"semver": "^6.1.1",
"semver": "^6.2.0",
"tar-fs": "^2.0.0",
"winreg": "^1.2.4"
},
"devDependencies": {
"cross-env": "^5.2.0",
"electron": "^5.0.2",
"electron-builder": "^20.41.0",
"eslint": "^5.16.0"
"electron": "^5.0.6",
"electron-builder": "^21.0.15",
"eslint": "^6.0.1"
},
"repository": {
"type": "git",