Skip to content

Commit

Permalink
Use "regular" font-awesome package
Browse files Browse the repository at this point in the history
Upgrade other font-awesome packages.  Explicitly install common-types
package to fix compilation errors, as per

    FortAwesome/Font-Awesome#12575 (comment)
  • Loading branch information
bennorth committed Jul 5, 2021
1 parent a61770e commit 1fff104
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 17 deletions.
36 changes: 22 additions & 14 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@fortawesome/fontawesome-common-types": "^0.2.35",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@popperjs/core": "^2.8.6",
"@reach/router": "^1.3.4",
"@reduxjs/toolkit": "^1.5.0",
Expand Down

0 comments on commit 1fff104

Please sign in to comment.