From f4ebc8e7ce2ec8e5471e6e4bd69bf67b777bed3a Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 23 Oct 2023 11:31:45 -0400 Subject: [PATCH] chore: Update to the new version of brand-openedx in the new scope. (#916) Part of https://github.com/openedx/axim-engineering/issues/23 This updates the `@edx/brand` alias to point to the `brand-openedx` package at the `openedx` scope. This does not impact imports because this package is used via an alias. --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 288d0a2df..0a3358adc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "AGPL-3.0", "dependencies": { - "@edx/brand": "npm:@edx/brand-openedx@1.2.0", + "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/frontend-component-footer": "npm:@edx/frontend-component-footer-edx@^6.2.0", "@edx/frontend-platform": "^4.6.0", "@edx/paragon": "^20.44.0", @@ -1780,9 +1780,10 @@ } }, "node_modules/@edx/brand": { - "name": "@edx/brand-openedx", - "version": "1.2.0", - "license": "GPL-3.0-or-later" + "name": "@openedx/brand-openedx", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@openedx/brand-openedx/-/brand-openedx-1.2.2.tgz", + "integrity": "sha512-mBvxR7aB9290j9+h3d/9G8VkG1b8ecLSmlxc0vskfm7DL/fKUzFmHAj3PI7Z4kkwCQOL4QT5mJHJKC0ZFf7qvQ==" }, "node_modules/@edx/browserslist-config": { "version": "1.2.0", diff --git a/package.json b/package.json index a497eb43c..b0c091dba 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "license": "AGPL-3.0", "dependencies": { - "@edx/brand": "npm:@edx/brand-openedx@1.2.0", + "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/frontend-component-footer": "npm:@edx/frontend-component-footer-edx@^6.2.0", "@edx/frontend-platform": "^4.6.0", "@edx/paragon": "^20.44.0",