mirror of https://github.com/Kylart/KawAnime.git
Update dependencies
This commit is contained in:
parent
3f4804a87f
commit
043f25a043
24
package.json
24
package.json
|
@ -32,7 +32,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.18.0",
|
"axios": "^0.18.0",
|
||||||
"buttercup": "^1.5.1",
|
"buttercup": "^1.5.1",
|
||||||
"chalk": "^2.3.2",
|
"chalk": "^2.4.1",
|
||||||
"colors": "^1.1.2",
|
"colors": "^1.1.2",
|
||||||
"compression": "^1.7.2",
|
"compression": "^1.7.2",
|
||||||
"electron-devtools-installer": "^2.2.3",
|
"electron-devtools-installer": "^2.2.3",
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"electron-updater": "^2.21.3",
|
"electron-updater": "^2.21.3",
|
||||||
"express": "^4.16.2",
|
"express": "^4.16.2",
|
||||||
"horrible-api": "^1.1.1",
|
"horrible-api": "^1.1.1",
|
||||||
"lodash": "^4.17.5",
|
"lodash": "^4.17.10",
|
||||||
"lru-cache": "^4.0.2",
|
"lru-cache": "^4.0.2",
|
||||||
"mal-scraper": "^2.4.2",
|
"mal-scraper": "^2.4.2",
|
||||||
"matroska-subtitles": "^2.0.3",
|
"matroska-subtitles": "^2.0.3",
|
||||||
|
@ -58,15 +58,15 @@
|
||||||
"vue-markdown": "^2.2.4",
|
"vue-markdown": "^2.2.4",
|
||||||
"vue-router": "^3.0.1",
|
"vue-router": "^3.0.1",
|
||||||
"vue-server-renderer": "^2.5.13",
|
"vue-server-renderer": "^2.5.13",
|
||||||
"vuetify": "^1.0.15",
|
"vuetify": "^1.0.17",
|
||||||
"vuex": "^3.0.1",
|
"vuex": "^3.0.1",
|
||||||
"vuex-router-sync": "^5.0.0",
|
"vuex-router-sync": "^5.0.0",
|
||||||
"webtorrent": "^0.98.24"
|
"webtorrent": "^0.99.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^8.2.0",
|
"autoprefixer": "^8.4.1",
|
||||||
"ava": "^0.25.0",
|
"ava": "^0.25.0",
|
||||||
"babel-core": "^6.25.0",
|
"babel-core": "^6.26.3",
|
||||||
"babel-eslint": "^8.2.2",
|
"babel-eslint": "^8.2.2",
|
||||||
"babel-loader": "^7.1.3",
|
"babel-loader": "^7.1.3",
|
||||||
"babel-plugin-add-filehash": "^6.9.8",
|
"babel-plugin-add-filehash": "^6.9.8",
|
||||||
|
@ -81,13 +81,13 @@
|
||||||
"babel-preset-stage-2": "^6.22.0",
|
"babel-preset-stage-2": "^6.22.0",
|
||||||
"babel-register": "^6.24.1",
|
"babel-register": "^6.24.1",
|
||||||
"babel-runtime": "^6.25.0",
|
"babel-runtime": "^6.25.0",
|
||||||
"chai": "^3.5.0",
|
"chai": "^4.1.2",
|
||||||
"cloc": "^2.3.3",
|
"cloc": "^2.3.3",
|
||||||
"codecov": "^3.0.0",
|
"codecov": "^3.0.1",
|
||||||
"cross-env": "^5.1.3",
|
"cross-env": "^5.1.3",
|
||||||
"css-loader": "^0.28.10",
|
"css-loader": "^0.28.10",
|
||||||
"electron": "^2.0.0-beta.7",
|
"electron": "^2.0.0-beta.8",
|
||||||
"electron-builder": "^19.56.2",
|
"electron-builder": "^20.10.0",
|
||||||
"env2": "^2.2.0",
|
"env2": "^2.2.0",
|
||||||
"es6-promise": "^4.2.4",
|
"es6-promise": "^4.2.4",
|
||||||
"eslint-plugin-vue": "^2.1.0",
|
"eslint-plugin-vue": "^2.1.0",
|
||||||
|
@ -97,8 +97,8 @@
|
||||||
"friendly-errors-webpack-plugin": "^1.6.1",
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
||||||
"highlight.js": "^9.12.0",
|
"highlight.js": "^9.12.0",
|
||||||
"html-webpack-plugin": "^3.1.0",
|
"html-webpack-plugin": "^3.1.0",
|
||||||
"nightwatch": "^0.9.19",
|
"nightwatch": "^0.9.21",
|
||||||
"nyc": "^11.6.0",
|
"nyc": "^11.7.1",
|
||||||
"optimize-css-assets-webpack-plugin": "^3.2.0",
|
"optimize-css-assets-webpack-plugin": "^3.2.0",
|
||||||
"pre-commit": "^1.2.2",
|
"pre-commit": "^1.2.2",
|
||||||
"progress-bar-webpack-plugin": "^1.11.0",
|
"progress-bar-webpack-plugin": "^1.11.0",
|
||||||
|
|
Loading…
Reference in New Issue