Updated dependencies

This commit is contained in:
Kylart 2018-03-29 06:03:22 +02:00
parent 39e0a13cee
commit ef030ecb43
1 changed files with 21 additions and 21 deletions

View File

@ -30,7 +30,7 @@
"postinstall": "node nightwatch.conf.js"
},
"dependencies": {
"axios": "^0.16.2",
"axios": "^0.18.0",
"buttercup": "^1.5.1",
"chalk": "^2.3.2",
"colors": "^1.1.2",
@ -56,18 +56,18 @@
"vue-clipboards": "^1.2.4",
"vue-lazyload": "^1.2.1",
"vue-markdown": "^2.2.4",
"vue-router": "^2.8.1",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.13",
"vuetify": "^0.17.7",
"vuex": "^2.5.0",
"vuex-router-sync": "^4.3.2",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"webtorrent": "^0.98.24"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"ava": "^0.19.1",
"autoprefixer": "^8.2.0",
"ava": "^0.25.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.3",
"babel-plugin-add-filehash": "^6.9.8",
"babel-plugin-add-module-exports": "^0.2.1",
@ -83,41 +83,41 @@
"babel-runtime": "^6.25.0",
"chai": "^3.5.0",
"cloc": "^2.3.3",
"codecov": "^2.3.1",
"codecov": "^3.0.0",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"electron": "^1.8.2",
"electron-builder": "^19.56.2",
"env2": "^2.2.0",
"es6-promise": "^4.2.4",
"eslint-plugin-vue": "^2.0.1",
"eslint-plugin-vue": "^2.1.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.6.1",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^2.29.0",
"html-webpack-plugin": "^3.1.0",
"nightwatch": "^0.9.19",
"nyc": "^10.3.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"nyc": "^11.6.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"pre-commit": "^1.2.2",
"progress-bar-webpack-plugin": "^1.11.0",
"pug": "^2.0.3",
"rimraf": "^2.6.2",
"script-ext-html-webpack-plugin": "^1.8.8",
"script-ext-html-webpack-plugin": "^2.0.1",
"selenium-download": "^2.0.12",
"snazzy": "^7.1.1",
"standard": "^10.0.2",
"style-loader": "^0.18.2",
"standard": "^10.0.3",
"style-loader": "^0.20.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"sw-precache-webpack-plugin": "^0.11.4",
"url-loader": "^0.5.9",
"vue-loader": "^13.7.1",
"vue-style-loader": "^3.1.2",
"url-loader": "^1.0.1",
"vue-loader": "^14.2.2",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-dev-middleware": "^2.0.6",
"webpack-hot-middleware": "^2.21.1",
"webpack-merge": "^4.1.2",
"webpack-node-externals": "^1.6.0"