Skip to content

Commit 1ea8028

Browse files
authored
Merge pull request #8421 from arjunyel/update-graphql-dep
Allow GraphQL v16
2 parents 93e63a1 + 606caca commit 1ea8028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ra-data-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"pluralize": "~7.0.0"
3939
},
4040
"peerDependencies": {
41-
"graphql": "^15.6.0",
41+
"graphql": "^15.6.0 || ^16",
4242
"ra-core": "^4.0.0"
4343
},
4444
"devDependencies": {

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -21642,7 +21642,7 @@ __metadata:
2164221642
rimraf: ^3.0.2
2164321643
typescript: ^4.4.0
2164421644
peerDependencies:
21645-
graphql: ^15.6.0
21645+
graphql: ^15.6.0 || ^16
2164621646
ra-core: ^4.0.0
2164721647
languageName: unknown
2164821648
linkType: soft

0 commit comments

Comments
 (0)