From 8e8e81eb05819d0744a7efdbee35924c8cffb2b7 Mon Sep 17 00:00:00 2001 From: marsian8 Date: Thu, 26 Jan 2023 04:34:14 +0530 Subject: [PATCH 1/2] package.json - added .git suffix to aphrodite fork --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 318d0a0b78..a74b4148c1 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ }, "devDependencies": { "@vue/test-utils": "1.0.0-beta.29", - "aphrodite": "https://github.com/learningequality/aphrodite/", + "aphrodite": "https://github.com/learningequality/aphrodite.git", "autoprefixer": "^9.6.1", "babel-jest": "^26.0.1", "circular-dependency-plugin": "^5.2.0", From c05a0a85ae70ce7383a5596a71cc402071d4b10b Mon Sep 17 00:00:00 2001 From: marsian83 Date: Fri, 27 Jan 2023 22:26:49 +0530 Subject: [PATCH 2/2] added .git to aphrodite in yarn.lock --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index bc847d65cc..a3294cec1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2504,9 +2504,9 @@ anymatch@^3.0.3, anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -"aphrodite@https://github.com/learningequality/aphrodite/": +"aphrodite@https://github.com/learningequality/aphrodite.git": version "2.2.3" - resolved "https://github.com/learningequality/aphrodite/#fdc8d7be8912a5cf17f74ff10f124013c52c3e32" + resolved "https://github.com/learningequality/aphrodite.git#fdc8d7be8912a5cf17f74ff10f124013c52c3e32" dependencies: asap "^2.0.3" inline-style-prefixer "^4.0.2" @@ -8004,7 +8004,7 @@ kolibri-constants@^0.1.41: version "1.3.0" resolved "https://github.com/learningequality/kolibri-design-system#e9a2ff34716bb6412fe99f835ded5b17345bab94" dependencies: - aphrodite "https://github.com/learningequality/aphrodite/" + aphrodite "https://github.com/learningequality/aphrodite.git" autosize "^3.0.21" css-element-queries "^1.2.0" frame-throttle "^3.0.0"