Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@google-cloud/storage": "^7.19.0",
"@graphql-codegen/add": "^7.0.0",
"@graphql-codegen/cli": "^7.0.0",
"@graphql-codegen/typescript": "^5.0.9",
"@graphql-codegen/typescript": "^6.0.1",
"@graphql-codegen/typescript-resolvers": "^5.1.7",
"@ory/client": "^1.22.33",
"@sentry/node": "^10.47.0",
Expand Down
39 changes: 37 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1506,6 +1506,21 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/typescript@npm:^6.0.1":
version: 6.0.1
resolution: "@graphql-codegen/typescript@npm:6.0.1"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^7.0.0"
"@graphql-codegen/schema-ast": "npm:^6.0.0"
"@graphql-codegen/visitor-plugin-common": "npm:^7.0.1"
auto-bind: "npm:^5.0.0"
tslib: "npm:~2.8.0"
peerDependencies:
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10/f0cf2c3ad8b7fdbd7dd46763c31df83af69dc2deb2a2a70d856e3d6b20ac07ecaa06f5fe0ff847ea28936e9fa025d41000687a7fdd55bdd6928a87159ce606ef
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:^6.2.4":
version: 6.2.4
resolution: "@graphql-codegen/visitor-plugin-common@npm:6.2.4"
Expand Down Expand Up @@ -1546,6 +1561,26 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:^7.0.1":
version: 7.0.2
resolution: "@graphql-codegen/visitor-plugin-common@npm:7.0.2"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^7.0.0"
"@graphql-tools/optimize": "npm:^2.0.0"
"@graphql-tools/relay-operation-optimizer": "npm:^7.1.1"
"@graphql-tools/utils": "npm:^11.0.0"
auto-bind: "npm:^5.0.0"
change-case-all: "npm:^2.1.0"
dependency-graph: "npm:^1.0.0"
graphql-tag: "npm:^2.11.0"
parse-filepath: "npm:^1.0.2"
tslib: "npm:^2.8.0"
peerDependencies:
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
checksum: 10/d00033675d18ea538755dec78d4ecf18456d1568454476904af9c2d453814a473c50a3be00311a8fbcfa204743e2b20602a716803c4528bea09a4f98e0d34c4f
languageName: node
linkType: hard

"@graphql-hive/signal@npm:^2.0.0":
version: 2.0.0
resolution: "@graphql-hive/signal@npm:2.0.0"
Expand Down Expand Up @@ -4198,7 +4233,7 @@ __metadata:
"@google-cloud/storage": "npm:^7.19.0"
"@graphql-codegen/add": "npm:^7.0.0"
"@graphql-codegen/cli": "npm:^7.0.0"
"@graphql-codegen/typescript": "npm:^5.0.9"
"@graphql-codegen/typescript": "npm:^6.0.1"
"@graphql-codegen/typescript-resolvers": "npm:^5.1.7"
"@ory/client": "npm:^1.22.33"
"@sentry/node": "npm:^10.47.0"
Expand Down Expand Up @@ -15778,7 +15813,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.5.0, tslib@npm:^2.6.3, tslib@npm:^2.8.0, tslib@npm:^2.8.1":
"tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.5.0, tslib@npm:^2.6.3, tslib@npm:^2.8.0, tslib@npm:^2.8.1, tslib@npm:~2.8.0":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: 10/3e2e043d5c2316461cb54e5c7fe02c30ef6dccb3384717ca22ae5c6b5bc95232a6241df19c622d9c73b809bea33b187f6dbc73030963e29950c2141bc32a79f7
Expand Down
Loading