mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #1171 from Human-Connection/deprecation-warning
Fix depreciation warnings
This commit is contained in:
commit
b2771a2708
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user