From c5c0ca5f2da52e824e15a6be2ced9ab76fe4c2f3 Mon Sep 17 00:00:00 2001 From: Alex Velez Date: Wed, 3 Apr 2024 11:03:02 -0500 Subject: [PATCH] Update KDS to 3.1.1 --- kolibri/core/package.json | 2 +- yarn.lock | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/kolibri/core/package.json b/kolibri/core/package.json index 7002fb7c72f..17a92e6ce4a 100644 --- a/kolibri/core/package.json +++ b/kolibri/core/package.json @@ -21,7 +21,7 @@ "js-cookie": "^3.0.5", "knuth-shuffle-seeded": "^1.0.6", "kolibri-constants": "0.2.5", - "kolibri-design-system": "3.1.0", + "kolibri-design-system": "3.1.1", "lockr": "0.8.5", "lodash": "^4.17.21", "loglevel": "^1.9.1", diff --git a/yarn.lock b/yarn.lock index 06721eb43be..9c50c24b2fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2376,6 +2376,15 @@ aphrodite@1.1.0: asap "^2.0.3" inline-style-prefixer "^2.0.0" +"aphrodite@git+https://github.com/learningequality/aphrodite.git": + version "2.2.3" + uid 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/": version "2.2.3" resolved "https://github.com/learningequality/aphrodite/#fdc8d7be8912a5cf17f74ff10f124013c52c3e32" @@ -7778,6 +7787,26 @@ kolibri-design-system@3.1.0: vue-intl "^3.1.0" xstate "^4.38.3" +kolibri-design-system@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/kolibri-design-system/-/kolibri-design-system-3.1.1.tgz#f140b5732d57432eb6ac02af6a01ba00d227eedf" + integrity sha512-cqC3J0ztp2VpGjrs4G0ujgxVYFQb96BXnfqiYg/mmmOVd+mSA2ci3dCFUKYXRtFZQswcLAL2XeaFg0aWpqVdXg== + dependencies: + "@vue/composition-api" "^1.7.2" + aphrodite "https://github.com/learningequality/aphrodite/" + autosize "^3.0.21" + css-element-queries "^1.2.0" + date-fns "^1.30.1" + frame-throttle "^3.0.0" + fuzzysearch "^1.0.3" + keen-ui "^1.3.0" + lodash "^4.17.15" + popper.js "^1.14.6" + purecss "^0.6.2" + tippy.js "^4.2.1" + vue-intl "^3.1.0" + xstate "^4.38.3" + launch-editor-middleware@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/launch-editor-middleware/-/launch-editor-middleware-2.6.1.tgz#7f2f400d8dda2283b69d02e9d83b1d272fef2bfb"