fixed vuetfy version and updated vue version

This commit is contained in:
Kylart 2021-08-30 03:06:04 +02:00
parent 8525148f03
commit 91357e558a
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -19485,9 +19485,9 @@
"dev": true
},
"vue": {
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.12.tgz",
"integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg=="
"version": "2.6.14",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.14.tgz",
"integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
},
"vue-cli-plugin-electron-builder": {
"version": "1.4.6",

View File

@ -47,9 +47,9 @@
"rimraf": "^3.0.2",
"sanitize-html": "^1.27.4",
"torrent-stream": "^1.2.0",
"vue": "^2.6.12",
"vue": "^2.6.14",
"vue-router": "^3.4.3",
"vuetify": "^2.3.10",
"vuetify": "2.3.10",
"vuex": "^3.5.1"
},
"devDependencies": {