Skip to content

Commit

Permalink
chore(deps): update dependency @rtk-query/graphql-request-base-query …
Browse files Browse the repository at this point in the history
…to v2.3.1
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 211323a commit 2770919
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/typescript/rtk-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@reduxjs/toolkit": "2.2.1",
"@rtk-query/graphql-request-base-query": "2.2.0",
"@rtk-query/graphql-request-base-query": "2.3.1",
"graphql-request": "^4.0.0"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2389,12 +2389,12 @@
redux-thunk "^3.1.0"
reselect "^5.0.1"

"@rtk-query/graphql-request-base-query@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@rtk-query/graphql-request-base-query/-/graphql-request-base-query-2.2.0.tgz#e1e5e44793a234ea4c180619e469ed0e1890b2aa"
integrity sha512-zBGaTJUHsE1UJWkQGxPfdIteysbd+4Ivx4nkuy6Xgd2kn6zOd849YdR48B1fUh7QA2CXj/F1d+jrCETULp7hnA==
"@rtk-query/graphql-request-base-query@2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@rtk-query/graphql-request-base-query/-/graphql-request-base-query-2.3.1.tgz#edfb2873705c4c6b05b171b6233c590de4572739"
integrity sha512-D8R+YLPGpP3xLQ9JmNK2jgBWmcsIQm3u4kCjW6vRACBaGEey4WbjanYmtRPv16WbW+NcA7yXicVTuExuSXSi4A==
dependencies:
graphql-request "^4.0.0"
graphql-request "^4.0.0 || ^5.0.0 || ^6.0.0"

"@sinclair/typebox@^0.24.1":
version "0.24.28"
Expand Down Expand Up @@ -4736,7 +4736,7 @@ graphql-language-service-utils@^2.7.1:
graphql-language-service-types "^1.8.7"
nullthrows "^1.0.0"

graphql-request@6.0.0:
graphql-request@6.0.0, "graphql-request@^4.0.0 || ^5.0.0 || ^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-6.0.0.tgz#9c8b6a0c341f289e049936d03cc9205300faae1c"
integrity sha512-2BmHTuglonjZvmNVw6ZzCfFlW/qkIPds0f+Qdi/Lvjsl3whJg2uvHmSvHnLWhUTEw6zcxPYAHiZoPvSVKOZ7Jw==
Expand Down

0 comments on commit 2770919

Please sign in to comment.