From 676b984379d6aaf83dbe0782c990686f8cf47ed3 Mon Sep 17 00:00:00 2001 From: MisRob Date: Wed, 14 Feb 2024 07:42:18 +0100 Subject: [PATCH 1/2] Install npm KDS package --- package.json | 2 +- yarn.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 4a7e05875e..63b305c475 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "jspdf": "https://github.com/parallax/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e", "jszip": "^3.10.1", "kolibri-constants": "^0.2.0", - "kolibri-design-system": "https://github.com/learningequality/kolibri-design-system#v3.0.0", + "kolibri-design-system": "~3.0.0", "lodash": "^4.17.21", "material-icons": "0.3.1", "mutex-js": "^1.1.5", diff --git a/yarn.lock b/yarn.lock index af96be5853..8c578f0702 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3496,17 +3496,17 @@ anymatch@^3.0.3, anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -"aphrodite@https://github.com/learningequality/aphrodite.git": +"aphrodite@git+https://github.com/learningequality/aphrodite.git": version "2.2.3" - resolved "https://github.com/learningequality/aphrodite.git#fdc8d7be8912a5cf17f74ff10f124013c52c3e32" + resolved "git+https://github.com/learningequality/aphrodite.git#fdc8d7be8912a5cf17f74ff10f124013c52c3e32" dependencies: asap "^2.0.3" inline-style-prefixer "^4.0.2" string-hash "^1.1.3" -"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" @@ -9116,9 +9116,10 @@ kolibri-constants@^0.2.0: resolved "https://registry.yarnpkg.com/kolibri-constants/-/kolibri-constants-0.2.0.tgz#47c9d773894e23251ba5ac4db420822e45603142" integrity sha512-WYDMGDzB9gNxRbpX1O2cGe1HrJvLvSZGwMuAv6dqrxJgPf7iO+Hi40/1CXjHM7nk5CRt+hn5bqnMzCBmj1omPA== -"kolibri-design-system@https://github.com/learningequality/kolibri-design-system#v3.0.0": - version "1.3.0" - resolved "https://github.com/learningequality/kolibri-design-system#24a7dfef611f7daf1432bbb9e0f569a0f9821844" +kolibri-design-system@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/kolibri-design-system/-/kolibri-design-system-3.0.0.tgz#35b462bbf6a73260efb39651f05ae907b91afad9" + integrity sha512-Q2ma6oZCoPtTHMmi+XkrXdsxEfukG9RLRaTxL1hAyHZLBT359RLX/mg76IcsX1kogxI/Px04NDsMpDeqS9ro3Q== dependencies: "@vue/composition-api" "^1.7.2" aphrodite "https://github.com/learningequality/aphrodite/" From 14c3227e18dd48ea3afc9dbc1ea7e2a221e53525 Mon Sep 17 00:00:00 2001 From: Blaine Jester Date: Wed, 28 Feb 2024 10:35:18 -0800 Subject: [PATCH 2/2] Update yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 8c578f0702..cd53477cfb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3496,17 +3496,17 @@ anymatch@^3.0.3, anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -"aphrodite@git+https://github.com/learningequality/aphrodite.git": +"aphrodite@https://github.com/learningequality/aphrodite.git": version "2.2.3" - resolved "git+https://github.com/learningequality/aphrodite.git#fdc8d7be8912a5cf17f74ff10f124013c52c3e32" + resolved "https://github.com/learningequality/aphrodite.git#fdc8d7be8912a5cf17f74ff10f124013c52c3e32" dependencies: asap "^2.0.3" inline-style-prefixer "^4.0.2" string-hash "^1.1.3" -"aphrodite@https://github.com/learningequality/aphrodite.git": +"aphrodite@https://github.com/learningequality/aphrodite/": version "2.2.3" - resolved "https://github.com/learningequality/aphrodite.git#fdc8d7be8912a5cf17f74ff10f124013c52c3e32" + resolved "https://github.com/learningequality/aphrodite/#fdc8d7be8912a5cf17f74ff10f124013c52c3e32" dependencies: asap "^2.0.3" inline-style-prefixer "^4.0.2"