Browse Source

Electron 6, dependency upgrade.

Daniel Scalzi 6 years ago
parent
commit
590cefc5d4
3 changed files with 186 additions and 406 deletions
  1. 1 0
      .travis.yml
  2. 181 402
      package-lock.json
  3. 4 4
      package.json

+ 1 - 0
.travis.yml

@@ -13,6 +13,7 @@ matrix:
     - os: linux
       services: docker
       language: generic
+      node_js: "12"
       env:
         - ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true
 

File diff suppressed because it is too large
+ 181 - 402
package-lock.json


+ 4 - 4
package.json

@@ -35,15 +35,15 @@
     "github-syntax-dark": "^0.5.0",
     "jquery": "^3.4.1",
     "request": "^2.88.0",
-    "semver": "^6.2.0",
+    "semver": "^6.3.0",
     "tar-fs": "^2.0.0",
     "winreg": "^1.2.4"
   },
   "devDependencies": {
     "cross-env": "^5.2.0",
-    "electron": "^5.0.6",
-    "electron-builder": "^21.0.15",
-    "eslint": "^6.0.1"
+    "electron": "^6.0.4",
+    "electron-builder": "^21.2.0",
+    "eslint": "^6.2.2"
   },
   "repository": {
     "type": "git",

Some files were not shown because too many files changed in this diff