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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@graphql-codegen/cli": "^3.2.1",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-operations": "^2.5.6",
"@kleros/kleros-v2-contracts": "workspace:^",
"@kleros/ui-components-library": "^1.9.2",
Expand Down
52 changes: 50 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2760,6 +2760,19 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/schema-ast@npm:^3.0.1":
version: 3.0.1
resolution: "@graphql-codegen/schema-ast@npm:3.0.1"
dependencies:
"@graphql-codegen/plugin-helpers": ^4.1.0
"@graphql-tools/utils": ^9.0.0
tslib: ~2.5.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: 620aa67a4ae59ccb4609763b7347d05e2cec62bf1362be3e1e01fc00969cdbb858398542aa261128e5b5e3cb6808b77861bdcf82662e80326e72b418f25f465f
languageName: node
linkType: hard

"@graphql-codegen/typescript-operations@npm:^2.5.6":
version: 2.5.12
resolution: "@graphql-codegen/typescript-operations@npm:2.5.12"
Expand All @@ -2775,7 +2788,7 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/typescript@npm:^2.8.1, @graphql-codegen/typescript@npm:^2.8.7":
"@graphql-codegen/typescript@npm:^2.8.7":
version: 2.8.7
resolution: "@graphql-codegen/typescript@npm:2.8.7"
dependencies:
Expand All @@ -2790,6 +2803,21 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/typescript@npm:^3.0.2":
version: 3.0.2
resolution: "@graphql-codegen/typescript@npm:3.0.2"
dependencies:
"@graphql-codegen/plugin-helpers": ^4.1.0
"@graphql-codegen/schema-ast": ^3.0.1
"@graphql-codegen/visitor-plugin-common": 3.0.2
auto-bind: ~4.0.0
tslib: ~2.5.0
peerDependencies:
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: e92dc54804b6ad45fb2499b91cb89743e455a984684e2b1df1b1a8f479a0bbffa5c625be97ccb55874ac8b7316a820b546e9e312b22eda78012acd5c27594a28
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:2.13.7":
version: 2.13.7
resolution: "@graphql-codegen/visitor-plugin-common@npm:2.13.7"
Expand All @@ -2810,6 +2838,26 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:3.0.2":
version: 3.0.2
resolution: "@graphql-codegen/visitor-plugin-common@npm:3.0.2"
dependencies:
"@graphql-codegen/plugin-helpers": ^4.1.0
"@graphql-tools/optimize": ^1.3.0
"@graphql-tools/relay-operation-optimizer": ^6.5.0
"@graphql-tools/utils": ^9.0.0
auto-bind: ~4.0.0
change-case-all: 1.0.15
dependency-graph: ^0.11.0
graphql-tag: ^2.11.0
parse-filepath: ^1.0.2
tslib: ~2.5.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: c8f941df7f8304b722b492ceaf15dddcf33e3a69bc29b54970908ffa12b14d92276958005bd307648e0cdc55f9e243d0fb390862f73a17a26bd50f6484ac42d6
languageName: node
linkType: hard

"@graphql-tools/apollo-engine-loader@npm:^7.3.6":
version: 7.3.22
resolution: "@graphql-tools/apollo-engine-loader@npm:7.3.22"
Expand Down Expand Up @@ -3726,7 +3774,7 @@ __metadata:
resolution: "@kleros/kleros-v2-web@workspace:web"
dependencies:
"@graphql-codegen/cli": ^3.2.1
"@graphql-codegen/typescript": ^2.8.1
"@graphql-codegen/typescript": ^3.0.2
"@graphql-codegen/typescript-operations": ^2.5.6
"@kleros/kleros-v2-contracts": "workspace:^"
"@kleros/ui-components-library": ^1.9.2
Expand Down