正在显示
2 个修改的文件
包含
9 行增加
和
9 行删除
此文件的差异被折叠,
点击展开。
| ... | @@ -70,7 +70,7 @@ | ... | @@ -70,7 +70,7 @@ |
| 70 | }, | 70 | }, |
| 71 | "dependencies": { | 71 | "dependencies": { |
| 72 | "axios": "^0.19.2", | 72 | "axios": "^0.19.2", |
| 73 | - "date-fns": "^2.9.0", | 73 | + "date-fns": "^2.10.0", |
| 74 | "electron-updater": "^4.2.2", | 74 | "electron-updater": "^4.2.2", |
| 75 | "element-ui": "^2.13.0", | 75 | "element-ui": "^2.13.0", |
| 76 | "fs-extra": "^8.1.0", | 76 | "fs-extra": "^8.1.0", |
| ... | @@ -79,12 +79,12 @@ | ... | @@ -79,12 +79,12 @@ |
| 79 | "nprogress": "^0.2.0", | 79 | "nprogress": "^0.2.0", |
| 80 | "vue": "^2.6.11", | 80 | "vue": "^2.6.11", |
| 81 | "vue-electron": "^1.0.6", | 81 | "vue-electron": "^1.0.6", |
| 82 | - "vue-router": "^3.1.5", | 82 | + "vue-router": "^3.1.6", |
| 83 | "vuex": "^3.1.2", | 83 | "vuex": "^3.1.2", |
| 84 | "vuex-electron": "^1.0.3" | 84 | "vuex-electron": "^1.0.3" |
| 85 | }, | 85 | }, |
| 86 | "devDependencies": { | 86 | "devDependencies": { |
| 87 | - "@babel/core": "^7.8.4", | 87 | + "@babel/core": "^7.8.6", |
| 88 | "@babel/plugin-proposal-class-properties": "^7.8.3", | 88 | "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 89 | "@babel/plugin-proposal-decorators": "^7.8.3", | 89 | "@babel/plugin-proposal-decorators": "^7.8.3", |
| 90 | "@babel/plugin-proposal-do-expressions": "^7.8.3", | 90 | "@babel/plugin-proposal-do-expressions": "^7.8.3", |
| ... | @@ -103,21 +103,21 @@ | ... | @@ -103,21 +103,21 @@ |
| 103 | "@babel/plugin-syntax-import-meta": "^7.8.3", | 103 | "@babel/plugin-syntax-import-meta": "^7.8.3", |
| 104 | "@babel/plugin-transform-runtime": "^7.8.3", | 104 | "@babel/plugin-transform-runtime": "^7.8.3", |
| 105 | "@babel/polyfill": "^7.8.3", | 105 | "@babel/polyfill": "^7.8.3", |
| 106 | - "@babel/preset-env": "^7.8.4", | 106 | + "@babel/preset-env": "^7.8.6", |
| 107 | - "@babel/register": "^7.8.3", | 107 | + "@babel/register": "^7.8.6", |
| 108 | "@babel/runtime": "^7.8.4", | 108 | "@babel/runtime": "^7.8.4", |
| 109 | - "ajv": "^6.11.0", | 109 | + "ajv": "^6.12.0", |
| 110 | "babel-eslint": "^9.0.0", | 110 | "babel-eslint": "^9.0.0", |
| 111 | "babel-loader": "^8.0.6", | 111 | "babel-loader": "^8.0.6", |
| 112 | "babel-minify-webpack-plugin": "^0.3.1", | 112 | "babel-minify-webpack-plugin": "^0.3.1", |
| 113 | - "cfonts": "^2.7.0", | 113 | + "cfonts": "^2.8.0", |
| 114 | "chalk": "^3.0.0", | 114 | "chalk": "^3.0.0", |
| 115 | "clean-webpack-plugin": "^3.0.0", | 115 | "clean-webpack-plugin": "^3.0.0", |
| 116 | "copy-webpack-plugin": "^5.1.1", | 116 | "copy-webpack-plugin": "^5.1.1", |
| 117 | "cross-env": "^7.0.0", | 117 | "cross-env": "^7.0.0", |
| 118 | "css-loader": "^3.4.2", | 118 | "css-loader": "^3.4.2", |
| 119 | "del": "^5.1.0", | 119 | "del": "^5.1.0", |
| 120 | - "electron": "^8.0.1", | 120 | + "electron": "^8.0.3", |
| 121 | "electron-builder": "^22.3.2", | 121 | "electron-builder": "^22.3.2", |
| 122 | "electron-devtools-installer": "^2.2.4", | 122 | "electron-devtools-installer": "^2.2.4", |
| 123 | "eslint": "^6.8.0", | 123 | "eslint": "^6.8.0", |
| ... | @@ -148,7 +148,7 @@ | ... | @@ -148,7 +148,7 @@ |
| 148 | "vue-loader": "^15.9.0", | 148 | "vue-loader": "^15.9.0", |
| 149 | "vue-style-loader": "^4.1.2", | 149 | "vue-style-loader": "^4.1.2", |
| 150 | "vue-template-compiler": "^2.6.11", | 150 | "vue-template-compiler": "^2.6.11", |
| 151 | - "webpack": "^4.41.6", | 151 | + "webpack": "^4.42.0", |
| 152 | "webpack-cli": "^3.3.11", | 152 | "webpack-cli": "^3.3.11", |
| 153 | "webpack-dev-server": "^3.10.3", | 153 | "webpack-dev-server": "^3.10.3", |
| 154 | "webpack-hot-middleware": "^2.25.0", | 154 | "webpack-hot-middleware": "^2.25.0", | ... | ... |
-
请 注册 或 登录 后发表评论