|
20 | 20 | "quality": "npm run lint-fix && npm run test", |
21 | 21 | "watch-tests": "jest --watch", |
22 | 22 | "snapshot": "fedx-scripts jest --updateSnapshot", |
23 | | - "prepare": "husky install" |
| 23 | + "prepare": "husky install", |
| 24 | + "replace-variables": "paragon replace-variables -p src -t usage" |
24 | 25 | }, |
25 | 26 | "author": "edX", |
26 | 27 | "license": "AGPL-3.0", |
|
30 | 31 | }, |
31 | 32 | "dependencies": { |
32 | 33 | "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", |
33 | | - "@edx/frontend-component-header": "^5.6.0", |
| 34 | + "@edx/frontend-component-header": "npm:@edunext/frontend-component-header@5.8.0-alpha.1", |
| 35 | + "@edx/frontend-component-footer": "github:edunext/frontend-component-footer#edunext/css-variables-14.0.0", |
34 | 36 | "@edx/frontend-enterprise-hotjar": "3.0.0", |
35 | | - "@edx/frontend-platform": "8.1.2", |
| 37 | + "@edx/frontend-platform": "npm:@edunext/frontend-platform@8.1.2-alpha.1", |
36 | 38 | "@edx/openedx-atlas": "^0.6.0", |
37 | | - "@edx/react-unit-test-utils": "3.0.0", |
| 39 | + "@edx/react-unit-test-utils": "npm:@edunext/react-unit-test-utils@3.0.0-alpha.1", |
38 | 40 | "@fortawesome/fontawesome-svg-core": "^1.2.36", |
39 | 41 | "@fortawesome/free-brands-svg-icons": "^5.15.4", |
40 | 42 | "@fortawesome/free-solid-svg-icons": "^5.15.4", |
41 | 43 | "@fortawesome/react-fontawesome": "^0.2.0", |
42 | | - "@openedx/frontend-plugin-framework": "^1.2.0", |
43 | | - "@openedx/frontend-slot-footer": "^1.0.2", |
44 | | - "@openedx/paragon": "^22.2.2", |
| 44 | + "@openedx/frontend-plugin-framework": "npm:@edunext/frontend-plugin-framework@1.3.0-alpha.1", |
| 45 | + "@openedx/frontend-slot-footer": "npm:@edunext/frontend-slot-footer@1.0.2-alpha.1", |
| 46 | + "@openedx/paragon": "^23.0.0-alpha.7", |
45 | 47 | "@redux-beacon/segment": "^1.1.0", |
46 | 48 | "@redux-devtools/extension": "3.3.0", |
47 | 49 | "@reduxjs/toolkit": "^1.6.1", |
|
0 commit comments