Skip to content

Commit

Permalink
Merge pull request #2735 from openedx/feanil/update_brand_dependency
Browse files Browse the repository at this point in the history
chore: Update openedx brand dependency.
  • Loading branch information
feanil committed Oct 19, 2023
2 parents 309ee18 + 6719baa commit 484a30e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bin/paragon-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const COMMANDS = {
{
name: 'theme',
description: 'The @edx/brand package to install.',
defaultValue: '@edx/brand-openedx@latest',
defaultValue: '@openedx/brand-openedx@latest',
required: false,
},
],
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@^1.1.0",
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-platform": "^4.2.0",
"@faker-js/faker": "^7.6.0",
"core-js": "^3.22.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/install-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function promptUserForTheme() {
type: 'input',
name: 'theme',
message: 'What @edx/brand package do you want to install?',
default: '@edx/brand-openedx@latest',
default: '@openedx/brand-openedx@latest',
},
]);
}
Expand Down
25 changes: 13 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@docsearch/react": "^3.1.0",
"@edx/brand-edx.org": "^2.1.2",
"@edx/brand-openedx": "^1.1.0",
"@openedx/brand-openedx": "^1.2.2",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
Expand Down
6 changes: 3 additions & 3 deletions www/src/scss/openedx-theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "~@edx/brand-openedx/paragon/fonts";
@import "~@openedx/brand-openedx/paragon/fonts";
@import "variables";
@import "~@edx/brand-openedx/paragon/variables";
@import "~@openedx/brand-openedx/paragon/variables";
@import "~paragon-style/core/core";
@import "~@edx/brand-openedx/paragon/overrides";
@import "~@openedx/brand-openedx/paragon/overrides";
@import "base";

0 comments on commit 484a30e

Please sign in to comment.