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:
Robert Schäfer 2019-08-02 01:14:16 +02:00 committed by GitHub
commit 8cc2b7581a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1649 additions and 241 deletions

View File

@ -164,15 +164,6 @@ module.exports = {
tokenName: 'human-connection-token', // optional, default: apollo-token
tokenExpires: 3, // optional, default: 7 (days)
// 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
// See 'Smart Query > options > watchLoading' for detail

View File

@ -50,12 +50,12 @@
},
"dependencies": {
"@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/dotenv": "~1.3.0",
"@nuxtjs/style-resources": "~0.1.2",
"accounting": "~0.4.1",
"apollo-cache-inmemory": "~1.5.1",
"apollo-cache-inmemory": "~1.6.2",
"apollo-client": "~2.6.3",
"cookie-universal-nuxt": "~2.0.17",
"cross-env": "~5.2.0",

File diff suppressed because it is too large Load Diff