From fd9705e9699eae18a58c92aeaaaab37f922e2a82 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Thu, 23 Apr 2020 00:22:18 +0530 Subject: [PATCH] Add graphql-tag node module to package.json --- debian/patches/0741-add-graphql-tag.patch | 12 ++++++++++++ debian/patches/series | 1 + 2 files changed, 13 insertions(+) create mode 100644 debian/patches/0741-add-graphql-tag.patch diff --git a/debian/patches/0741-add-graphql-tag.patch b/debian/patches/0741-add-graphql-tag.patch new file mode 100644 index 0000000000..392bd3faa3 --- /dev/null +++ b/debian/patches/0741-add-graphql-tag.patch @@ -0,0 +1,12 @@ +yarn fails to install graphql-tag + +--- a/package.json ++++ b/package.json +@@ -70,6 +70,7 @@ + "fuzzaldrin-plus": "^0.6.0", + "glob": "^7.1.6", + "graphql": "^14.0.2", ++ "graphql-tag": "^2.10.0", + "immer": "^5.2.1", + "jest-transform-graphql": "^2.1.0", + "jquery.caret": "^0.3.1", diff --git a/debian/patches/series b/debian/patches/series index acae3ae0ce..28eb197255 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -22,6 +22,7 @@ 0700-add-salsa-link-to-help.patch 0710-use-yarnpkg.patch 0740-use-packaged-modules.patch +0741-add-graphql-tag.patch 0750-fix-relative-paths.patch 0760-update-grape.patch 0790-protobuf-compat.patch