mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #632 from Human-Connection/dependabot/npm_and_yarn/webapp/@nuxtjs/apollo-4.0.0-rc5
Bump @nuxtjs/apollo from 4.0.0-rc4.2 to 4.0.0-rc5 in /webapp
This commit is contained in:
commit
8cc2b7581a
@ -164,15 +164,6 @@ module.exports = {
|
|||||||
tokenName: 'human-connection-token', // optional, default: apollo-token
|
tokenName: 'human-connection-token', // optional, default: apollo-token
|
||||||
tokenExpires: 3, // optional, default: 7 (days)
|
tokenExpires: 3, // optional, default: 7 (days)
|
||||||
// includeNodeModules: true, // optional, default: false (this includes graphql-tag for node_modules folder)
|
// includeNodeModules: true, // optional, default: false (this includes graphql-tag for node_modules folder)
|
||||||
// optional
|
|
||||||
errorHandler(error) {
|
|
||||||
/* eslint-disable-next-line no-console */
|
|
||||||
console.log(
|
|
||||||
'%cError',
|
|
||||||
'background: red; color: white; padding: 2px 4px; border-radius: 3px; font-weight: bold;',
|
|
||||||
error.message,
|
|
||||||
)
|
|
||||||
},
|
|
||||||
|
|
||||||
// Watch loading state for all queries
|
// Watch loading state for all queries
|
||||||
// See 'Smart Query > options > watchLoading' for detail
|
// See 'Smart Query > options > watchLoading' for detail
|
||||||
|
|||||||
@ -50,12 +50,12 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@human-connection/styleguide": "0.5.17",
|
"@human-connection/styleguide": "0.5.17",
|
||||||
"@nuxtjs/apollo": "4.0.0-rc4.2",
|
"@nuxtjs/apollo": "^4.0.0-rc9",
|
||||||
"@nuxtjs/axios": "~5.5.4",
|
"@nuxtjs/axios": "~5.5.4",
|
||||||
"@nuxtjs/dotenv": "~1.3.0",
|
"@nuxtjs/dotenv": "~1.3.0",
|
||||||
"@nuxtjs/style-resources": "~0.1.2",
|
"@nuxtjs/style-resources": "~0.1.2",
|
||||||
"accounting": "~0.4.1",
|
"accounting": "~0.4.1",
|
||||||
"apollo-cache-inmemory": "~1.5.1",
|
"apollo-cache-inmemory": "~1.6.2",
|
||||||
"apollo-client": "~2.6.3",
|
"apollo-client": "~2.6.3",
|
||||||
"cookie-universal-nuxt": "~2.0.17",
|
"cookie-universal-nuxt": "~2.0.17",
|
||||||
"cross-env": "~5.2.0",
|
"cross-env": "~5.2.0",
|
||||||
|
|||||||
1877
webapp/yarn.lock
1877
webapp/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user