File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
"watch:build" : " tsc -p tsconfig.json -w"
31
31
},
32
32
"peerDependencies" : {
33
- "graphql" : " ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 <16 .0.0"
33
+ "graphql" : " <17 .0.0"
34
34
},
35
35
"dependencies" : {
36
36
"@graphql-codegen/plugin-helpers" : " ^2.0.0" ,
60
60
"eslint-plugin-jsx-a11y" : " ^6.4.1" ,
61
61
"eslint-plugin-react" : " ^7.23.2" ,
62
62
"eslint-plugin-react-hooks" : " ^4.2.0" ,
63
- "graphql" : " ^15.5.0 <16 .0.0" ,
63
+ "graphql" : " <17 .0.0" ,
64
64
"jest" : " ^27.0.6" ,
65
65
"jest-docblock" : " ^27.0.6" ,
66
66
"jest-junit" : " ^13.0.0" ,
Original file line number Diff line number Diff line change @@ -2512,10 +2512,10 @@ graphql-tag@^2.11.0:
2512
2512
dependencies :
2513
2513
tslib "^2.1.0"
2514
2514
2515
- " graphql@^15.5.0 <16 .0.0 " :
2516
- version "15.7.2 "
2517
- resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.7.2 .tgz#85ab0eeb83722977151b3feb4d631b5f2ab287ef "
2518
- integrity sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A ==
2515
+ graphql@<17 .0.0 :
2516
+ version "16.0.1 "
2517
+ resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.0.1 .tgz#93a13cd4e0e38ca8d0832e79614c8578bfd34f10 "
2518
+ integrity sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg ==
2519
2519
2520
2520
has-bigints@^1.0.1 :
2521
2521
version "1.0.1"
You can’t perform that action at this time.
0 commit comments