Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Sep 7, 2021
1 parent 116c0c6 commit e272461
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples-staging/graphql-api-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/runtime": "^7.15.3",
"@keystone-next/auth": "^32.0.0",
"@keystone-next/fields-document": "^9.0.0",
"@keystone-next/keystone": "^25.0.0",
"@keystone-next/keystone": "^25.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-staging/graphql-api-endpoint"
}
1 change: 0 additions & 1 deletion tests/api-tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export const expectPrismaError = (
args.map(({ path, message, code, target }) => ({
extensions: {
code: 'INTERNAL_SERVER_ERROR',
exception: { clientVersion: '2.30.2', code, meta: { target } },
meta: { target },
clientVersion: '2.30.2',
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/utils@^8.2.0", "@graphql-tools/utils@^8.2.2":
"@graphql-tools/utils@^8.0.0", "@graphql-tools/utils@^8.2.0", "@graphql-tools/utils@^8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.2.tgz#d29420bf1003d2876cb30f373145be432c7f7c4b"
integrity sha512-29FFY5U4lpXuBiW9dRvuWnBVwGhWbGLa2leZcAMU/Pz47Cr/QLZGVgpLBV9rt+Gbs7wyIJM7t7EuksPs0RDm3g==
Expand Down

0 comments on commit e272461

Please sign in to comment.