fix(deps): update font awesome (#44957)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
renovate[bot]
2022-02-25 12:17:21 +00:00
committed by GitHub
parent ce23dcb32c
commit b420b508b1
3 changed files with 32 additions and 32 deletions

View File

@@ -40,10 +40,10 @@
"@babel/preset-react": "7.16.7",
"@babel/standalone": "7.17.6",
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.16",
"@fortawesome/react-fontawesome": "0.1.17",
"@freecodecamp/loop-protect": "2.2.1",
"@freecodecamp/react-bootstrap": "0.32.3",
"@freecodecamp/react-calendar-heatmap": "1.0.0",

View File

@@ -179,7 +179,7 @@ exports[`<Profile/> renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="svg-inline--fa fa-linkedin fa-w-14 fa-2x "
class="svg-inline--fa fa-linkedin fa-2x "
data-icon="linkedin"
data-prefix="fab"
focusable="false"
@@ -201,7 +201,7 @@ exports[`<Profile/> renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="svg-inline--fa fa-github fa-w-16 fa-2x "
class="svg-inline--fa fa-github fa-2x "
data-icon="github"
data-prefix="fab"
focusable="false"
@@ -223,7 +223,7 @@ exports[`<Profile/> renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="svg-inline--fa fa-link fa-w-16 fa-2x "
class="svg-inline--fa fa-link fa-2x "
data-icon="link"
data-prefix="fas"
focusable="false"
@@ -245,7 +245,7 @@ exports[`<Profile/> renders correctly 1`] = `
>
<svg
aria-hidden="true"
class="svg-inline--fa fa-twitter fa-w-16 fa-2x "
class="svg-inline--fa fa-twitter fa-2x "
data-icon="twitter"
data-prefix="fab"
focusable="false"