fix auth (#24), update deps, local user_locale

This commit is contained in:
les
2019-09-17 16:05:46 +02:00
parent 5f94f72912
commit 46bc1854de
7 changed files with 36 additions and 33 deletions

View File

@@ -37,7 +37,7 @@
".nuxt/"
],
"dependencies": {
"@nuxtjs/auth": "^4.8.3",
"@nuxtjs/auth": "^4.8.4",
"@nuxtjs/axios": "^5.6.0",
"accept-language": "^3.0.18",
"axios": "^0.19.0",
@@ -74,16 +74,16 @@
"sharp": "^0.23.0",
"sqlite3": "^4.1.0",
"url": "^0.11.0",
"v-calendar": "^1.0.0-beta.14",
"v-calendar": "^1.0.0-beta.16",
"vue-awesome": "^3.5.3",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.14.0",
"vue-i18n": "^8.14.1",
"yargs": "^14.0.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.1.2",
"babel-eslint": "^10.0.3",
"eslint": "^6.3.0",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-standard": ">=14.1.0",
"eslint-loader": "^3.0.0",
@@ -99,6 +99,6 @@
"nodemon": "^1.19.2",
"prettier": "^1.17.1",
"pug-plain-loader": "^1.0.0",
"webpack-cli": "^3.3.8"
"webpack-cli": "^3.3.9"
}
}