From 992ec2cf7bf036f9c7d1c12ab3aff8691a1a67d9 Mon Sep 17 00:00:00 2001 From: winzlieb Date: Thu, 10 Mar 2022 13:57:03 +0100 Subject: [PATCH] add missing dependency for codegeneration --- frontend/search/package.json | 1 + frontend/search/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/frontend/search/package.json b/frontend/search/package.json index dff0af4..fdd9dd3 100644 --- a/frontend/search/package.json +++ b/frontend/search/package.json @@ -42,6 +42,7 @@ "@types/react": "17.0.39", "eslint": "8.10.0", "eslint-config-next": "12.1.0", + "graphql": "^16.3.0", "typescript": "4.6.2" } } diff --git a/frontend/search/yarn.lock b/frontend/search/yarn.lock index d6a5b29..30bd8db 100644 --- a/frontend/search/yarn.lock +++ b/frontend/search/yarn.lock @@ -3112,6 +3112,11 @@ graphql-ws@^5.4.1: resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.6.2.tgz#c7e5e382bd80d7fef637ea0b86ef4b1cb3d0b09b" integrity sha512-TsjovINNEGfv52uKWYSVCOLX9LFe6wAhf9n7hIsV3zjflky1dv/mAP+kjXAXsnzV1jH5Sx0S73CtBFNvxus+SQ== +graphql@^16.3.0: + version "16.3.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05" + integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A== + has-ansi@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"