Skip to content
Open
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.3",
"@graphql-codegen/typescript-operations": "^2.5.6",
"@kleros/kleros-v2-contracts": "workspace:^",
"@kleros/ui-components-library": "^1.9.2",
Expand Down
68 changes: 66 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2747,6 +2747,22 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/plugin-helpers@npm:^4.2.0":
version: 4.2.0
resolution: "@graphql-codegen/plugin-helpers@npm:4.2.0"
dependencies:
"@graphql-tools/utils": ^9.0.0
change-case-all: 1.0.15
common-tags: 1.8.2
import-from: 4.0.0
lodash: ~4.17.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: 5d26adc132026916db061d23b06fc2c329f372f19ecf56e39bd2b30082bff642f2030cd6dc0bad8d2d3ab781c1e145384e040310a479b83d85ec804b2983646d
languageName: node
linkType: hard

"@graphql-codegen/schema-ast@npm:^2.6.1":
version: 2.6.1
resolution: "@graphql-codegen/schema-ast@npm:2.6.1"
Expand All @@ -2760,6 +2776,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 +2804,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 +2819,21 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/typescript@npm:^3.0.3":
version: 3.0.3
resolution: "@graphql-codegen/typescript@npm:3.0.3"
dependencies:
"@graphql-codegen/plugin-helpers": ^4.2.0
"@graphql-codegen/schema-ast": ^3.0.1
"@graphql-codegen/visitor-plugin-common": 3.1.0
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: 5d292379b5f25f1df0dfdec62211f7e304a85910b6e30dcb28e89478dd15b565f05993913d9b8cf7f08b1e9166242f08e9cb68bd9688f486bd5eada7c6f82442
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 +2854,26 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:3.1.0":
version: 3.1.0
resolution: "@graphql-codegen/visitor-plugin-common@npm:3.1.0"
dependencies:
"@graphql-codegen/plugin-helpers": ^4.2.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: 7532666c578680cda538d7b859ee7d5541113f3972f0f2396affa4dd6823a2e2d6f8b715c685912652b0906722dfafb4375c462aa3b4f991a12ec0a28f1b7ba7
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 +3790,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.3
"@graphql-codegen/typescript-operations": ^2.5.6
"@kleros/kleros-v2-contracts": "workspace:^"
"@kleros/ui-components-library": ^1.9.2
Expand Down