Skip to content

Commit

Permalink
fix: upgraded frontend-component-header to fix dependency issues (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed committed Feb 8, 2023
1 parent 3a0205b commit 0562fa7
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 28 deletions.
67 changes: 42 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@
"publishConfig": {
"access": "public"
},
"browserslist": ["extends @edx/browserslist-config"]
,
"browserslist": [
"extends @edx/browserslist-config"
],
"husky": {
"pre-commit": "npm run lint"
},
"dependencies": {
"@cospired/i18n-iso-languages": "4.0.0",
"@edx/brand": "npm:@edx/brand-openedx@^1.1.0",
"@edx/frontend-component-footer": "11.1.2",
"@edx/frontend-component-header": "3.1.1",
"@edx/frontend-component-header": "^3.6.0",
"@edx/frontend-platform": "2.5.0",
"@edx/paragon": "^20.20.0",
"@fortawesome/fontawesome-svg-core": "6.1.2",
Expand Down

0 comments on commit 0562fa7

Please sign in to comment.