|
14 | 14 | "lint": "fedx-scripts eslint --ext .js --ext .jsx .",
|
15 | 15 | "snapshot": "fedx-scripts jest --updateSnapshot",
|
16 | 16 | "start": "fedx-scripts webpack-dev-server --progress",
|
| 17 | + "dev": "PUBLIC_PATH=/profile/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io", |
17 | 18 | "test": "TZ=UTC fedx-scripts jest --coverage --passWithNoTests",
|
18 | 19 | "stubs": "pact-stub-service ./src/pacts/frontend-app-profile-edx-platform.json --port 18000"
|
19 | 20 | },
|
|
29 | 30 | ],
|
30 | 31 | "dependencies": {
|
31 | 32 | "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
|
32 |
| - "@edx/frontend-component-header": "^5.6.0", |
33 |
| - "@edx/frontend-platform": "8.3.3", |
| 33 | + "@edx/frontend-component-footer": "^14.3.0", |
| 34 | + "@edx/frontend-component-header": "^6.2.0", |
| 35 | + "@edx/frontend-platform": "^8.3.1", |
34 | 36 | "@edx/openedx-atlas": "^0.6.0",
|
35 | 37 | "@fortawesome/fontawesome-svg-core": "6.7.2",
|
36 | 38 | "@fortawesome/free-brands-svg-icons": "6.7.2",
|
37 | 39 | "@fortawesome/free-regular-svg-icons": "6.7.2",
|
38 | 40 | "@fortawesome/free-solid-svg-icons": "6.7.2",
|
39 | 41 | "@fortawesome/react-fontawesome": "0.2.2",
|
40 | 42 | "@openedx/frontend-slot-footer": "^1.0.2",
|
41 |
| - "@openedx/paragon": "^22.2.2", |
| 43 | + "@openedx/paragon": "^22.17.0", |
42 | 44 | "@pact-foundation/pact": "^11.0.2",
|
43 | 45 | "@redux-devtools/extension": "3.3.0",
|
44 | 46 | "classnames": "2.5.1",
|
|
68 | 70 | "@commitlint/config-angular": "19.8.0",
|
69 | 71 | "@edx/browserslist-config": "^1.1.1",
|
70 | 72 | "@edx/reactifex": "2.2.0",
|
71 |
| - "@openedx/frontend-build": "14.3.2", |
| 73 | + "@openedx/frontend-build": "^14.3.3", |
72 | 74 | "@testing-library/jest-dom": "6.6.3",
|
73 | 75 | "@testing-library/react": "12.1.5",
|
74 | 76 | "glob": "11.0.1",
|
|
0 commit comments