mirror of https://github.com/Kylart/KawAnime.git
Dependency update
This commit is contained in:
parent
f8a15b70af
commit
cca3ea0aae
14
package.json
14
package.json
|
@ -41,10 +41,10 @@
|
|||
"babel-runtime": "^6.25.0",
|
||||
"chalk": "^2.0.1",
|
||||
"colors": "^1.1.2",
|
||||
"compression": "^1.6.2",
|
||||
"compression": "^1.7.1",
|
||||
"electron-devtools-installer": "^2.2.0",
|
||||
"electron-updater": "^2.9.3",
|
||||
"express": "^4.15.3",
|
||||
"electron-updater": "^2.10.1",
|
||||
"express": "^4.16.1",
|
||||
"horrible-api": "^1.0.5",
|
||||
"lodash": "^4.17.4",
|
||||
"lru-cache": "^4.0.2",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"nyaapi": "^1.2.2",
|
||||
"progress-bar-webpack-plugin": "^1.10.0",
|
||||
"randomstring": "^1.1.5",
|
||||
"serve-favicon": "^2.4.4",
|
||||
"serve-favicon": "^2.4.5",
|
||||
"vue": "^2.4.4",
|
||||
"vue-clipboards": "^1.1.0",
|
||||
"vue-lazyload": "^1.0.6",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"vue-router": "^2.7.0",
|
||||
"vue-server-renderer": "^2.4.4",
|
||||
"vuetify": "^0.15.5",
|
||||
"vuex": "^2.3.1",
|
||||
"vuex": "^2.4.1",
|
||||
"vuex-router-sync": "^4.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -85,8 +85,8 @@
|
|||
"codecov": "^2.2.0",
|
||||
"cross-env": "^5.0.2",
|
||||
"css-loader": "^0.28.4",
|
||||
"electron": "^1.8.0",
|
||||
"electron-builder": "^19.28.4",
|
||||
"electron": "^1.8.1",
|
||||
"electron-builder": "^19.33.0",
|
||||
"env2": "^2.2.0",
|
||||
"es6-promise": "^4.1.0",
|
||||
"eslint-plugin-vue": "^2.0.1",
|
||||
|
|
Loading…
Reference in New Issue