Skip to content

Commit 2eda282

Browse files
Mashal-mmashal-mabdullahwaheed
authored
chore!: replace @edx/paragon and @edx/frontend-build to use openedx namespace (#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>
1 parent 90bc3f4 commit 2eda282

26 files changed

Lines changed: 2724 additions & 2843 deletions

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// eslint-disable-next-line import/no-extraneous-dependencies
2-
const { createConfig } = require('@edx/frontend-build');
2+
const { createConfig } = require('@openedx/frontend-build');
33

44
module.exports = createConfig('eslint');

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const { createConfig } = require('@edx/frontend-build');
1+
const { createConfig } = require('@openedx/frontend-build');
22

33
module.exports = createConfig('babel-preserve-modules');

example/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import "@edx/brand/paragon/fonts";
22
@import "@edx/brand/paragon/variables";
3-
@import "@edx/paragon/scss/core/core";
3+
@import "@openedx/paragon/scss/core/core";
44
@import "@edx/brand/paragon/overrides";
55

66
@import "@edx/frontend-component-header/index";

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { createConfig } = require('@edx/frontend-build');
1+
const { createConfig } = require('@openedx/frontend-build');
22

33
module.exports = createConfig('jest', {
44
setupFilesAfterEnv: [

0 commit comments

Comments
 (0)