Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
feat: add font-awesome loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Suriano committed May 29, 2022
1 parent d047650 commit d0d6588
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
"test:ui": "yarn cy open"
},
"dependencies": {
"gatsby": "^4.14.0",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-theme-mate": "0.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"gatsby": "^4.14.0"
"react-dom": "^17.0.2"
},
"devDependencies": {
"@percy/cli": "^1.0.0-beta.63",
Expand Down
1 change: 1 addition & 0 deletions gatsby-theme-mate/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = ({
deterministic,
},
plugins: [
'gatsby-plugin-fontawesome-css',
'gatsby-plugin-react-helmet',
'gatsby-plugin-typescript',
'gatsby-plugin-styled-components',
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7759,6 +7759,11 @@ gatsby-parcel-config@0.6.0:
"@parcel/transformer-raw" "2.5.0"
"@parcel/transformer-react-refresh-wrap" "2.5.0"

gatsby-plugin-fontawesome-css@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-fontawesome-css/-/gatsby-plugin-fontawesome-css-1.2.0.tgz#fc828dd1d39ff46d7a22f1389642ba65d4755a18"
integrity sha512-Me7zFKPDmFQAWZmC2MQN7vWSHGFneu6FeIylkVinSMh89C0wPeoF165rpfuEdpgG0HScNg0fSh3xCIxYr5gPOQ==

gatsby-plugin-image@^2.10.0:
version "2.10.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.10.1.tgz#7b9eda7334487dd0e4693996cf3664835e9c356e"
Expand Down

0 comments on commit d0d6588

Please sign in to comment.