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

This commit is contained in:
Varsha Menon
2025-02-19 12:18:51 -05:00
committed by GitHub
parent 6949e5708f
commit e34d18d727
2 changed files with 6 additions and 14 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.14.2",
"@edx/frontend-lib-learning-assistant": "^2.18.0",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^8.0.0",
"@edx/openedx-atlas": "^0.6.0",
@@ -2432,12 +2432,11 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"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",
"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==",
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.3",
"@optimizely/react-sdk": "^2.9.2",
"react-markdown": "^8.0.5",
"uuid": "9.0.0"
@@ -2457,13 +2456,6 @@
"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.14.2",
"@edx/frontend-lib-learning-assistant": "^2.18.0",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^8.0.0",
"@edx/openedx-atlas": "^0.6.0",