Skip to content

Commit

Permalink
Bump @fortawesome/react-fontawesome from 0.2.0 to 0.2.2 (#6909)
Browse files Browse the repository at this point in the history
* Bump @fortawesome/react-fontawesome from 0.2.0 to 0.2.2

Bumps [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/FortAwesome/react-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/0.2.x/CHANGELOG.md)
- [Commits](FortAwesome/react-fontawesome@0.2.0...0.2.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/react-fontawesome"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* updates snapshots

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mercy <mercy@huridocs.org>
Co-authored-by: Txau <jaumec@gmail.com>
  • Loading branch information
3 people authored Jun 21, 2024
1 parent 34a715c commit 5668b2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 76 deletions.
71 changes: 0 additions & 71 deletions app/react/UI/Icon/specs/__snapshots__/Icon.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,93 +2,22 @@

exports[`Icon should allow configuring the icon as directionAware 1`] = `
<FontAwesomeIcon
beat={false}
beatFade={false}
border={false}
bounce={false}
className=""
fade={false}
fixedWidth={false}
flip={null}
icon="angle-left"
inverse={false}
listItem={false}
mask={null}
maskId={null}
pull={null}
pulse={false}
rotation={null}
shake={false}
size={null}
spin={false}
spinPulse={false}
spinReverse={false}
swapOpacity={false}
symbol={false}
title=""
titleId={null}
transform={null}
/>
`;

exports[`Icon should allow configuring the icon as directionAware 2`] = `
<FontAwesomeIcon
beat={false}
beatFade={false}
border={false}
bounce={false}
className=""
fade={false}
fixedWidth={false}
flip="horizontal"
icon="angle-left"
inverse={false}
listItem={false}
mask={null}
maskId={null}
pull={null}
pulse={false}
rotation={null}
shake={false}
size={null}
spin={false}
spinPulse={false}
spinReverse={false}
swapOpacity={false}
symbol={false}
title=""
titleId={null}
transform={null}
/>
`;

exports[`Icon should instantiate a FontAwesomeIcon 1`] = `
<FontAwesomeIcon
beat={false}
beatFade={false}
border={false}
bounce={false}
className=""
fade={false}
fixedWidth={false}
flip={null}
icon="angle-right"
inverse={false}
listItem={false}
mask={null}
maskId={null}
pull={null}
pulse={false}
rotation={null}
shake={false}
size="xs"
spin={false}
spinPulse={false}
spinReverse={false}
swapOpacity={false}
symbol={false}
title=""
titleId={null}
transform={null}
/>
`;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@googlemaps/js-api-loader": "^1.16.6",
"@headlessui/react": "1.7.17",
"@heroicons/react": "^2.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2182,10 +2182,10 @@
dependencies:
"@fortawesome/fontawesome-common-types" "^0.2.36"

"@fortawesome/react-fontawesome@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.0.tgz#d90dd8a9211830b4e3c08e94b63a0ba7291ddcf4"
integrity sha512-uHg75Rb/XORTtVt7OS9WoK8uM276Ufi7gCzshVWkUJbHhh3svsUUeqXerrM96Wm7fRiDzfKRwSoahhMIkGAYHw==
"@fortawesome/react-fontawesome@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.2.tgz#68b058f9132b46c8599875f6a636dad231af78d4"
integrity sha512-EnkrprPNqI6SXJl//m29hpaNzOp1bruISWaOiRtkMi/xSvHJlzc2j2JAYS7egxt/EbjSNV/k6Xy0AQI6vB2+1g==
dependencies:
prop-types "^15.8.1"

Expand Down

0 comments on commit 5668b2a

Please sign in to comment.