From 4d79728d59696c8f23a3a6687ead83ac564bb6be Mon Sep 17 00:00:00 2001 From: Aron Asor Date: Thu, 24 Mar 2022 08:57:06 -0500 Subject: [PATCH 1/2] fix: use the jspdf https url instead of git:// git:// started failing recently, and no docker build can happen --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 749a8135d4..055ba5f3e9 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "i18n-iso-countries": "^5.1.0", "intl": "1.2.5", "jquery": "^2.2.4", - "jspdf": "git://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e", + "jspdf": "https://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e", "kolibri-constants": "^0.1.39", "kolibri-tools": "^0.14.5-dev.4", "lodash": "^4.17.21", From 07b215416080a0badba98876eb80e732f9e9fc7b Mon Sep 17 00:00:00 2001 From: Aron Asor Date: Thu, 24 Mar 2022 13:46:38 -0500 Subject: [PATCH 2/2] fixup! fix: use the jspdf https url instead of git:// --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index e2028493c3..4ecf5871c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12205,9 +12205,9 @@ jsonparse@^1.2.0: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= -"jspdf@git://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e": +"jspdf@https://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e": version "2.1.1" - resolved "git://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e" + resolved "https://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e" dependencies: atob "^2.1.2" btoa "^1.2.1"