Skip to content

Commit 48b068d

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update dependency @graphql-codegen/typescript-operations to v5.0.2
1 parent 0ba9872 commit 48b068d

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@graphql-codegen/cli": "6.0.0",
36-
"@graphql-codegen/typescript-operations": "5.0.1",
36+
"@graphql-codegen/typescript-operations": "5.0.2",
3737
"@graphql-codegen/typescript-react-apollo": "4.3.3",
3838
"@playwright/test": "1.55.1",
3939
"@types/is-url": "1.2.32",

yarn.lock

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2254,7 +2254,18 @@
22542254
change-case-all "1.0.15"
22552255
tslib "~2.6.0"
22562256

2257-
"@graphql-codegen/[email protected]", "@graphql-codegen/typescript-operations@^5.0.1":
2257+
"@graphql-codegen/[email protected]":
2258+
version "5.0.2"
2259+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-5.0.2.tgz#f963a269e1c62b01e23d411e7f449c725c4341c1"
2260+
integrity sha512-i2nSJ5a65H+JgXwWvEuYehVYUImIvrHk3PTs+Fcj+OjZFvDl2qBziIhr6shCjV0KH9IZ6Y+1v4TzkxZr/+XFjA==
2261+
dependencies:
2262+
"@graphql-codegen/plugin-helpers" "^6.0.0"
2263+
"@graphql-codegen/typescript" "^5.0.2"
2264+
"@graphql-codegen/visitor-plugin-common" "6.1.0"
2265+
auto-bind "~4.0.0"
2266+
tslib "~2.6.0"
2267+
2268+
"@graphql-codegen/typescript-operations@^5.0.1":
22582269
version "5.0.1"
22592270
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-5.0.1.tgz#69c98787a0ffa135fa2b51315b76b639ba8d1c43"
22602271
integrity sha512-uJwsOIqvXyxlOI1Mnoy8Mn3TiOHTzVTGDwqL9gHnpKqQZdFfvMgfDf/HyT7Mw3XCOfhSS99fe9ATW0bkMExBZg==
@@ -2287,6 +2298,17 @@
22872298
auto-bind "~4.0.0"
22882299
tslib "~2.6.0"
22892300

2301+
"@graphql-codegen/typescript@^5.0.2":
2302+
version "5.0.2"
2303+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-5.0.2.tgz#31c3d2d583aeed4b95069bfff9fa47934e637c24"
2304+
integrity sha512-OJYXpS9SRf4VFzqu3ZH/RmTftGhAVTCmscH63iPlvTlCT8NBmpSHdZ875AEa38LugdL8XgUcGsI3pprP3e5j/w==
2305+
dependencies:
2306+
"@graphql-codegen/plugin-helpers" "^6.0.0"
2307+
"@graphql-codegen/schema-ast" "^5.0.0"
2308+
"@graphql-codegen/visitor-plugin-common" "6.1.0"
2309+
auto-bind "~4.0.0"
2310+
tslib "~2.6.0"
2311+
22902312
"@graphql-codegen/[email protected]":
22912313
version "2.13.8"
22922314
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz#09bc6317b227e5a278f394f4cef0d6c2d1910597"
@@ -2319,6 +2341,22 @@
23192341
parse-filepath "^1.0.2"
23202342
tslib "~2.6.0"
23212343

2344+
"@graphql-codegen/[email protected]":
2345+
version "6.1.0"
2346+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.1.0.tgz#a3069031b52b6e0541e03758de18a48da964553d"
2347+
integrity sha512-AvGO1pe+b/kAa7+WBDlNDXOruRZWv/NnhLHgTggiW2XWRv33biuzg4cF1UTdpR2jmESZzJU4kXngLLX8RYJWLA==
2348+
dependencies:
2349+
"@graphql-codegen/plugin-helpers" "^6.0.0"
2350+
"@graphql-tools/optimize" "^2.0.0"
2351+
"@graphql-tools/relay-operation-optimizer" "^7.0.0"
2352+
"@graphql-tools/utils" "^10.0.0"
2353+
auto-bind "~4.0.0"
2354+
change-case-all "1.0.15"
2355+
dependency-graph "^1.0.0"
2356+
graphql-tag "^2.11.0"
2357+
parse-filepath "^1.0.2"
2358+
tslib "~2.6.0"
2359+
23222360
"@graphql-hive/signal@^1.0.0":
23232361
version "1.0.0"
23242362
resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-1.0.0.tgz#6e2193660a47c925abadbe72293dfc9430e24f8f"

0 commit comments

Comments
 (0)