diff --git a/debian/control b/debian/control index 9e9b875bfc..4ddaef1c85 100644 --- a/debian/control +++ b/debian/control @@ -354,6 +354,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, # node-cache-loader (>= 2.0.1~), node-chart.js (>= 2.7.2~), node-clipboard, + node-compression-webpack-plugin (>= 3.0.1~), node-core-js (>= 3.2.1~), node-css-loader (>= 2.1.1~), node-d3-scale (>= 1.0.7~), diff --git a/debian/patches/0740-use-packaged-modules.patch b/debian/patches/0740-use-packaged-modules.patch index 4c87fc8607..904d7c6a71 100644 --- a/debian/patches/0740-use-packaged-modules.patch +++ b/debian/patches/0740-use-packaged-modules.patch @@ -89,7 +89,7 @@ Use debian packaged node modules when available "@gitlab/at.js": "1.5.5", "@gitlab/svgs": "1.139.0", "@gitlab/ui": "16.12.1", -@@ -53,54 +47,35 @@ +@@ -53,54 +47,34 @@ "apollo-link": "^1.2.11", "apollo-link-batch-http": "^1.2.11", "apollo-upload-client": "^10.0.0", @@ -105,7 +105,7 @@ Use debian packaged node modules when available - "clipboard": "^1.7.1", "codemirror": "^5.48.4", "codesandbox-api": "0.0.23", - "compression-webpack-plugin": "^3.0.1", +- "compression-webpack-plugin": "^3.0.1", "copy-webpack-plugin": "^5.0.5", - "core-js": "^3.6.4", "cropper": "^2.3.0", @@ -144,7 +144,7 @@ Use debian packaged node modules when available "marked": "^0.3.12", "mermaid": "^8.5.2", "mersenne-twister": "1.1.0", -@@ -108,13 +83,9 @@ +@@ -108,13 +82,9 @@ "mitt": "^1.2.0", "monaco-editor": "^0.18.1", "monaco-editor-webpack-plugin": "^1.7.0", @@ -158,7 +158,7 @@ Use debian packaged node modules when available "raphael": "^2.2.7", "raw-loader": "^4.0.0", "sanitize-html": "^1.22.0", -@@ -128,31 +99,20 @@ +@@ -128,31 +98,20 @@ "svg4everybody": "2.1.9", "swagger-ui-dist": "^3.24.3", "three": "^0.84.0", diff --git a/debian/patches/0741-add-graphql-tag.patch b/debian/patches/0741-add-graphql-tag.patch index 8ae85eb779..392bd3faa3 100644 --- a/debian/patches/0741-add-graphql-tag.patch +++ b/debian/patches/0741-add-graphql-tag.patch @@ -2,7 +2,7 @@ yarn fails to install graphql-tag --- a/package.json +++ b/package.json -@@ -71,6 +71,7 @@ +@@ -70,6 +70,7 @@ "fuzzaldrin-plus": "^0.6.0", "glob": "^7.1.6", "graphql": "^14.0.2",