正在显示
2 个修改的文件
包含
26 行增加
和
26 行删除
此文件的差异太大,无法显示。
| ... | @@ -73,50 +73,50 @@ | ... | @@ -73,50 +73,50 @@ |
| 73 | "date-fns": "^1.30.1", | 73 | "date-fns": "^1.30.1", |
| 74 | "electron-updater": "^4.2.0", | 74 | "electron-updater": "^4.2.0", |
| 75 | "element-ui": "^2.12.0", | 75 | "element-ui": "^2.12.0", |
| 76 | - "js-cookie": "^2.2.0", | 76 | + "js-cookie": "^2.2.1", |
| 77 | "nedb": "^1.8.0", | 77 | "nedb": "^1.8.0", |
| 78 | "nprogress": "^0.2.0", | 78 | "nprogress": "^0.2.0", |
| 79 | "vue": "^2.6.10", | 79 | "vue": "^2.6.10", |
| 80 | "vue-electron": "^1.0.6", | 80 | "vue-electron": "^1.0.6", |
| 81 | "vue-router": "^3.1.3", | 81 | "vue-router": "^3.1.3", |
| 82 | - "vuex": "^3.1.1", | 82 | + "vuex": "^3.1.2", |
| 83 | "vuex-electron": "^1.0.3" | 83 | "vuex-electron": "^1.0.3" |
| 84 | }, | 84 | }, |
| 85 | "devDependencies": { | 85 | "devDependencies": { |
| 86 | - "@babel/core": "^7.6.4", | 86 | + "@babel/core": "^7.7.2", |
| 87 | - "@babel/plugin-proposal-class-properties": "^7.0.0", | 87 | + "@babel/plugin-proposal-class-properties": "^7.7.0", |
| 88 | - "@babel/plugin-proposal-decorators": "^7.6.0", | 88 | + "@babel/plugin-proposal-decorators": "^7.7.0", |
| 89 | "@babel/plugin-proposal-do-expressions": "^7.6.0", | 89 | "@babel/plugin-proposal-do-expressions": "^7.6.0", |
| 90 | - "@babel/plugin-proposal-export-default-from": "^7.0.0", | 90 | + "@babel/plugin-proposal-export-default-from": "^7.5.2", |
| 91 | - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", | 91 | + "@babel/plugin-proposal-export-namespace-from": "^7.5.2", |
| 92 | - "@babel/plugin-proposal-function-bind": "^7.0.0", | 92 | + "@babel/plugin-proposal-function-bind": "^7.2.0", |
| 93 | - "@babel/plugin-proposal-function-sent": "^7.0.0", | 93 | + "@babel/plugin-proposal-function-sent": "^7.7.0", |
| 94 | - "@babel/plugin-proposal-json-strings": "^7.0.0", | 94 | + "@babel/plugin-proposal-json-strings": "^7.2.0", |
| 95 | - "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", | 95 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0", |
| 96 | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", | 96 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", |
| 97 | - "@babel/plugin-proposal-numeric-separator": "^7.0.0", | 97 | + "@babel/plugin-proposal-numeric-separator": "^7.2.0", |
| 98 | "@babel/plugin-proposal-optional-chaining": "^7.6.0", | 98 | "@babel/plugin-proposal-optional-chaining": "^7.6.0", |
| 99 | - "@babel/plugin-proposal-pipeline-operator": "^7.0.0", | 99 | + "@babel/plugin-proposal-pipeline-operator": "^7.5.0", |
| 100 | - "@babel/plugin-proposal-throw-expressions": "^7.0.0", | 100 | + "@babel/plugin-proposal-throw-expressions": "^7.2.0", |
| 101 | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", | 101 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 102 | - "@babel/plugin-syntax-import-meta": "^7.0.0", | 102 | + "@babel/plugin-syntax-import-meta": "^7.2.0", |
| 103 | "@babel/plugin-transform-runtime": "^7.6.2", | 103 | "@babel/plugin-transform-runtime": "^7.6.2", |
| 104 | - "@babel/polyfill": "^7.6.0", | 104 | + "@babel/polyfill": "^7.7.0", |
| 105 | - "@babel/preset-env": "^7.6.3", | 105 | + "@babel/preset-env": "^7.7.1", |
| 106 | - "@babel/register": "^7.6.2", | 106 | + "@babel/register": "^7.7.0", |
| 107 | - "@babel/runtime": "^7.6.3", | 107 | + "@babel/runtime": "^7.7.2", |
| 108 | "ajv": "^6.10.2", | 108 | "ajv": "^6.10.2", |
| 109 | "babel-eslint": "^9.0.0", | 109 | "babel-eslint": "^9.0.0", |
| 110 | "babel-loader": "^8.0.6", | 110 | "babel-loader": "^8.0.6", |
| 111 | "babel-minify-webpack-plugin": "^0.3.1", | 111 | "babel-minify-webpack-plugin": "^0.3.1", |
| 112 | "cfonts": "^2.4.5", | 112 | "cfonts": "^2.4.5", |
| 113 | - "chalk": "^2.4.2", | 113 | + "chalk": "^3.0.0", |
| 114 | "clean-webpack-plugin": "^3.0.0", | 114 | "clean-webpack-plugin": "^3.0.0", |
| 115 | - "copy-webpack-plugin": "^5.0.4", | 115 | + "copy-webpack-plugin": "^5.0.5", |
| 116 | "cross-env": "^6.0.3", | 116 | "cross-env": "^6.0.3", |
| 117 | - "css-loader": "^3.1.0", | 117 | + "css-loader": "^3.2.0", |
| 118 | - "del": "^5.0.0", | 118 | + "del": "^5.1.0", |
| 119 | - "electron": "^7.0.1", | 119 | + "electron": "^7.1.1", |
| 120 | "electron-builder": "^22.1.0", | 120 | "electron-builder": "^22.1.0", |
| 121 | "electron-devtools-installer": "^2.2.4", | 121 | "electron-devtools-installer": "^2.2.4", |
| 122 | "eslint": "^6.6.0", | 122 | "eslint": "^6.6.0", | ... | ... |
-
请 注册 或 登录 后发表评论