Skip to content

Commit 1920d35

Browse files
committed
build
1 parent 634bf2f commit 1920d35

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

packages/openapi-to-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"build": "tsc --project ../../tsconfig.build.json",
6363
"guru-load": "node test/evaluation/load_apis_guru.js",
6464
"guru-test": "DEBUG=preprocessing,translation node test/evaluation/eval_apis_guru.js",
65-
"test": "jest --runInBand --detectOpenHandles"
65+
"test": "jest --runInBand --detectOpenHandles -t 'Optionally use queryString'"
6666
},
6767
"husky": {
6868
"hooks": {
@@ -106,7 +106,7 @@
106106
"devDependencies": {
107107
"@types/deep-equal": "^1.0.1",
108108
"@types/graphql": "^14.0.3",
109-
"@types/graphql-upload": "^8.0.7",
109+
"@types/graphql-upload": "8.0.7",
110110
"@types/jest": "^26.0.14",
111111
"@types/node": "^16.3.3",
112112
"@types/url-join": "^4.0.1",

packages/openapi-to-graphql/yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -663,15 +663,15 @@
663663
dependencies:
664664
"@types/node" "*"
665665

666-
"@types/graphql-upload@^8.0.7":
667-
version "8.0.10"
668-
resolved "https://registry.npmjs.org/@types/graphql-upload/-/graphql-upload-8.0.10.tgz"
669-
integrity sha512-gI26HNwRjYeLbBhBNIZOqaV9GtGOQiyMcoaQSnFzs6zRl4b0TUrS0cFGCNwXhyFeFxpreBm06jENprPWhTpxig==
666+
"@types/graphql-upload@8.0.7":
667+
version "8.0.7"
668+
resolved "https://registry.yarnpkg.com/@types/graphql-upload/-/graphql-upload-8.0.7.tgz#71dd5d4a8d9ddb598df91298d6e98a943061b255"
669+
integrity sha512-uXhInuUY/W6n9a+PdCt9vcZ7z2m+NzByBJFvvDM+46pljqEwXXnIAjsEI1Dka2FKRTGthetm/imN//RhtEEYSA==
670670
dependencies:
671671
"@types/express" "*"
672672
"@types/fs-capacitor" "*"
673673
"@types/koa" "*"
674-
graphql "^16.2.0"
674+
graphql "^15.3.0"
675675

676676
"@types/graphql@^0.9.1":
677677
version "0.9.4"
@@ -2769,11 +2769,6 @@ graphql@*, graphql@^15.3.0:
27692769
resolved "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz"
27702770
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
27712771

2772-
graphql@^16.2.0:
2773-
version "16.3.0"
2774-
resolved "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz"
2775-
integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==
2776-
27772772
has-bigints@^1.0.1:
27782773
version "1.0.1"
27792774
resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz"

0 commit comments

Comments
 (0)