updated dependencies

This commit is contained in:
Kylart 2018-03-03 03:06:56 +01:00
parent b9cc0d4f3b
commit d994732ccd
3 changed files with 30 additions and 28 deletions

View File

@ -171,6 +171,7 @@ const newWin = () => {
startServer()
process.win = new BrowserWindow({
nodeIntegration: false,
width: 1200,
height: 800,
titleBarStyle: 'hidden',

View File

@ -31,39 +31,39 @@
},
"dependencies": {
"axios": "^0.16.2",
"buttercup": "^1.1.2",
"chalk": "^2.3.0",
"buttercup": "^1.5.1",
"chalk": "^2.3.2",
"colors": "^1.1.2",
"compression": "^1.7.1",
"compression": "^1.7.2",
"electron-devtools-installer": "^2.2.3",
"electron-log": "^2.2.13",
"electron-updater": "^2.18.2",
"electron-log": "^2.2.14",
"electron-updater": "^2.21.0",
"express": "^4.16.2",
"horrible-api": "^1.1.1",
"lodash": "^4.17.4",
"lodash": "^4.17.5",
"lru-cache": "^4.0.2",
"mal-scraper": "^2.2.1",
"moment": "^2.20.1",
"mal-scraper": "^2.4.2",
"moment": "^2.21.0",
"nyaapi": "^2.0.4",
"randomstring": "^1.1.5",
"serve-favicon": "^2.4.5",
"vue": "^2.5.13",
"vue-clipboards": "^1.2.1",
"vue-lazyload": "^1.1.4",
"vue-lazyload": "^1.2.1",
"vue-markdown": "^2.2.4",
"vue-router": "^2.8.1",
"vue-server-renderer": "^2.5.13",
"vuetify": "^0.17.6",
"vuetify": "^0.17.7",
"vuex": "^2.5.0",
"vuex-router-sync": "^4.3.2"
},
"devDependencies": {
"autoprefixer": "^7.2.4",
"autoprefixer": "^7.2.6",
"ava": "^0.19.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-add-filehash": "^6.9.5",
"babel-loader": "^7.1.3",
"babel-plugin-add-filehash": "^6.9.8",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-imports": "^1.4.1",
@ -76,14 +76,14 @@
"babel-register": "^6.24.1",
"babel-runtime": "^6.25.0",
"chai": "^3.5.0",
"cloc": "^2.3.2",
"cloc": "^2.3.3",
"codecov": "^2.3.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.8",
"electron": "^1.8.1",
"electron-builder": "^19.53.0",
"css-loader": "^0.28.10",
"electron": "^1.8.2",
"electron-builder": "^19.56.2",
"env2": "^2.2.0",
"es6-promise": "^4.2.2",
"es6-promise": "^4.2.4",
"eslint-plugin-vue": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^2.1.0",
@ -95,26 +95,26 @@
"nyc": "^10.3.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"pre-commit": "^1.2.2",
"progress-bar-webpack-plugin": "^1.10.0",
"progress-bar-webpack-plugin": "^1.11.0",
"pug": "^2.0.0-rc.3",
"rimraf": "^2.6.2",
"script-ext-html-webpack-plugin": "^1.8.8",
"selenium-download": "^2.0.11",
"snazzy": "^7.0.0",
"selenium-download": "^2.0.12",
"snazzy": "^7.1.1",
"standard": "^10.0.2",
"style-loader": "^0.18.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"stylus-loader": "^3.0.2",
"sw-precache-webpack-plugin": "^0.11.4",
"url-loader": "^0.5.9",
"vue-devtools": "^3.1.2",
"vue-loader": "^13.6.2",
"vue-style-loader": "^3.0.3",
"vue-loader": "^13.7.1",
"vue-style-loader": "^3.1.2",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.20.0",
"webpack-merge": "^4.1.1",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.1",
"webpack-merge": "^4.1.2",
"webpack-node-externals": "^1.6.0"
},
"precommit": "lint",

View File

@ -34,6 +34,7 @@ const openExternal = ({query}, res) => {
case 'inside':
sendEmptyRes(res)
const win = new BrowserWindow({
nodeIntegration: false,
parent: process.win,
x: 50,
y: 50,