正在显示
2 个修改的文件
包含
6 行增加
和
6 行删除
此文件的差异被折叠,
点击展开。
| ... | @@ -70,7 +70,7 @@ | ... | @@ -70,7 +70,7 @@ |
| 70 | "vuex-electron": "^1.0.3" | 70 | "vuex-electron": "^1.0.3" |
| 71 | }, | 71 | }, |
| 72 | "devDependencies": { | 72 | "devDependencies": { |
| 73 | - "@babel/core": "^7.6.2", | 73 | + "@babel/core": "^7.6.4", |
| 74 | "@babel/plugin-proposal-class-properties": "^7.0.0", | 74 | "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 75 | "@babel/plugin-proposal-decorators": "^7.6.0", | 75 | "@babel/plugin-proposal-decorators": "^7.6.0", |
| 76 | "@babel/plugin-proposal-do-expressions": "^7.6.0", | 76 | "@babel/plugin-proposal-do-expressions": "^7.6.0", |
| ... | @@ -89,9 +89,9 @@ | ... | @@ -89,9 +89,9 @@ |
| 89 | "@babel/plugin-syntax-import-meta": "^7.0.0", | 89 | "@babel/plugin-syntax-import-meta": "^7.0.0", |
| 90 | "@babel/plugin-transform-runtime": "^7.6.2", | 90 | "@babel/plugin-transform-runtime": "^7.6.2", |
| 91 | "@babel/polyfill": "^7.6.0", | 91 | "@babel/polyfill": "^7.6.0", |
| 92 | - "@babel/preset-env": "^7.6.2", | 92 | + "@babel/preset-env": "^7.6.3", |
| 93 | "@babel/register": "^7.6.2", | 93 | "@babel/register": "^7.6.2", |
| 94 | - "@babel/runtime": "^7.6.2", | 94 | + "@babel/runtime": "^7.6.3", |
| 95 | "ajv": "^6.10.2", | 95 | "ajv": "^6.10.2", |
| 96 | "babel-eslint": "^9.0.0", | 96 | "babel-eslint": "^9.0.0", |
| 97 | "babel-loader": "^8.0.6", | 97 | "babel-loader": "^8.0.6", |
| ... | @@ -103,7 +103,7 @@ | ... | @@ -103,7 +103,7 @@ |
| 103 | "cross-env": "^6.0.3", | 103 | "cross-env": "^6.0.3", |
| 104 | "css-loader": "^3.1.0", | 104 | "css-loader": "^3.1.0", |
| 105 | "del": "^5.0.0", | 105 | "del": "^5.0.0", |
| 106 | - "electron": "^6.0.11", | 106 | + "electron": "^6.0.12", |
| 107 | "electron-builder": "^21.2.0", | 107 | "electron-builder": "^21.2.0", |
| 108 | "electron-devtools-installer": "^2.2.4", | 108 | "electron-devtools-installer": "^2.2.4", |
| 109 | "eslint": "^6.5.1", | 109 | "eslint": "^6.5.1", |
| ... | @@ -125,14 +125,14 @@ | ... | @@ -125,14 +125,14 @@ |
| 125 | "split2": "^3.1.1", | 125 | "split2": "^3.1.1", |
| 126 | "style-loader": "^1.0.0", | 126 | "style-loader": "^1.0.0", |
| 127 | "svg-sprite-loader": "^4.1.6", | 127 | "svg-sprite-loader": "^4.1.6", |
| 128 | - "terser-webpack-plugin": "^2.1.2", | 128 | + "terser-webpack-plugin": "^2.1.3", |
| 129 | "through2-filter": "^3.0.0", | 129 | "through2-filter": "^3.0.0", |
| 130 | "url-loader": "^2.2.0", | 130 | "url-loader": "^2.2.0", |
| 131 | "vue-html-loader": "^1.2.4", | 131 | "vue-html-loader": "^1.2.4", |
| 132 | "vue-loader": "^15.7.1", | 132 | "vue-loader": "^15.7.1", |
| 133 | "vue-style-loader": "^4.1.2", | 133 | "vue-style-loader": "^4.1.2", |
| 134 | "vue-template-compiler": "^2.6.10", | 134 | "vue-template-compiler": "^2.6.10", |
| 135 | - "webpack": "^4.41.0", | 135 | + "webpack": "^4.41.1", |
| 136 | "webpack-cli": "^3.3.9", | 136 | "webpack-cli": "^3.3.9", |
| 137 | "webpack-dev-server": "^3.8.2", | 137 | "webpack-dev-server": "^3.8.2", |
| 138 | "webpack-hot-middleware": "^2.25.0", | 138 | "webpack-hot-middleware": "^2.25.0", | ... | ... |
-
请 注册 或 登录 后发表评论