Skip to content

Commit

Permalink
chore!: replace @edx/paragon and @edx/frontend-build to use openedx n…
Browse files Browse the repository at this point in the history
…amespace (#371)

BREAKING CHANGE: consuming applications must now provide paragon from the @openedx scope. also updated supported version of frontend-platform


* refactor: replace @edx/paragon and @edx/frontend-build

* feat: updated frontend-platform to use latest version

---------

Co-authored-by: mashal-m <[email protected]>
Co-authored-by: Muhammad Abdullah Waheed <[email protected]>
Co-authored-by: Bilal Qamar <[email protected]>
  • Loading branch information
4 people authored Feb 12, 2024
1 parent 8319030 commit 7181e84
Show file tree
Hide file tree
Showing 8 changed files with 1,230 additions and 1,269 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const { createConfig } = require('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');

module.exports = createConfig('babel-preserve-modules');
2 changes: 1 addition & 1 deletion example/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@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";

@import "@edx/frontend-component-footer/footer";
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { createConfig } = require('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');

module.exports = createConfig('jest', {
setupFiles: [
Expand Down
Loading

0 comments on commit 7181e84

Please sign in to comment.