From 70218528d14817c7b06535378dbc1ee23ffa1b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 05:29:52 +0000 Subject: [PATCH] chore(deps): bump @graphql-codegen/typescript-operations Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 2.4.2 to 2.5.1. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@2.5.1/packages/plugins/typescript/operations) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-operations" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index de65f02fa..d23bb192d 100644 --- a/web/package.json +++ b/web/package.json @@ -54,7 +54,7 @@ "dependencies": { "@graphql-codegen/cli": "^2.6.4", "@graphql-codegen/typescript": "^2.4.9", - "@graphql-codegen/typescript-operations": "^2.4.2", + "@graphql-codegen/typescript-operations": "^2.5.1", "@kleros/kleros-v2-contracts": "workspace:^", "@kleros/ui-components-library": "^1.3.0", "chart.js": "^3.7.1",