From a6aa6b7feec1109aee93adfe22b1e8dd9113d745 Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Fri, 17 May 2019 01:24:35 +0530 Subject: [PATCH] Install graphql-tag via yarnpkg --- debian/patches/0730-install-graphql-tag.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/0730-install-graphql-tag.patch diff --git a/debian/patches/0730-install-graphql-tag.patch b/debian/patches/0730-install-graphql-tag.patch new file mode 100644 index 0000000000..03067c7964 --- /dev/null +++ b/debian/patches/0730-install-graphql-tag.patch @@ -0,0 +1,13 @@ +Description: Install graphql-tag via yarnpkg +Author: Utkarsh Gupta + +--- gitlab-11.10.4+dfsg.orig/package.json ++++ gitlab-11.10.4+dfsg/package.json +@@ -78,6 +78,7 @@ + "fuzzaldrin-plus": "^0.5.0", + "glob": "^7.1.2", + "graphql": "^14.0.2", ++ "graphql-tag": "^2.0.0", + "imports-loader": "^0.8.0", + "jed": "^1.1.1", + "jest-transform-graphql": "^2.1.0", diff --git a/debian/patches/series b/debian/patches/series index 61f1c02db5..fe87c0c16c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -32,3 +32,4 @@ 0700-add-salsa-link-to-help.patch 0710-use-yarnpkg.patch 0720-use-babelrc.js-tmp.patch +0730-install-graphql-tag.patch