chore: update learning assistant lib (#1411)

This commit is contained in:
Zachary Hancock
2024-06-24 09:04:08 -04:00
committed by GitHub
parent 072d608c64
commit d880aac569
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-header": "^5.0.2",
"@edx/frontend-lib-learning-assistant": "^2.0.0",
"@edx/frontend-lib-learning-assistant": "^2.1.2",
"@edx/frontend-lib-special-exams": "^3.0.1",
"@edx/frontend-platform": "^7.1.2",
"@edx/openedx-atlas": "^0.6.0",
@@ -3468,9 +3468,9 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.0.0.tgz",
"integrity": "sha512-7W5/5Rm2h1BjgdEvM8wa4yUuw3+N/6/cZZdvGiuIl3RDSisU/EpT95JMQyuqsBCSHClakIJ3TD7RHsj2eDQcSQ==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.1.2.tgz",
"integrity": "sha512-1ZgkCTsQv8s43mtU8pk1ww5gkv3taLypbgsq8FQS68o18a/e3BK95GPHvPVfALzBnFimOmF/RQ8yTnfNoh8kdw==",
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
@@ -3485,7 +3485,7 @@
"uuid": "9.0.0"
},
"peerDependencies": {
"@edx/frontend-platform": "^7.0.0",
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
"@openedx/paragon": "^22.0.0",
"@reduxjs/toolkit": "1.8.1",
"react": "16.14.0 || ^17.0.0",

View File

@@ -32,7 +32,7 @@
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-header": "^5.0.2",
"@edx/frontend-lib-learning-assistant": "^2.0.0",
"@edx/frontend-lib-learning-assistant": "^2.1.2",
"@edx/frontend-lib-special-exams": "^3.0.1",
"@edx/frontend-platform": "^7.1.2",
"@edx/openedx-atlas": "^0.6.0",