diff --git a/package.json b/package.json index 8040acc..965834e 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@graphql-codegen/cli": "5.0.0", "@graphql-codegen/typed-document-node": "^5.0.1", "@graphql-codegen/typescript": "^4.0.1", - "@graphql-codegen/typescript-operations": "^4.0.1", + "@graphql-codegen/typescript-operations": "^4.2.0", "@playwright/test": "^1.37.1", "@remix-run/dev": "^1.19.3", "@remix-run/eslint-config": "^1.19.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6d8c15e..cacffcf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: false @@ -86,8 +86,8 @@ devDependencies: specifier: ^4.0.1 version: 4.0.1(graphql@16.8.0) '@graphql-codegen/typescript-operations': - specifier: ^4.0.1 - version: 4.0.1(graphql@16.8.0) + specifier: ^4.2.0 + version: 4.2.0(graphql@16.8.0) '@playwright/test': specifier: ^1.37.1 version: 1.37.1 @@ -2305,6 +2305,20 @@ packages: tslib: 2.5.3 dev: true + /@graphql-codegen/plugin-helpers@5.0.3(graphql@16.8.0): + resolution: {integrity: sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q==} + 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 + dependencies: + '@graphql-tools/utils': 10.0.6(graphql@16.8.0) + change-case-all: 1.0.15 + common-tags: 1.8.2 + graphql: 16.8.0 + import-from: 4.0.0 + lodash: 4.17.21 + tslib: 2.6.2 + dev: true + /@graphql-codegen/schema-ast@4.0.0(graphql@16.8.0): resolution: {integrity: sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g==} peerDependencies: @@ -2316,6 +2330,17 @@ packages: tslib: 2.5.3 dev: true + /@graphql-codegen/schema-ast@4.0.2(graphql@16.8.0): + resolution: {integrity: sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==} + 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 + dependencies: + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.0) + '@graphql-tools/utils': 10.0.6(graphql@16.8.0) + graphql: 16.8.0 + tslib: 2.6.2 + dev: true + /@graphql-codegen/typed-document-node@5.0.1(graphql@16.8.0): resolution: {integrity: sha512-VFkhCuJnkgtbbgzoCAwTdJe2G1H6sd3LfCrDqWUrQe53y2ukfSb5Ov1PhAIkCBStKCMQBUY9YgGz9GKR40qQ8g==} peerDependencies: @@ -2332,17 +2357,17 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript-operations@4.0.1(graphql@16.8.0): - resolution: {integrity: sha512-GpUWWdBVUec/Zqo23aFLBMrXYxN2irypHqDcKjN78JclDPdreasAEPcIpMfqf4MClvpmvDLy4ql+djVAwmkjbw==} + /@graphql-codegen/typescript-operations@4.2.0(graphql@16.8.0): + resolution: {integrity: sha512-lmuwYb03XC7LNRS8oo9M4/vlOrq/wOKmTLBHlltK2YJ1BO/4K/Q9Jdv/jDmJpNydHVR1fmeF4wAfsIp1f9JibA==} 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 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0) - '@graphql-codegen/typescript': 4.0.1(graphql@16.8.0) - '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@16.8.0) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.0) + '@graphql-codegen/typescript': 4.0.6(graphql@16.8.0) + '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.0) auto-bind: 4.0.0 graphql: 16.8.0 - tslib: 2.5.3 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color @@ -2364,6 +2389,22 @@ packages: - supports-color dev: true + /@graphql-codegen/typescript@4.0.6(graphql@16.8.0): + resolution: {integrity: sha512-IBG4N+Blv7KAL27bseruIoLTjORFCT3r+QYyMC3g11uY3/9TPpaUyjSdF70yBe5GIQ6dAgDU+ENUC1v7EPi0rw==} + peerDependencies: + graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.0) + '@graphql-codegen/schema-ast': 4.0.2(graphql@16.8.0) + '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.0) + auto-bind: 4.0.0 + graphql: 16.8.0 + tslib: 2.6.2 + transitivePeerDependencies: + - encoding + - supports-color + dev: true + /@graphql-codegen/visitor-plugin-common@4.0.1(graphql@16.8.0): resolution: {integrity: sha512-Bi/1z0nHg4QMsAqAJhds+ForyLtk7A3HQOlkrZNm3xEkY7lcBzPtiOTLBtvziwopBsXUxqeSwVjOOFPLS5Yw1Q==} peerDependencies: @@ -2385,6 +2426,27 @@ packages: - supports-color dev: true + /@graphql-codegen/visitor-plugin-common@5.1.0(graphql@16.8.0): + resolution: {integrity: sha512-eamQxtA9bjJqI2lU5eYoA1GbdMIRT2X8m8vhWYsVQVWD3qM7sx/IqJU0kx0J3Vd4/CSd36BzL6RKwksibytDIg==} + 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 + dependencies: + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.0) + '@graphql-tools/optimize': 2.0.0(graphql@16.8.0) + '@graphql-tools/relay-operation-optimizer': 7.0.0(graphql@16.8.0) + '@graphql-tools/utils': 10.0.6(graphql@16.8.0) + auto-bind: 4.0.0 + change-case-all: 1.0.15 + dependency-graph: 0.11.0 + graphql: 16.8.0 + graphql-tag: 2.12.6(graphql@16.8.0) + parse-filepath: 1.0.2 + tslib: 2.6.2 + transitivePeerDependencies: + - encoding + - supports-color + dev: true + /@graphql-tools/apollo-engine-loader@8.0.0(graphql@16.8.0): resolution: {integrity: sha512-axQTbN5+Yxs1rJ6cWQBOfw3AEeC+fvIuZSfJLPLLvFJLj4pUm9fhxey/g6oQZAAQJqKPfw+tLDUQvnfvRK8Kmg==} engines: {node: '>=16.0.0'} @@ -4783,6 +4845,7 @@ packages: /bindings@1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + requiresBuild: true dependencies: file-uri-to-path: 1.0.0 dev: true @@ -6732,6 +6795,7 @@ packages: /file-uri-to-path@1.0.0: resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + requiresBuild: true dev: true optional: true @@ -9341,6 +9405,7 @@ packages: /node-addon-api@1.7.2: resolution: {integrity: sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==} + requiresBuild: true dev: true optional: true