fix: Updated learning assistant to v2.14.2 (#1577)

This commit is contained in:
Marcos Rigoli
2025-01-21 17:17:38 -03:00
committed by GitHub
parent d5a6a59d07
commit 5be1620f1d
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "1.4.0",
"@edx/frontend-component-header": "^5.8.0",
"@edx/frontend-lib-learning-assistant": "^2.14.1",
"@edx/frontend-lib-learning-assistant": "^2.14.2",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^8.0.0",
"@edx/openedx-atlas": "^0.6.0",
@@ -2432,9 +2432,10 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.14.1.tgz",
"integrity": "sha512-BXYfJQyjK/Vr5pV1ca+AWeS7JjVklCy7SPy/zsf1fbMTH2af9VvuMYvDHVWCfKrxX30H1wMHS2SYL4Vm1oVbfw==",
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.14.2.tgz",
"integrity": "sha512-LKutTmhG+GBxNOYGy5SVQNlJN4bjn2SvNZz0X6Lc4PFv4rZFyGnM+SRj1Lt1Dy8pp46FEsaWxSPItbtI9tkuIQ==",
"license": "AGPL-3.0",
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@optimizely/react-sdk": "^2.9.2",

View File

@@ -36,7 +36,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "1.4.0",
"@edx/frontend-component-header": "^5.8.0",
"@edx/frontend-lib-learning-assistant": "^2.14.1",
"@edx/frontend-lib-learning-assistant": "^2.14.2",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^8.0.0",
"@edx/openedx-atlas": "^0.6.0",