chore: Updated @edx/frontend-lib-learning-assistant to v2.4.1 (#1518)

This commit is contained in:
Marcos Rigoli
2024-11-14 15:22:23 -03:00
committed by GitHub
parent 2ff8c3949e
commit c20c7677a3
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "1.2.0",
"@edx/frontend-component-header": "^5.6.0",
"@edx/frontend-lib-learning-assistant": "^2.2.4",
"@edx/frontend-lib-learning-assistant": "^2.4.1",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^8.0.0",
"@edx/openedx-atlas": "^0.6.0",
@@ -2438,9 +2438,9 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.2.4.tgz",
"integrity": "sha512-EvN22XhDzzdIYrJY1TKEF/5zXuozC4tlKRo96+dSe9I7UAMg4zsLKC1zqY15oUuyB8rHo1ERYhQBG18uMepXrw==",
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.4.1.tgz",
"integrity": "sha512-sq0kS7vE7FKjHFSwAz77nz/E0PmmS0e/AxLGtcit+9xNyYU6b5SrJA8BmH5C7tgvtaeGJER54w0ZTkndPAo5eA==",
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
@@ -2463,7 +2463,7 @@
"react-redux": "7.2.9",
"react-router": "5.2.1 || ^6.0.0",
"react-router-dom": "5.3.0 || ^6.0.0",
"redux": "4.1.2",
"redux": "^4",
"regenerator-runtime": "0.13.11"
}
},

View File

@@ -36,7 +36,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "1.2.0",
"@edx/frontend-component-header": "^5.6.0",
"@edx/frontend-lib-learning-assistant": "^2.2.4",
"@edx/frontend-lib-learning-assistant": "^2.4.1",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^8.0.0",
"@edx/openedx-atlas": "^0.6.0",