feat: upgrade learning assistant version (#1295)

This commit is contained in:
Alison Langston
2024-02-21 09:31:08 -05:00
committed by GitHub
parent 992ab4887b
commit 8335dec0de
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.2.1",
"@edx/frontend-component-header": "4.6.0",
"@edx/frontend-lib-learning-assistant": "^1.23.0",
"@edx/frontend-lib-learning-assistant": "^1.24.0",
"@edx/frontend-lib-special-exams": "2.29.0",
"@edx/frontend-platform": "5.5.2",
"@edx/openedx-atlas": "^0.6.0",
@@ -3463,9 +3463,9 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"version": "1.23.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.23.0.tgz",
"integrity": "sha512-fa+dWOv71oPElKWAyMgooj1llP7XeXazE5HBWzIoHZyW+YSQDRcrSxYGTyZKfdbZFTXO7F0iBK4qDlfY1VFykw==",
"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==",
"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.2.1",
"@edx/frontend-component-header": "4.6.0",
"@edx/frontend-lib-special-exams": "2.29.0",
"@edx/frontend-lib-learning-assistant": "^1.23.0",
"@edx/frontend-lib-learning-assistant": "^1.24.0",
"@edx/frontend-platform": "5.5.2",
"@edx/openedx-atlas": "^0.6.0",
"@edx/paragon": "20.46.0",