Browse Source

update electron -> 7.1.2

oldj 6 years ago
parent
commit
d163d2b59e
7 changed files with 212 additions and 422 deletions
  1. 1 1
      app/package.json
  2. 0 0
      app/ui/app.js
  3. 0 0
      app/ui/common.js
  4. 1 1
      app/ui/common.js.LICENSE
  5. 1 1
      app/version.js
  6. 205 415
      package-lock.json
  7. 4 4
      package.json

+ 1 - 1
app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "switchhosts",
-  "version": "3.5.2",
+  "version": "3.5.3",
   "description": "Switch hosts quickly!",
   "main": "main.js",
   "scripts": {

File diff suppressed because it is too large
+ 0 - 0
app/ui/app.js


File diff suppressed because it is too large
+ 0 - 0
app/ui/common.js


+ 1 - 1
app/ui/common.js.LICENSE

@@ -1,4 +1,4 @@
-/*! SwitchHosts! common.js, 2019-11-23 14:12:04 */
+/*! SwitchHosts! common.js, 2019-11-25 20:56:14 */
 
 /*!
   Copyright (c) 2017 Jed Watson.

+ 1 - 1
app/version.js

@@ -1 +1 @@
-module.exports = [3, 5, 2, 5504]
+module.exports = [3, 5, 3, 5506]

File diff suppressed because it is too large
+ 205 - 415
package-lock.json


+ 4 - 4
package.json

@@ -1,6 +1,6 @@
 {
   "name": "switchhosts",
-  "version": "3.5.2",
+  "version": "3.5.3",
   "description": "A tool for managing and switching hosts.",
   "main": "",
   "scripts": {
@@ -25,7 +25,7 @@
   },
   "homepage": "https://oldj.github.io/SwitchHosts/",
   "dependencies": {
-    "antd": "^3.25.2",
+    "antd": "^3.25.3",
     "classnames": "^2.2.6",
     "codemirror": "^5.49.2",
     "lodash": "^4.17.15",
@@ -73,9 +73,9 @@
     "copy-webpack-plugin": "^5.0.5",
     "cross-env": "^6.0.3",
     "css-loader": "^3.2.0",
-    "electron": "^6.1.5",
+    "electron": "^7.1.2",
     "electron-builder": "^21.2.0",
-    "eslint": "^6.7.0",
+    "eslint": "^6.7.1",
     "eslint-config-standard": "^14.1.0",
     "eslint-friendly-formatter": "^4.0.1",
     "eslint-loader": "^3.0.2",

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