Skip to content

Commit

Permalink
chore: Update to the new version of paragon in the new scope.
Browse files Browse the repository at this point in the history
Part of openedx/axim-engineering#23

This replaces the `@edx/paragon` packag to point to the `paragon` package at
the `openedx` scope(`@openedx/paragon`). Imports have been updated to use the
same locations in the new package.
  • Loading branch information
feanil committed Oct 30, 2023
1 parent 96ee227 commit 8b5b752
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion edx_credentials_themes/static/edx.org/base/sass/_lib.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
@import '~font-awesome/scss/font-awesome';
@import "@edx/brand/paragon/fonts";
@import "@edx/brand/paragon/variables";
@import "@edx/paragon/scss/core/core";
@import "@openedx/paragon/scss/core/core";
@import "@edx/brand/paragon/overrides";
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

@import "@edx/brand/paragon/fonts";
@import "@edx/brand/paragon/variables";
@import "@edx/paragon/scss/core/core";
@import "@openedx/paragon/scss/core/core";
@import "@edx/brand/paragon/overrides";
162 changes: 81 additions & 81 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@edx/brand": "npm:@edx/[email protected]",
"@edx/edx-bootstrap": "2.6.0",
"@edx/paragon": "21.5.6",
"@openedx/paragon": "^21.5.7",
"bi-app-sass": "1.1.0",
"bootstrap": "4.6.2",
"css-loader": "5.2.7",
Expand Down

0 comments on commit 8b5b752

Please sign in to comment.