From f778f27647e5bc6ca7460369192a280ffdc2f1d3 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:20:58 -0500 Subject: [PATCH] feat: update to header with new FPF `pluginProps` (#1524) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3428ab4f..9033d5b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/browserslist-config": "1.2.0", - "@edx/frontend-component-header": "^5.6.0", + "@edx/frontend-component-header": "^5.8.0", "@edx/frontend-lib-learning-assistant": "^2.4.1", "@edx/frontend-lib-special-exams": "^3.1.3", "@edx/frontend-platform": "^8.0.0", diff --git a/package.json b/package.json index e29cffd7..be03d631 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/browserslist-config": "1.2.0", - "@edx/frontend-component-header": "^5.6.0", + "@edx/frontend-component-header": "^5.8.0", "@edx/frontend-lib-learning-assistant": "^2.4.1", "@edx/frontend-lib-special-exams": "^3.1.3", "@edx/frontend-platform": "^8.0.0",