Skip to content

Commit 5668b2a

Browse files
dependabot[bot]mfacartxau
authored
Bump @fortawesome/react-fontawesome from 0.2.0 to 0.2.2 (#6909)
* 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] <[email protected]> * updates snapshots --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mercy <[email protected]> Co-authored-by: Txau <[email protected]>
1 parent 34a715c commit 5668b2a

File tree

3 files changed

+5
-76
lines changed

3 files changed

+5
-76
lines changed

app/react/UI/Icon/specs/__snapshots__/Icon.spec.js.snap

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -2,93 +2,22 @@
22

33
exports[`Icon should allow configuring the icon as directionAware 1`] = `
44
<FontAwesomeIcon
5-
beat={false}
6-
beatFade={false}
7-
border={false}
8-
bounce={false}
9-
className=""
10-
fade={false}
11-
fixedWidth={false}
125
flip={null}
136
icon="angle-left"
14-
inverse={false}
15-
listItem={false}
16-
mask={null}
17-
maskId={null}
18-
pull={null}
19-
pulse={false}
20-
rotation={null}
21-
shake={false}
22-
size={null}
23-
spin={false}
24-
spinPulse={false}
25-
spinReverse={false}
26-
swapOpacity={false}
27-
symbol={false}
28-
title=""
29-
titleId={null}
30-
transform={null}
317
/>
328
`;
339

3410
exports[`Icon should allow configuring the icon as directionAware 2`] = `
3511
<FontAwesomeIcon
36-
beat={false}
37-
beatFade={false}
38-
border={false}
39-
bounce={false}
40-
className=""
41-
fade={false}
42-
fixedWidth={false}
4312
flip="horizontal"
4413
icon="angle-left"
45-
inverse={false}
46-
listItem={false}
47-
mask={null}
48-
maskId={null}
49-
pull={null}
50-
pulse={false}
51-
rotation={null}
52-
shake={false}
53-
size={null}
54-
spin={false}
55-
spinPulse={false}
56-
spinReverse={false}
57-
swapOpacity={false}
58-
symbol={false}
59-
title=""
60-
titleId={null}
61-
transform={null}
6214
/>
6315
`;
6416

6517
exports[`Icon should instantiate a FontAwesomeIcon 1`] = `
6618
<FontAwesomeIcon
67-
beat={false}
68-
beatFade={false}
69-
border={false}
70-
bounce={false}
71-
className=""
72-
fade={false}
73-
fixedWidth={false}
7419
flip={null}
7520
icon="angle-right"
76-
inverse={false}
77-
listItem={false}
78-
mask={null}
79-
maskId={null}
80-
pull={null}
81-
pulse={false}
82-
rotation={null}
83-
shake={false}
8421
size="xs"
85-
spin={false}
86-
spinPulse={false}
87-
spinReverse={false}
88-
swapOpacity={false}
89-
symbol={false}
90-
title=""
91-
titleId={null}
92-
transform={null}
9322
/>
9423
`;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@fortawesome/fontawesome-svg-core": "^1.2.30",
9696
"@fortawesome/free-regular-svg-icons": "^6.5.1",
9797
"@fortawesome/free-solid-svg-icons": "^5.15.4",
98-
"@fortawesome/react-fontawesome": "^0.2.0",
98+
"@fortawesome/react-fontawesome": "^0.2.2",
9999
"@googlemaps/js-api-loader": "^1.16.6",
100100
"@headlessui/react": "1.7.17",
101101
"@heroicons/react": "^2.1.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,10 +2182,10 @@
21822182
dependencies:
21832183
"@fortawesome/fontawesome-common-types" "^0.2.36"
21842184

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

0 commit comments

Comments
 (0)