From c20c7677a3f108d4e887ea790bf30815bbea4c1b Mon Sep 17 00:00:00 2001 From: Marcos Rigoli Date: Thu, 14 Nov 2024 15:22:23 -0300 Subject: [PATCH] chore: Updated @edx/frontend-lib-learning-assistant to v2.4.1 (#1518) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36e31a5cd8..a94b47ba3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } }, diff --git a/package.json b/package.json index e0a33bf98b..08af9a14d5 100644 --- a/package.json +++ b/package.json @@ -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",