chore: pull any version

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-05-13 13:37:19 +02:00
parent 0ca550ddc7
commit a4a6a72a95
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -42,11 +42,7 @@ export default async function createPlugin(
// It is important that each real user always gets resolved to
// the same sign-in identity. The code below will not do that.
// It is here for demo purposes only.
github: providers.github.create({
signIn: {
resolver: providers.github.resolvers.usernameMatchingUserEntityName(),
},
}),
github: providers.github.create(),
gitlab: providers.gitlab.create({
signIn: {
async resolver({ result: { fullProfile } }, ctx) {
+1 -1
View File
@@ -41,7 +41,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"graphiql": "^1.5.12",
"graphql-ws": "5.5.5",
"graphql-ws": "^5.4.1",
"graphql": "^16.0.0",
"react-use": "^17.2.4"
},