Skip to content

Commit

Permalink
Allow graphql@16
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Feb 4, 2022
1 parent ef18bba commit 65391d3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .changeset/sixty-turtles-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@graphql-ts/extend": patch
"@graphql-ts/schema": patch
---

`graphql@16` is now allowed in `peerDependencies`
4 changes: 2 additions & 2 deletions packages/extend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"peerDependencies": {
"@graphql-ts/schema": "^0.5.0",
"graphql": "^15.0.0"
"graphql": "15 || 16"
},
"devDependencies": {
"@graphql-ts/schema": "^0.5.0",
"graphql": "^15.5.0"
"graphql": "^16.3.0"
},
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/packages/extend"
}
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@babel/runtime": "^7.9.2"
},
"peerDependencies": {
"graphql": "^15.0.0"
"graphql": "15 || 16"
},
"devDependencies": {
"graphql": "^15.5.0"
"graphql": "^16.3.0"
},
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/packages/schema",
"preconstruct": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"license": "MIT",
"dependencies": {
"@graphql-ts/schema": "^0.5.0",
"graphql": "^15.5.0"
"graphql": "^16.3.0"
}
}

0 comments on commit 65391d3

Please sign in to comment.