Skip to content

Commit

Permalink
upgrade fontawesome dependencies to fix build error, see https://stac…
Browse files Browse the repository at this point in the history
  • Loading branch information
pjentsch committed Sep 12, 2024
1 parent 8722437 commit 733769d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 19 deletions.
67 changes: 50 additions & 17 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
"prepare": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@fortawesome/react-fontawesome": "^0.2.2",
"cheerio": "^1.0.0-rc.10",
"eslint-plugin-jest": "^24.4.0",
"extracted-loader": "^1.0.7",
Expand Down

0 comments on commit 733769d

Please sign in to comment.