Showing
2 changed files
with
32 additions
and
0 deletions
... | @@ -1174,6 +1174,35 @@ | ... | @@ -1174,6 +1174,35 @@ |
1174 | "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", | 1174 | "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", |
1175 | "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" | 1175 | "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" |
1176 | }, | 1176 | }, |
1177 | + "@fortawesome/fontawesome-common-types": { | ||
1178 | + "version": "0.2.28", | ||
1179 | + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.2.28.tgz", | ||
1180 | + "integrity": "sha512-gtis2/5yLdfI6n0ia0jH7NJs5i/Z/8M/ZbQL6jXQhCthEOe5Cr5NcQPhgTvFxNOtURE03/ZqUcEskdn2M+QaBg==" | ||
1181 | + }, | ||
1182 | + "@fortawesome/fontawesome-svg-core": { | ||
1183 | + "version": "1.2.28", | ||
1184 | + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-1.2.28.tgz", | ||
1185 | + "integrity": "sha512-4LeaNHWvrneoU0i8b5RTOJHKx7E+y7jYejplR7uSVB34+mp3Veg7cbKk7NBCLiI4TyoWS1wh9ZdoyLJR8wSAdg==", | ||
1186 | + "requires": { | ||
1187 | + "@fortawesome/fontawesome-common-types": "^0.2.28" | ||
1188 | + } | ||
1189 | + }, | ||
1190 | + "@fortawesome/free-solid-svg-icons": { | ||
1191 | + "version": "5.13.0", | ||
1192 | + "resolved": "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-5.13.0.tgz", | ||
1193 | + "integrity": "sha512-IHUgDJdomv6YtG4p3zl1B5wWf9ffinHIvebqQOmV3U+3SLw4fC+LUCCgwfETkbTtjy5/Qws2VoVf6z/ETQpFpg==", | ||
1194 | + "requires": { | ||
1195 | + "@fortawesome/fontawesome-common-types": "^0.2.28" | ||
1196 | + } | ||
1197 | + }, | ||
1198 | + "@fortawesome/react-fontawesome": { | ||
1199 | + "version": "0.1.9", | ||
1200 | + "resolved": "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.1.9.tgz", | ||
1201 | + "integrity": "sha512-49V3WNysLZU5fZ3sqSuys4nGRytsrxJktbv3vuaXkEoxv22C6T7TEG0TW6+nqVjMnkfCQd5xOnmJoZHMF78tOw==", | ||
1202 | + "requires": { | ||
1203 | + "prop-types": "^15.7.2" | ||
1204 | + } | ||
1205 | + }, | ||
1177 | "@hapi/address": { | 1206 | "@hapi/address": { |
1178 | "version": "2.1.4", | 1207 | "version": "2.1.4", |
1179 | "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", | 1208 | "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", | ... | ... |
... | @@ -3,6 +3,9 @@ | ... | @@ -3,6 +3,9 @@ |
3 | "version": "0.1.0", | 3 | "version": "0.1.0", |
4 | "private": true, | 4 | "private": true, |
5 | "dependencies": { | 5 | "dependencies": { |
6 | + "@fortawesome/fontawesome-svg-core": "^1.2.28", | ||
7 | + "@fortawesome/free-solid-svg-icons": "^5.13.0", | ||
8 | + "@fortawesome/react-fontawesome": "^0.1.9", | ||
6 | "@testing-library/jest-dom": "^4.2.4", | 9 | "@testing-library/jest-dom": "^4.2.4", |
7 | "@testing-library/react": "^9.3.2", | 10 | "@testing-library/react": "^9.3.2", |
8 | "@testing-library/user-event": "^7.1.2", | 11 | "@testing-library/user-event": "^7.1.2", | ... | ... |
-
Please register or login to post a comment