feat: update version of frontend-lib-learning-assistant to 2.23.1 (#1807)
This commit installs version 2.23.1 of @edx/frontend-lib-learning-assistant. This release fixes a bug where the Xpert Learning Assistant was only available to learners in the audit and credit modes. See https://github.com/edx/frontend-lib-learning-assistant/releases/tag/v2.23.1.
This commit is contained in:
9
package-lock.json
generated
9
package-lock.json
generated
@@ -13,7 +13,7 @@
|
|||||||
"@edx/browserslist-config": "1.5.0",
|
"@edx/browserslist-config": "1.5.0",
|
||||||
"@edx/frontend-component-footer": "^14.6.0",
|
"@edx/frontend-component-footer": "^14.6.0",
|
||||||
"@edx/frontend-component-header": "^8.0.0",
|
"@edx/frontend-component-header": "^8.0.0",
|
||||||
"@edx/frontend-lib-learning-assistant": "^2.23.0",
|
"@edx/frontend-lib-learning-assistant": "^2.23.1",
|
||||||
"@edx/frontend-lib-special-exams": "^4.0.0",
|
"@edx/frontend-lib-special-exams": "^4.0.0",
|
||||||
"@edx/frontend-platform": "^8.4.0",
|
"@edx/frontend-platform": "^8.4.0",
|
||||||
"@edx/openedx-atlas": "^0.7.0",
|
"@edx/openedx-atlas": "^0.7.0",
|
||||||
@@ -2375,9 +2375,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@edx/frontend-lib-learning-assistant": {
|
"node_modules/@edx/frontend-lib-learning-assistant": {
|
||||||
"version": "2.23.0",
|
"version": "2.23.1",
|
||||||
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.23.0.tgz",
|
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.23.1.tgz",
|
||||||
"integrity": "sha512-ajr213/hGH19iyh4y868AN212YsxLcVeSoGg9BXvltp5x9GM7k+LZK8pMEs2nRpGJ6A8QFm0wgrOYtYEFmCglQ==",
|
"integrity": "sha512-0rDHlE3tlADWOcqKaVIKkMK2YGonbRaYJfmBSgH+Sn6+BFg2e541fn7NC9e5rIaiV1BnMREF7dxyRa/IEYLZLA==",
|
||||||
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.3",
|
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.3",
|
||||||
"@optimizely/react-sdk": "^2.9.2",
|
"@optimizely/react-sdk": "^2.9.2",
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
"@edx/browserslist-config": "1.5.0",
|
"@edx/browserslist-config": "1.5.0",
|
||||||
"@edx/frontend-component-footer": "^14.6.0",
|
"@edx/frontend-component-footer": "^14.6.0",
|
||||||
"@edx/frontend-component-header": "^8.0.0",
|
"@edx/frontend-component-header": "^8.0.0",
|
||||||
"@edx/frontend-lib-learning-assistant": "^2.23.0",
|
"@edx/frontend-lib-learning-assistant": "^2.23.1",
|
||||||
"@edx/frontend-lib-special-exams": "^4.0.0",
|
"@edx/frontend-lib-special-exams": "^4.0.0",
|
||||||
"@edx/frontend-platform": "^8.4.0",
|
"@edx/frontend-platform": "^8.4.0",
|
||||||
"@edx/openedx-atlas": "^0.7.0",
|
"@edx/openedx-atlas": "^0.7.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user