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 (#530)

BREAKING CHANGE: consuming applications must now provide paragon from the @openedx scope

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

* feat: updated frontend platform to latest version

* refactor: updated depdendent packages and removed redundant packages

* refactor: updated paragon package

* fix: downgraded paragon to fix test cases

---------

Co-authored-by: mashal-m <mashal.malik@arbisoft.com>
Co-authored-by: Muhammad Abdullah Waheed <abdullah.waheed@arbisoft.com>
  • Loading branch information
3 people authored Feb 12, 2024
1 parent 90bc3f4 commit 2eda282
Show file tree
Hide file tree
Showing 26 changed files with 2,724 additions and 2,843 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line import/no-extraneous-dependencies
const { createConfig } = require('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');

module.exports = createConfig('eslint');
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-header/index";
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', {
setupFilesAfterEnv: [
Expand Down
Loading

0 comments on commit 2eda282

Please sign in to comment.