Skip to content

Commit 8652206

Browse files
chore(deps): update @openedx dependencies to versions that support React 18 (#1189)
1 parent 7a5e039 commit 8652206

File tree

2 files changed

+35
-32
lines changed

2 files changed

+35
-32
lines changed

package-lock.json

Lines changed: 29 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
1515
"snapshot": "fedx-scripts jest --updateSnapshot",
1616
"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",
1718
"test": "TZ=UTC fedx-scripts jest --coverage --passWithNoTests",
1819
"stubs": "pact-stub-service ./src/pacts/frontend-app-profile-edx-platform.json --port 18000"
1920
},
@@ -29,16 +30,17 @@
2930
],
3031
"dependencies": {
3132
"@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",
3436
"@edx/openedx-atlas": "^0.6.0",
3537
"@fortawesome/fontawesome-svg-core": "6.7.2",
3638
"@fortawesome/free-brands-svg-icons": "6.7.2",
3739
"@fortawesome/free-regular-svg-icons": "6.7.2",
3840
"@fortawesome/free-solid-svg-icons": "6.7.2",
3941
"@fortawesome/react-fontawesome": "0.2.2",
4042
"@openedx/frontend-slot-footer": "^1.0.2",
41-
"@openedx/paragon": "^22.2.2",
43+
"@openedx/paragon": "^22.17.0",
4244
"@pact-foundation/pact": "^11.0.2",
4345
"@redux-devtools/extension": "3.3.0",
4446
"classnames": "2.5.1",
@@ -68,7 +70,7 @@
6870
"@commitlint/config-angular": "19.8.0",
6971
"@edx/browserslist-config": "^1.1.1",
7072
"@edx/reactifex": "2.2.0",
71-
"@openedx/frontend-build": "14.3.2",
73+
"@openedx/frontend-build": "^14.3.3",
7274
"@testing-library/jest-dom": "6.6.3",
7375
"@testing-library/react": "12.1.5",
7476
"glob": "11.0.1",

0 commit comments

Comments
 (0)