Reverted dependencies to working versions

This commit is contained in:
Kylart 2019-08-20 11:50:55 +02:00
parent f7bd111b7c
commit 65066dd7c3
2 changed files with 1683 additions and 2517 deletions

4164
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,9 +17,9 @@
"dist": "npm run dist:mac && npm run dist:win && npm run dist:linux",
"dist:mac": "npm run build -- --mac",
"dist:win": "npm run build -- --win --x64 --ia32",
"dist:linux": "npm run build -- --linux deb AppImage snap",
"dist:linux": "npm run build -- --linux deb AppImage",
"publish:mac": "npm run build -- --mac -p always",
"publish:linux": "npm run build -- --linux deb AppImage snap -p always",
"publish:linux": "npm run build -- --linux deb AppImage -p always",
"publish:win": "npm run build -- --win --x64 --ia32 -p always",
"lint": "vue-cli-service lint",
"postinstall": "electron-builder install-app-deps",
@ -38,38 +38,36 @@
"moment": "^2.24.0",
"nyaapi": "^2.1.0",
"range-parser": "^1.2.1",
"rimraf": "^2.7.1",
"rimraf": "^3.0.0",
"velocity-animate": "^1.5.2",
"vue": "^2.6.10",
"vue-router": "^3.1.2",
"vuetify": "^2.0.7",
"vuex": "^3.1.1",
"webtorrent": "^0.107.4"
"webtorrent": "^0.104.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-plugin-pwa": "^3.10.0",
"@vue/cli-plugin-unit-mocha": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-plugin-pwa": "^3.8.0",
"@vue/cli-plugin-unit-mocha": "^3.8.0",
"@vue/cli-service": "^3.8.4",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"axios": "^0.19.0",
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.2.0",
"css-loader": "^3.2.0",
"deepmerge": "^4.0.0",
"electron": "^4.2.9",
"electron-builder": "21.2.0",
"eslint": "^6.1.0",
"electron": "^4.2.5",
"electron-builder": "20.41.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"fibers": "^4.0.1",
"lint-staged": "^9.2.3",
"lint-staged": "^8.2.1",
"material-design-icons-iconfont": "^5.0.1",
"mocha": "^6.2.0",
"mochawesome": "^4.1.0",
"mocha": "^6.1.4",
"mochawesome": "^4.0.1",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"roboto-fontface": "^0.10.0",
@ -78,7 +76,7 @@
"spectron": "^6.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-electron-builder": "^1.4.0",
"vue-cli-plugin-electron-builder": "^1.3.5",
"vue-template-compiler": "^2.6.10"
},
"gitHooks": {