From 92394f08658336b8e9c8c9b5f734b29726541ced Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Wed, 29 Apr 2026 17:41:43 -0300 Subject: [PATCH] chore: downgrade @openedx/brand-openedx to ^1.2.3 Reverts the v2 bump from openedx/public-engineering#505 while keeping the existing @edx/brand npm alias. Refs openedx/public-engineering#508. --- package-lock.json | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20d9a92741..afc374e317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@dnd-kit/modifiers": "^7.0.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", - "@edx/brand": "npm:@openedx/brand-openedx@^2.0.0", + "@edx/brand": "npm:@openedx/brand-openedx@^1.2.3", "@edx/browserslist-config": "1.5.1", "@edx/frontend-component-footer": "^14.9.0", "@edx/frontend-component-header": "^8.2.1", @@ -2699,9 +2699,9 @@ }, "node_modules/@edx/brand": { "name": "@openedx/brand-openedx", - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@openedx/brand-openedx/-/brand-openedx-2.0.4.tgz", - "integrity": "sha512-3iGs4ZjfOsyN1msP+Wn/k11qL4g0CJGpKWGH5f248n+dZrGzZnhyz2CEo4TCRRMqOcQroSX5WBIuZR4vUla0Sg==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@openedx/brand-openedx/-/brand-openedx-1.2.3.tgz", + "integrity": "sha512-Dn9CtpC8fovh++Xi4NF5NJoeR9yU2yXZnV9IujxIyGd/dn0Phq5t6dzJVfupwq09mpDnzJv7egA8Znz/3ljO+w==", "license": "GPL-3.0-or-later" }, "node_modules/@edx/browserslist-config": { @@ -5500,13 +5500,6 @@ "react-error-boundary": "^4.0.11" } }, - "node_modules/@openedx/frontend-plugin-framework/node_modules/@edx/brand": { - "name": "@openedx/brand-openedx", - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@openedx/brand-openedx/-/brand-openedx-1.2.3.tgz", - "integrity": "sha512-Dn9CtpC8fovh++Xi4NF5NJoeR9yU2yXZnV9IujxIyGd/dn0Phq5t6dzJVfupwq09mpDnzJv7egA8Znz/3ljO+w==", - "license": "GPL-3.0-or-later" - }, "node_modules/@openedx/frontend-plugin-framework/node_modules/react-is": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", diff --git a/package.json b/package.json index ddc79a196c..635e0049fc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@dnd-kit/modifiers": "^7.0.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", - "@edx/brand": "npm:@openedx/brand-openedx@^2.0.0", + "@edx/brand": "npm:@openedx/brand-openedx@^1.2.3", "@edx/browserslist-config": "1.5.1", "@edx/frontend-component-footer": "^14.9.0", "@edx/frontend-component-header": "^8.2.1",