Skip to content

Commit a10e10f

Browse files
committed
actually bump peerDependency
bump version
1 parent 924b384 commit a10e10f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/rtk-query-graphql-request-base-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rtk-query/graphql-request-base-query",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"author": {
55
"name": "Lenz Weber",
66
"email": "mail@phryneas.de",
@@ -27,7 +27,7 @@
2727
"graphql-request": "^4.0.0 || ^5.0.0 || ^6.0.0"
2828
},
2929
"peerDependencies": {
30-
"@reduxjs/toolkit": "^1.7.1",
30+
"@reduxjs/toolkit": "^1.7.1 || ^2.0.0",
3131
"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"
3232
},
3333
"devDependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7254,7 +7254,7 @@ __metadata:
72547254
rimraf: ^3.0.2
72557255
typescript: ^4.3.4
72567256
peerDependencies:
7257-
"@reduxjs/toolkit": ^1.7.1
7257+
"@reduxjs/toolkit": ^1.7.1 || ^2.0.0
72587258
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
72597259
languageName: unknown
72607260
linkType: soft

0 commit comments

Comments
 (0)