-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: replace @edx/paragon and @edx/frontend-build to use openedx n…
…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
1 parent
90bc3f4
commit 2eda282
Showing
26 changed files
with
2,724 additions
and
2,843 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.