Skip to content

Commit

Permalink
fix: icon dependencies (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
burden authored Nov 2, 2024
1 parent 6a1703d commit 00957a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 51 deletions.
52 changes: 3 additions & 49 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 @@ -51,8 +51,9 @@
"access": "public"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0"
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.10"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
Expand Down

0 comments on commit 00957a9

Please sign in to comment.