forked from openedx/frontend-app-ora-grading
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: add support of css-variables to quince
- Loading branch information
Showing
10 changed files
with
1,941 additions
and
844 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -15,7 +15,8 @@ | |
"start": "fedx-scripts webpack-dev-server --progress", | ||
"test": "TZ=GMT fedx-scripts jest --coverage --passWithNoTests", | ||
"watch-tests": "jest --watch", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"replace-variables": "paragon replace-variables -p src -t usage" | ||
}, | ||
"author": "edX", | ||
"license": "AGPL-3.0", | ||
|
@@ -25,10 +26,10 @@ | |
}, | ||
"dependencies": { | ||
"@edx/brand": "npm:@edx/brand-openedx@^1.2.0", | ||
"@edx/frontend-component-footer": "12.2.1", | ||
"@edx/frontend-component-header": "4.6.0", | ||
"@edx/frontend-platform": "4.6.1", | ||
"@edx/paragon": "^20.44.0", | ||
"@edx/frontend-component-footer": "npm:@edunext/frontend-component-footer@12.2.1-alpha.2", | ||
"@edx/frontend-component-header": "npm:@edunext/frontend-component-header@4.6.0-alpha.2", | ||
"@edx/frontend-platform": "npm:@edunext/[email protected]", | ||
"@edx/paragon": "npm:@openedx/[email protected]", | ||
"@fortawesome/fontawesome-svg-core": "^1.2.36", | ||
"@fortawesome/free-brands-svg-icons": "^5.15.4", | ||
"@fortawesome/free-solid-svg-icons": "^5.15.4", | ||
|
@@ -74,7 +75,7 @@ | |
}, | ||
"devDependencies": { | ||
"@edx/browserslist-config": "^1.2.0", | ||
"@edx/frontend-build": "^12.7.0", | ||
"@edx/frontend-build": "github:edunext/frontend-build#ednx-release/css-variables-13.0.1", | ||
"@edx/reactifex": "^2.1.1", | ||
"@testing-library/jest-dom": "^5.14.1", | ||
"@testing-library/react": "12.1.5", | ||
|
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
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
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
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
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
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
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
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