forked from openedx/frontend-app-profile
-
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
6 changed files
with
4,002 additions
and
4,767 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 @@ | |
"snapshot": "fedx-scripts jest --updateSnapshot", | ||
"start": "fedx-scripts webpack-dev-server --progress", | ||
"test": "TZ=UTC fedx-scripts jest --coverage --passWithNoTests", | ||
"stubs": "pact-stub-service ./src/pacts/frontend-app-profile-edx-platform.json --port 18000" | ||
"stubs": "pact-stub-service ./src/pacts/frontend-app-profile-edx-platform.json --port 18000", | ||
"replace-variables": "paragon replace-variables -p src -t usage" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/openedx/frontend-app-profile/issues" | ||
|
@@ -29,10 +30,10 @@ | |
], | ||
"dependencies": { | ||
"@edx/brand": "npm:@edx/[email protected]", | ||
"@edx/frontend-component-footer": "12.3.0", | ||
"@edx/frontend-component-header": "4.7.1", | ||
"@edx/frontend-platform": "5.5.4", | ||
"@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/frontend-platform@5.5.4-alpha.4", | ||
"@edx/paragon": "npm:@openedx/[email protected]", | ||
"@fortawesome/fontawesome-svg-core": "1.2.36", | ||
"@fortawesome/free-brands-svg-icons": "5.15.4", | ||
"@fortawesome/free-regular-svg-icons": "5.15.4", | ||
|
@@ -66,7 +67,7 @@ | |
"@commitlint/cli": "17.7.2", | ||
"@commitlint/config-angular": "17.7.0", | ||
"@edx/browserslist-config": "^1.1.1", | ||
"@edx/frontend-build": "12.9.17", | ||
"@edx/frontend-build": "github:edunext/frontend-build#ednx-release/css-variables-13.0.1", | ||
"@edx/reactifex": "2.2.0", | ||
"@testing-library/react": "12.1.5", | ||
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0", | ||
|
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
Empty file.