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