🤖 Merge PR #64366 graphql-fields: Update graphql to 16.6.0. by @cdimino

This commit is contained in:
Charles Dimino
2023-03-19 19:34:34 -05:00
committed by GitHub
parent 8c1122576f
commit 55e7425625
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"graphql": "^15.3.0"
"graphql": "*"
}
}
}

View File

@@ -2,8 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"esnext.asynciterable"
"es2018"
],
"noImplicitAny": true,
"noImplicitThis": true,