File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
packages/openapi-to-graphql Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change 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-
27772772has-bigints@^1.0.1 :
27782773 version "1.0.1"
27792774 resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz"
You can’t perform that action at this time.
0 commit comments