feat: Added experiments to Learning Assistant (#1421)

This commit is contained in:
Marcos Rigoli
2024-07-19 12:33:13 -03:00
committed by GitHub
parent e0386fe40b
commit 76f98d5bb2
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -19,8 +19,8 @@
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-header": "^5.0.2",
"@edx/frontend-lib-learning-assistant": "^2.2.0",
"@edx/frontend-lib-special-exams": "^3.1.2",
"@edx/frontend-lib-learning-assistant": "^2.2.1",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^7.1.2",
"@edx/openedx-atlas": "^0.6.0",
"@edx/react-unit-test-utils": "2.0.0",
@@ -3468,9 +3468,9 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.2.0.tgz",
"integrity": "sha512-JcwYFN/Y3Fxr5i4Ak7wwfUFUEzeu9N5QzzqJZnnaWssyhIxCyk+fOC7qpWiSv0nGUR7aBHEaFS3CbPxmmGSQRw==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.2.1.tgz",
"integrity": "sha512-GVvfFN6Xel6cS4BpIbh1uWwhEKEOGfmNOCJA6+URuMbpv3mzhq0X7SGzddXZfUN8Z/etTQcVaBPgBHq/eNGC0A==",
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",

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.1.2",
"@edx/frontend-lib-learning-assistant": "^2.2.1",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^7.1.2",
"@edx/openedx-atlas": "^0.6.0",