diff --git a/kolibri/core/package.json b/kolibri/core/package.json index 0b6b4e660a0..08bbe320e8a 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": "4.3.0", + "kolibri-design-system": "4.3.1", "lockr": "0.8.5", "lodash": "^4.17.21", "loglevel": "^1.9.1", diff --git a/packages/kolibri-core-for-export/package.json b/packages/kolibri-core-for-export/package.json index 152e939a0d5..439b0f41bce 100644 --- a/packages/kolibri-core-for-export/package.json +++ b/packages/kolibri-core-for-export/package.json @@ -24,7 +24,7 @@ "js-cookie": "^3.0.5", "knuth-shuffle-seeded": "^1.0.6", "kolibri-constants": "0.2.5", - "kolibri-design-system": "4.3.0", + "kolibri-design-system": "4.3.1", "lockr": "0.8.5", "lodash": "^4.17.21", "loglevel": "^1.9.1", diff --git a/yarn.lock b/yarn.lock index 7ccff752350..2e7136ca1e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2372,6 +2372,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" @@ -7740,13 +7749,13 @@ kolibri-constants@0.2.5: resolved "https://registry.yarnpkg.com/kolibri-constants/-/kolibri-constants-0.2.5.tgz#2b9df4c477119d0ade2d66bf8aef8a4172f0418f" integrity sha512-ZoFZ83xgteZhFZtYjiOmITcZeSF+X42i12TOo87zmcdA78jj0dZbPYB+ttO855UxoKY8h4HHeDVZIUkE5TGa5g== -kolibri-design-system@4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/kolibri-design-system/-/kolibri-design-system-4.3.0.tgz#feefc61bfa9ab3c098281751d8ad582d91639108" - integrity sha512-uHtqoXQSdb8ID8uMU3A1EdlZ4JXlLLkvzOt4MgURDatVz+6d9Yc4Y9GtolkcDLgeMoUq+FqojbQKjD4i1fH1pw== +kolibri-design-system@4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/kolibri-design-system/-/kolibri-design-system-4.3.1.tgz#09bb207e7507fc3c27f119054151485ffde67dd5" + integrity sha512-umMrqXorU3UzXQZ1ZAmUjYWB02phXcX0qmWwS+FAOPbOjUEjmB6pZ/lN5TjjeE3onZfasf+pjwb3xJx3F4Nn/A== dependencies: "@vue/composition-api" "1.7.2" - aphrodite "https://github.com/learningequality/aphrodite/" + aphrodite "git+https://github.com/learningequality/aphrodite.git" autosize "3.0.21" css-element-queries "1.2.0" date-fns "1.30.1"