# HG changeset patch # User Thomas Junk # Date 1562315513 -7200 # Node ID 68dc59b428df22dacb2ab987fb8ee02dd402e548 # Parent 8442fbe67198d57b3c42fbd84085c24fdd5facf7 dogfooding our productionbuild of jspdf and svg2pdf diff -r 8442fbe67198 -r 68dc59b428df client/package.json --- a/client/package.json Fri Jul 05 09:56:42 2019 +0200 +++ b/client/package.json Fri Jul 05 10:31:53 2019 +0200 @@ -39,14 +39,14 @@ "debounce": "^1.2.0", "file-saver": "^2.0.2", "glob-all": "^3.1.0", - "jspdf-yworks": "https://github.com/Intevation/jsPDF.git", + "jspdf-yworks": "https://github.com/Intevation/jsPDF.git#production", "locale2": "^2.2.0", "lodash.debounce": "^4.0.8", "ol": "^5.3.0", "path": "^0.12.7", "prettier": "^1.15.3", "purgecss-webpack-plugin": "^1.4.0", - "svg2pdf.js": "https://github.com/Intevation/svg2pdf.js.git", + "svg2pdf.js": "https://github.com/Intevation/svg2pdf.js.git#production", "v-tooltip": "^2.0.0-rc.33", "vue": "^2.5.16", "vue-clipboard2": "^0.2.1", diff -r 8442fbe67198 -r 68dc59b428df client/yarn.lock --- a/client/yarn.lock Fri Jul 05 09:56:42 2019 +0200 +++ b/client/yarn.lock Fri Jul 05 10:31:53 2019 +0200 @@ -7007,9 +7007,9 @@ resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= -jspdf-yworks@^2.0.2, "jspdf-yworks@https://github.com/Intevation/jsPDF.git": +jspdf-yworks@^2.0.2, "jspdf-yworks@https://github.com/Intevation/jsPDF.git#production": version "2.0.2" - resolved "https://github.com/Intevation/jsPDF.git#bd766164738ae8b20ef971b94220c8ecf64b0bfb" + resolved "https://github.com/Intevation/jsPDF.git#c8cfd2e287f96bd8cf044d71cde1a5a2130f591c" dependencies: canvg "1.5.3" cf-blob.js "0.0.1" @@ -10839,9 +10839,9 @@ resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= -"svg2pdf.js@https://github.com/Intevation/svg2pdf.js.git": +"svg2pdf.js@https://github.com/Intevation/svg2pdf.js.git#production": version "1.3.4" - resolved "https://github.com/Intevation/svg2pdf.js.git#11d37db8963f27c90dff5fe39e56eada6ce5039e" + resolved "https://github.com/Intevation/svg2pdf.js.git#a93baadc5505f9eb37cfba1418496302f93aa495" dependencies: jspdf-yworks "^2.0.2"