Skip to content

Commit cb4ba34

Browse files
authored
limit peer dependency of graphql to less than 16.0.0
1 parent b229414 commit cb4ba34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"watch:build": "tsc -p tsconfig.json -w"
3131
},
3232
"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"
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"
3434
},
3535
"dependencies": {
3636
"@graphql-codegen/plugin-helpers": "^2.0.0",
@@ -60,7 +60,7 @@
6060
"eslint-plugin-jsx-a11y": "^6.4.1",
6161
"eslint-plugin-react": "^7.23.2",
6262
"eslint-plugin-react-hooks": "^4.2.0",
63-
"graphql": "^15.5.0",
63+
"graphql": "^15.5.0 <16.0.0",
6464
"jest": "^27.0.6",
6565
"jest-docblock": "^27.0.6",
6666
"jest-junit": "^13.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,7 @@ graphql-tag@^2.11.0:
25122512
dependencies:
25132513
tslib "^2.1.0"
25142514

2515-
graphql@^15.5.0:
2515+
"graphql@^15.5.0 <16.0.0":
25162516
version "15.7.2"
25172517
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.7.2.tgz#85ab0eeb83722977151b3feb4d631b5f2ab287ef"
25182518
integrity sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==

0 commit comments

Comments
 (0)