Merge pull request #1171 from Human-Connection/deprecation-warning

Fix depreciation warnings
This commit is contained in:
Robert Schäfer 2019-08-06 16:39:29 +02:00 committed by GitHub
commit b2771a2708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@ module.exports = {
modern: !dev ? 'server' : false,
transition: {
pageTransition: {
name: 'slide-up',
mode: 'out-in',
},
@ -168,7 +168,9 @@ module.exports = {
// Give apollo module options
apollo: {
tokenName: 'human-connection-token', // optional, default: apollo-token
tokenExpires: 3, // optional, default: 7 (days)
cookieAttributes: {
expires: 3, // optional, default: 7 (days)
},
// includeNodeModules: true, // optional, default: false (this includes graphql-tag for node_modules folder)
// Watch loading state for all queries

View File

@ -66,6 +66,7 @@
"isemail": "^3.2.0",
"jsonwebtoken": "~8.5.1",
"linkify-it": "~2.2.0",
"node-fetch": "^2.6.0",
"nuxt": "~2.8.1",
"nuxt-dropzone": "^1.0.2",
"nuxt-env": "~0.1.0",