chore: make auth and apollo a bit more reactive

This commit is contained in:
2020-04-06 10:19:18 +02:00
parent aa557faf22
commit cc9968bd06
14 changed files with 1327 additions and 360 deletions
+3
View File
@@ -39,6 +39,7 @@
"build": "nuxt build",
"generate": "nuxt generate",
"lint": "eslint --quiet --fix --ext .js,.vue --ignore-path .gitignore .",
"generate-gql": "graphql-codegen",
"precommit": "yarn lint",
"prepush": "yarn test",
"start": "node server/index.js",
@@ -50,6 +51,8 @@
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.8.3",
"@graphql-codegen/cli": "^1.13.1",
"@graphql-codegen/fragment-matcher": "^1.13.1",
"babel-eslint": "^10.0.3",
"cli-engine": "^4.7.6",
"cypress": "^3.1.0",