From ca4b4905b7df28d6fda2ba238e3200cdee130ee4 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 20 Oct 2023 17:17:37 -0400 Subject: [PATCH] chore: Update to the new version of brand-openedx in the new scope. (#354) 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 297e00777..999f0bd1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@edx/brand": "npm:@edx/brand-openedx@1.2.0", + "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/browserslist-config": "^1.1.1", "@edx/frontend-build": "13.0.1", "@edx/frontend-platform": "6.0.0", @@ -2136,10 +2136,10 @@ } }, "node_modules/@edx/brand": { - "name": "@edx/brand-openedx", - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@edx/brand-openedx/-/brand-openedx-1.2.0.tgz", - "integrity": "sha512-r4PDN3rCgDsLovW44ayxoNNHgG5I4Rvss6MG5CrQEX4oW8YhQVEod+jJtwR5vi0mFLN2GIaMlDpd7iIy03VqXg==", + "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==", "dev": true }, "node_modules/@edx/browserslist-config": { diff --git a/package.json b/package.json index 077505d3c..ced3f9818 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/openedx/frontend-component-footer#readme", "devDependencies": { - "@edx/brand": "npm:@edx/brand-openedx@1.2.0", + "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/browserslist-config": "^1.1.1", "@edx/frontend-build": "13.0.1", "@edx/frontend-platform": "6.0.0",