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.1",
"@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.1":
version: 3.0.1
resolution: "@graphql-codegen/typescript@npm:3.0.1"
dependencies:
"@graphql-codegen/plugin-helpers": ^4.1.0
"@graphql-codegen/schema-ast": ^3.0.1
"@graphql-codegen/visitor-plugin-common": 3.0.1
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: 56a369237971cc4a5a4987628ec0fcceed66ec03a292b3d17b6ffb64279185cd085be351268c55be6b152634c430e885b9c584d816aaa25f067d91c6996c329a
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.1":
version: 3.0.1
resolution: "@graphql-codegen/visitor-plugin-common@npm:3.0.1"
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: 32bf553f73938581f634b1bbdf8616b1cb30cc85c73d7a8f6088d2a81a957e198c7c278edf6582c1eee7328a4463cea4725316b1743b87b26dc3e9fdd8318648
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.1
"@graphql-codegen/typescript-operations": ^2.5.6
"@kleros/kleros-v2-contracts": "workspace:^"
"@kleros/ui-components-library": ^1.9.2
Expand Down