Revert "chore: upgrade frontend lib learning assistant version (#1590)" (#1592)

This reverts commit e34d18d727.
This commit is contained in:
Varsha Menon
2025-02-21 10:38:28 -05:00
committed by GitHub
parent e34d18d727
commit b54d1e467e
2 changed files with 14 additions and 6 deletions

18
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.18.0",
"@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,11 +2432,12 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"version": "2.18.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.18.0.tgz",
"integrity": "sha512-CR1T1WC983J1ATSiN0TUAzdMhE3rU/8cl4jtyRg3eREFQ7PwSTsZ3UVp1W5QvwKImiwvldbBhN27RGiy865VjA==",
"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:@openedx/brand-openedx@^1.2.3",
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@optimizely/react-sdk": "^2.9.2",
"react-markdown": "^8.0.5",
"uuid": "9.0.0"
@@ -2456,6 +2457,13 @@
"redux": "^4"
}
},
"node_modules/@edx/frontend-lib-learning-assistant/node_modules/@edx/brand": {
"name": "@edx/brand-openedx",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@edx/brand-openedx/-/brand-openedx-1.2.0.tgz",
"integrity": "sha512-r4PDN3rCgDsLovW44ayxoNNHgG5I4Rvss6MG5CrQEX4oW8YhQVEod+jJtwR5vi0mFLN2GIaMlDpd7iIy03VqXg==",
"license": "GPL-3.0-or-later"
},
"node_modules/@edx/frontend-lib-special-exams": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-3.2.0.tgz",

View File

@@ -37,7 +37,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.18.0",
"@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",