正在显示
2 个修改的文件
包含
18 行增加
和
18 行删除
此文件的差异太大,无法显示。
| ... | @@ -80,11 +80,11 @@ | ... | @@ -80,11 +80,11 @@ |
| 80 | "nedb": "^1.8.0", | 80 | "nedb": "^1.8.0", |
| 81 | "nprogress": "^0.2.0", | 81 | "nprogress": "^0.2.0", |
| 82 | "vue": "^2.6.11", | 82 | "vue": "^2.6.11", |
| 83 | - "vue-router": "^3.3.4", | 83 | + "vue-router": "^3.4.3", |
| 84 | "vuex": "^3.5.1" | 84 | "vuex": "^3.5.1" |
| 85 | }, | 85 | }, |
| 86 | "devDependencies": { | 86 | "devDependencies": { |
| 87 | - "@babel/core": "^7.10.5", | 87 | + "@babel/core": "^7.11.1", |
| 88 | "@babel/plugin-proposal-class-properties": "^7.10.4", | 88 | "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 89 | "@babel/plugin-proposal-decorators": "^7.10.5", | 89 | "@babel/plugin-proposal-decorators": "^7.10.5", |
| 90 | "@babel/plugin-proposal-do-expressions": "^7.10.4", | 90 | "@babel/plugin-proposal-do-expressions": "^7.10.4", |
| ... | @@ -93,20 +93,20 @@ | ... | @@ -93,20 +93,20 @@ |
| 93 | "@babel/plugin-proposal-function-bind": "^7.10.5", | 93 | "@babel/plugin-proposal-function-bind": "^7.10.5", |
| 94 | "@babel/plugin-proposal-function-sent": "^7.10.4", | 94 | "@babel/plugin-proposal-function-sent": "^7.10.4", |
| 95 | "@babel/plugin-proposal-json-strings": "^7.10.4", | 95 | "@babel/plugin-proposal-json-strings": "^7.10.4", |
| 96 | - "@babel/plugin-proposal-logical-assignment-operators": "^7.10.4", | 96 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.11.0", |
| 97 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", | 97 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", |
| 98 | "@babel/plugin-proposal-numeric-separator": "^7.10.4", | 98 | "@babel/plugin-proposal-numeric-separator": "^7.10.4", |
| 99 | - "@babel/plugin-proposal-optional-chaining": "^7.10.4", | 99 | + "@babel/plugin-proposal-optional-chaining": "^7.11.0", |
| 100 | "@babel/plugin-proposal-pipeline-operator": "^7.10.5", | 100 | "@babel/plugin-proposal-pipeline-operator": "^7.10.5", |
| 101 | "@babel/plugin-proposal-throw-expressions": "^7.10.4", | 101 | "@babel/plugin-proposal-throw-expressions": "^7.10.4", |
| 102 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", | 102 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 103 | "@babel/plugin-syntax-import-meta": "^7.10.4", | 103 | "@babel/plugin-syntax-import-meta": "^7.10.4", |
| 104 | - "@babel/plugin-transform-runtime": "^7.10.5", | 104 | + "@babel/plugin-transform-runtime": "^7.11.0", |
| 105 | "@babel/polyfill": "^7.10.4", | 105 | "@babel/polyfill": "^7.10.4", |
| 106 | - "@babel/preset-env": "^7.10.4", | 106 | + "@babel/preset-env": "^7.11.0", |
| 107 | "@babel/register": "^7.10.5", | 107 | "@babel/register": "^7.10.5", |
| 108 | - "@babel/runtime": "^7.10.5", | 108 | + "@babel/runtime": "^7.11.2", |
| 109 | - "ajv": "^6.12.3", | 109 | + "ajv": "^6.12.4", |
| 110 | "babel-eslint": "^9.0.0", | 110 | "babel-eslint": "^9.0.0", |
| 111 | "babel-loader": "^8.1.0", | 111 | "babel-loader": "^8.1.0", |
| 112 | "babel-minify-webpack-plugin": "^0.3.1", | 112 | "babel-minify-webpack-plugin": "^0.3.1", |
| ... | @@ -117,14 +117,14 @@ | ... | @@ -117,14 +117,14 @@ |
| 117 | "cross-env": "^7.0.2", | 117 | "cross-env": "^7.0.2", |
| 118 | "css-loader": "^3.6.0", | 118 | "css-loader": "^3.6.0", |
| 119 | "del": "^5.1.0", | 119 | "del": "^5.1.0", |
| 120 | - "electron": "^8.4.0", | 120 | + "electron": "^8.5.0", |
| 121 | - "electron-builder": "^22.7.0", | 121 | + "electron-builder": "^22.8.0", |
| 122 | "electron-devtools-installer": "^3.1.1", | 122 | "electron-devtools-installer": "^3.1.1", |
| 123 | "eslint": "^6.8.0", | 123 | "eslint": "^6.8.0", |
| 124 | "eslint-config-standard": "^14.1.1", | 124 | "eslint-config-standard": "^14.1.1", |
| 125 | "eslint-friendly-formatter": "^4.0.1", | 125 | "eslint-friendly-formatter": "^4.0.1", |
| 126 | "eslint-loader": "^3.0.4", | 126 | "eslint-loader": "^3.0.4", |
| 127 | - "eslint-plugin-html": "^6.0.2", | 127 | + "eslint-plugin-html": "^6.0.3", |
| 128 | "eslint-plugin-import": "^2.22.0", | 128 | "eslint-plugin-import": "^2.22.0", |
| 129 | "eslint-plugin-node": "^9.2.0", | 129 | "eslint-plugin-node": "^9.2.0", |
| 130 | "eslint-plugin-promise": "^4.2.1", | 130 | "eslint-plugin-promise": "^4.2.1", |
| ... | @@ -135,24 +135,24 @@ | ... | @@ -135,24 +135,24 @@ |
| 135 | "html-webpack-plugin": "^3.2.0", | 135 | "html-webpack-plugin": "^3.2.0", |
| 136 | "mini-css-extract-plugin": "0.9.0", | 136 | "mini-css-extract-plugin": "0.9.0", |
| 137 | "multispinner": "^0.2.1", | 137 | "multispinner": "^0.2.1", |
| 138 | - "node-loader": "^1.0.0", | 138 | + "node-loader": "^1.0.1", |
| 139 | - "portfinder": "^1.0.27", | 139 | + "portfinder": "^1.0.28", |
| 140 | "sass": "^1.26.10", | 140 | "sass": "^1.26.10", |
| 141 | - "sass-loader": "^9.0.2", | 141 | + "sass-loader": "^9.0.3", |
| 142 | - "split2": "^3.1.1", | 142 | + "split2": "^3.2.1", |
| 143 | "style-loader": "^1.2.1", | 143 | "style-loader": "^1.2.1", |
| 144 | "svg-sprite-loader": "^5.0.0", | 144 | "svg-sprite-loader": "^5.0.0", |
| 145 | - "terser-webpack-plugin": "^3.0.7", | 145 | + "terser-webpack-plugin": "^3.1.0", |
| 146 | "through2-filter": "^3.0.0", | 146 | "through2-filter": "^3.0.0", |
| 147 | "url-loader": "^4.1.0", | 147 | "url-loader": "^4.1.0", |
| 148 | "vue-html-loader": "^1.2.4", | 148 | "vue-html-loader": "^1.2.4", |
| 149 | "vue-loader": "^15.9.3", | 149 | "vue-loader": "^15.9.3", |
| 150 | "vue-style-loader": "^4.1.2", | 150 | "vue-style-loader": "^4.1.2", |
| 151 | "vue-template-compiler": "^2.6.11", | 151 | "vue-template-compiler": "^2.6.11", |
| 152 | - "webpack": "^4.43.0", | 152 | + "webpack": "^4.44.1", |
| 153 | "webpack-cli": "^3.3.12", | 153 | "webpack-cli": "^3.3.12", |
| 154 | "webpack-dev-server": "^3.11.0", | 154 | "webpack-dev-server": "^3.11.0", |
| 155 | "webpack-hot-middleware": "^2.25.0", | 155 | "webpack-hot-middleware": "^2.25.0", |
| 156 | - "webpack-merge": "^5.0.9" | 156 | + "webpack-merge": "^5.1.1" |
| 157 | } | 157 | } |
| 158 | } | 158 | } | ... | ... |
-
请 注册 或 登录 后发表评论