Skip to content

Commit

Permalink
actually bump peerDependency
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
phryneas committed Dec 31, 2023
1 parent 924b384 commit a10e10f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/rtk-query-graphql-request-base-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rtk-query/graphql-request-base-query",
"version": "2.3.0",
"version": "2.3.1",
"author": {
"name": "Lenz Weber",
"email": "[email protected]",
Expand All @@ -27,7 +27,7 @@
"graphql-request": "^4.0.0 || ^5.0.0 || ^6.0.0"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.7.1",
"@reduxjs/toolkit": "^1.7.1 || ^2.0.0",
"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"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7254,7 +7254,7 @@ __metadata:
rimraf: ^3.0.2
typescript: ^4.3.4
peerDependencies:
"@reduxjs/toolkit": ^1.7.1
"@reduxjs/toolkit": ^1.7.1 || ^2.0.0
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
languageName: unknown
linkType: soft
Expand Down

0 comments on commit a10e10f

Please sign in to comment.