From 9cf97ed2887b7f2ee7bce5feaa734e157ebab819 Mon Sep 17 00:00:00 2001 From: Kylart Date: Fri, 27 Oct 2017 16:40:51 +0200 Subject: [PATCH] Updated dependencies --- assets/stylus/main.styl | 3 +++ package.json | 48 ++++++++++++++++++++--------------------- 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/assets/stylus/main.styl b/assets/stylus/main.styl index 35d10d5..c82050c 100644 --- a/assets/stylus/main.styl +++ b/assets/stylus/main.styl @@ -81,6 +81,9 @@ div.dialog--fullscreen #title a.list__tile height 60px +.application--dark a + color #ff9800 + div.tabs__items border-width 0 border-style none diff --git a/package.json b/package.json index 864da6f..0a9f1d0 100644 --- a/package.json +++ b/package.json @@ -39,54 +39,54 @@ "babel-core": "^6.25.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-runtime": "^6.25.0", - "chalk": "^2.0.1", + "chalk": "^2.3.0", "colors": "^1.1.2", "compression": "^1.7.1", - "electron-devtools-installer": "^2.2.0", - "electron-updater": "^2.10.1", - "express": "^4.16.1", + "electron-devtools-installer": "^2.2.1", + "electron-updater": "^2.15.1", + "express": "^4.16.2", "horrible-api": "^1.0.5", "lodash": "^4.17.4", "lru-cache": "^4.0.2", "mal-scraper": "^1.4.1", - "moment": "^2.18.1", + "moment": "^2.19.1", "nyaapi": "^1.2.2", "progress-bar-webpack-plugin": "^1.10.0", "randomstring": "^1.1.5", "serve-favicon": "^2.4.5", - "vue": "^2.4.4", + "vue": "^2.5.2", "vue-clipboards": "^1.1.0", - "vue-lazyload": "^1.0.6", - "vue-loader": "^13.0.5", + "vue-lazyload": "^1.1.4", + "vue-loader": "^13.3.0", "vue-markdown": "^2.2.4", - "vue-router": "^2.7.0", - "vue-server-renderer": "^2.4.4", - "vuetify": "^0.16.4", - "vuex": "^2.4.1", + "vue-router": "^2.8.1", + "vue-server-renderer": "^2.5.2", + "vuetify": "^0.16.9", + "vuex": "^2.5.0", "vuex-router-sync": "^4.3.2" }, "devDependencies": { - "autoprefixer": "^7.1.1", + "autoprefixer": "^7.1.6", "ava": "^0.19.1", "babel-eslint": "^7.2.3", "babel-loader": "^7.0.0", - "babel-plugin-add-filehash": "^6.9.4", + "babel-plugin-add-filehash": "^6.9.5", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-imports": "^1.4.1", "babel-plugin-transform-runtime": "^6.22.0", "babel-polyfill": "^6.23.0", - "babel-preset-env": "^1.3.2", + "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.22.0", "babel-register": "^6.24.1", "chai": "^3.5.0", - "cloc": "^2.2.0", - "codecov": "^2.2.0", - "cross-env": "^5.0.2", + "cloc": "^2.3.2", + "codecov": "^2.3.1", + "cross-env": "^5.1.0", "css-loader": "^0.28.4", "electron": "^1.8.1", - "electron-builder": "^19.33.0", + "electron-builder": "^19.42.1", "env2": "^2.2.0", "es6-promise": "^4.1.0", "eslint-plugin-vue": "^2.0.1", @@ -102,7 +102,7 @@ "pre-commit": "^1.2.2", "pug": "^2.0.0-rc.3", "rimraf": "^2.6.2", - "script-ext-html-webpack-plugin": "^1.8.5", + "script-ext-html-webpack-plugin": "^1.8.7", "selenium-download": "^2.0.10", "snazzy": "^7.0.0", "standard": "^10.0.2", @@ -113,11 +113,11 @@ "url-loader": "^0.5.9", "vue-devtools": "^3.1.2", "vue-style-loader": "^3.0.3", - "vue-template-compiler": "^2.4.4", - "vuetify-loader": "^0.1.0", - "webpack": "^3.6.0", + "vue-template-compiler": "^2.5.2", + "vuetify-loader": "^0.1.1", + "webpack": "^3.8.1", "webpack-dev-middleware": "^1.11.0", - "webpack-hot-middleware": "^2.18.2", + "webpack-hot-middleware": "^2.20.0", "webpack-merge": "^4.1.0", "webpack-node-externals": "^1.6.0" },