Skip to content

Commit

Permalink
allow more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 30, 2023
1 parent 59f0720 commit ea8a310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/rtk-query-graphql-request-base-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "microbundle watch"
},
"dependencies": {
"graphql-request": "^6.1.0"
"graphql-request": "^4.0.0 || ^5.0.0 || ^6.0.0"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.7.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6788,7 +6788,7 @@ __metadata:
dependencies:
"@reduxjs/toolkit": ^1.6.0
graphql: ^16.5.0
graphql-request: ^6.1.0
graphql-request: ^4.0.0 || ^5.0.0 || ^6.0.0
microbundle: ^0.13.3
rimraf: ^3.0.2
typescript: ^4.3.4
Expand Down Expand Up @@ -15722,7 +15722,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"graphql-request@npm:^6.1.0":
"graphql-request@npm:^4.0.0 || ^5.0.0 || ^6.0.0":
version: 6.1.0
resolution: "graphql-request@npm:6.1.0"
dependencies:
Expand Down

0 comments on commit ea8a310

Please sign in to comment.