Skip to content

Commit 9db5c52

Browse files
committed
chore: update deps
1 parent 81a7355 commit 9db5c52

File tree

2 files changed

+1161
-963
lines changed

2 files changed

+1161
-963
lines changed

package.json

+31-30
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@
193193
]
194194
},
195195
"dependencies": {
196-
"@babel/runtime": "^7.14.0",
197-
"@motrix/nat-api": "^0.3.1",
196+
"@babel/runtime": "^7.14.6",
197+
"@motrix/nat-api": "^0.3.2",
198198
"@panter/vue-i18next": "^0.15.2",
199199
"axios": "^0.21.1",
200200
"bittorrent-peerid": "^1.3.3",
@@ -205,71 +205,72 @@
205205
"electron-log": "^4.3.5",
206206
"electron-store": "^8.0.0",
207207
"electron-updater": "^4.3.9",
208-
"element-ui": "^2.15.2",
209-
"i18next": "^20.3.1",
208+
"element-ui": "^2.15.3",
209+
"i18next": "^20.3.2",
210210
"lodash": "^4.17.21",
211211
"node-fetch": "^2.6.1",
212212
"normalize.css": "^8.0.1",
213213
"parse-torrent": "^9.1.3",
214214
"randomatic": "^3.1.1",
215215
"svg-innerhtml": "^1.1.0",
216-
"vue": "^2.6.12",
216+
"vue": "^2.6.14",
217217
"vue-electron": "^1.0.6",
218-
"vue-router": "^3.5.1",
218+
"vue-router": "^3.5.2",
219+
"vue-selectable": "^0.5.0",
219220
"vuex": "^3.6.2",
220221
"vuex-router-sync": "^5.0.0",
221-
"ws": "^7.4.6"
222+
"ws": "^7.5.2"
222223
},
223224
"devDependencies": {
224-
"@babel/core": "^7.14.3",
225-
"@babel/plugin-proposal-class-properties": "^7.13.0",
226-
"@babel/plugin-transform-runtime": "^7.14.3",
227-
"@babel/preset-env": "^7.14.4",
228-
"@babel/register": "^7.13.16",
229-
"@electron/remote": "^1.1.0",
225+
"@babel/core": "^7.14.6",
226+
"@babel/plugin-proposal-class-properties": "^7.14.5",
227+
"@babel/plugin-transform-runtime": "^7.14.5",
228+
"@babel/preset-env": "^7.14.7",
229+
"@babel/register": "^7.14.5",
230+
"@electron/remote": "^1.2.0",
230231
"@motrix/multispinner": "^0.2.2",
231232
"@vue/eslint-config-standard": "^6.0.0",
232-
"ajv": "^8.5.0",
233+
"ajv": "^8.6.0",
233234
"babel-eslint": "^10.1.0",
234235
"babel-loader": "^8.2.2",
235236
"babel-plugin-component": "^1.1.1",
236-
"cfonts": "^2.9.2",
237+
"cfonts": "^2.9.3",
237238
"chalk": "^4.1.1",
238-
"copy-webpack-plugin": "^9.0.0",
239+
"copy-webpack-plugin": "^9.0.1",
239240
"cross-env": "^7.0.3",
240241
"css-loader": "^5.2.6",
241-
"css-minimizer-webpack-plugin": "^3.0.0",
242+
"css-minimizer-webpack-plugin": "^3.0.2",
242243
"del": "^6.0.0",
243-
"electron": "^11.4.7",
244-
"electron-builder": "22.10.5",
244+
"electron": "^11.4.9",
245+
"electron-builder": "^22.11.7",
245246
"electron-builder-notarize": "^1.2.0",
246247
"electron-devtools-installer": "^3.2.0",
247248
"electron-notarize": "^1.0.0",
248249
"electron-osx-sign": "^0.5.0",
249-
"eslint": "^7.27.0",
250+
"eslint": "^7.30.0",
250251
"eslint-friendly-formatter": "^4.0.1",
251-
"eslint-plugin-import": "^2.23.3",
252+
"eslint-plugin-import": "^2.23.4",
252253
"eslint-plugin-node": "^11.1.0",
253254
"eslint-plugin-promise": "^5.1.0",
254-
"eslint-plugin-vue": "^7.10.0",
255+
"eslint-plugin-vue": "^7.12.1",
255256
"eslint-webpack-plugin": "^2.5.4",
256257
"file-loader": "^6.2.0",
257-
"html-webpack-plugin": "^5.3.1",
258-
"mini-css-extract-plugin": "1.6.0",
258+
"html-webpack-plugin": "^5.3.2",
259+
"mini-css-extract-plugin": "2.0.0",
259260
"node-loader": "^2.0.0",
260261
"sass": "1.32.13",
261262
"sass-loader": "^11.1.1",
262-
"style-loader": "^2.0.0",
263-
"terser-webpack-plugin": "^5.1.2",
263+
"style-loader": "^3.0.0",
264+
"terser-webpack-plugin": "^5.1.4",
264265
"url-loader": "^4.1.1",
265266
"vue-loader": "^15.9.7",
266267
"vue-style-loader": "^4.1.3",
267-
"vue-template-compiler": "^2.6.12",
268-
"webpack": "^5.38.1",
269-
"webpack-cli": "^4.7.0",
268+
"vue-template-compiler": "^2.6.14",
269+
"webpack": "^5.42.0",
270+
"webpack-cli": "^4.7.2",
270271
"webpack-dev-server": "^3.11.2",
271272
"webpack-hot-middleware": "^2.25.0",
272-
"webpack-merge": "^5.7.3",
273+
"webpack-merge": "^5.8.0",
273274
"worker-loader": "^3.0.8"
274275
}
275276
}

0 commit comments

Comments
 (0)