Skip to content

Commit

Permalink
fix(deps): update dependency @edx/frontend-component-header to v4.2.3 (
Browse files Browse the repository at this point in the history
…#743)

* fix(deps): update dependency @edx/frontend-component-header to v4.2.3

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jason Wesson <[email protected]>
  • Loading branch information
renovate[bot] and jsnwesson authored Jul 3, 2023
1 parent 2b8f5a8 commit 3b68201
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 84 deletions.
187 changes: 108 additions & 79 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@edx/brand": "npm:@edx/[email protected]",
"@edx/frontend-component-footer": "12.0.0",
"@edx/frontend-component-header": "4.0.0",
"@edx/frontend-component-header": "4.2.3",
"@edx/frontend-platform": "4.5.1",
"@edx/paragon": "^20.43.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
Expand Down
16 changes: 12 additions & 4 deletions src/profile/__snapshots__/ProfilePage.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,9 @@ exports[`<ProfilePage /> Renders correctly in various states test country edit w
className="pgn__form-control-description pgn__form-text pgn__form-text-invalid"
id="country-2"
>
country error
<div>
country error
</div>
</div>
</div>
<div
Expand Down Expand Up @@ -3004,7 +3006,9 @@ exports[`<ProfilePage /> Renders correctly in various states test education edit
className="pgn__form-control-description pgn__form-text pgn__form-text-invalid"
id="levelOfEducation-3"
>
education error
<div>
education error
</div>
</div>
</div>
<div
Expand Down Expand Up @@ -4964,7 +4968,9 @@ exports[`<ProfilePage /> Renders correctly in various states test preferreded la
className="pgn__form-control-description pgn__form-text pgn__form-text-invalid"
id="languageProficiencies-4"
>
preferred language error
<div>
preferred language error
</div>
</div>
</div>
<div
Expand Down Expand Up @@ -8845,7 +8851,9 @@ exports[`<ProfilePage /> Renders correctly in various states while saving an edi
className="pgn__form-control-description pgn__form-text pgn__form-text-invalid"
id="bio-1"
>
bio error
<div>
bio error
</div>
</div>
</div>
<div
Expand Down

0 comments on commit 3b68201

Please sign in to comment.