feat: upgrade learning assistant version (#1327)

This commit is contained in:
Alison Langston
2024-03-18 15:33:38 -04:00
committed by GitHub
parent 94d20833aa
commit 7ad120c4d5
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-footer": "12.7.1",
"@edx/frontend-component-header": "4.11.1",
"@edx/frontend-lib-learning-assistant": "^1.24.0",
"@edx/frontend-lib-learning-assistant": "^1.24.1",
"@edx/frontend-lib-special-exams": "2.29.1",
"@edx/frontend-platform": "5.6.1",
"@edx/openedx-atlas": "^0.6.0",
@@ -3457,9 +3457,9 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"version": "1.24.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.24.0.tgz",
"integrity": "sha512-Aiy+Vm+TnVdnDE28QQbuUyKqzLnxZG3Z/AxKJEtAut6zgBKwtlEBVt26oQnQRUzqvdm7WuF2HAKAHud2C8rM5A==",
"version": "1.24.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.24.1.tgz",
"integrity": "sha512-kgOt6dsfwTAOGM62dYfQmi5Jxd53V29Mvy//EzswDU3Pi1q0OGk06EsdhcLuo69FHHFHXgv83osrNJG+8dloFw==",
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",

View File

@@ -33,7 +33,7 @@
"@edx/frontend-component-footer": "12.7.1",
"@edx/frontend-component-header": "4.11.1",
"@edx/frontend-lib-special-exams": "2.29.1",
"@edx/frontend-lib-learning-assistant": "^1.24.0",
"@edx/frontend-lib-learning-assistant": "^1.24.1",
"@edx/frontend-platform": "5.6.1",
"@edx/openedx-atlas": "^0.6.0",
"@openedx/paragon": "21.11.3",