Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update Font Awesome from v5.15.3 to v6 #2650

Merged
merged 1 commit into from
Mar 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-free": "^6.0.0",
"bootstrap": "^4.6.0",
"headroom.js": "^0.12.0",
"instant.page": "^5.1.0",
Expand Down
5 changes: 3 additions & 2 deletions wowchemy/assets/css/libs/fontawesome/all.min.css

Large diffs are not rendered by default.

Binary file removed wowchemy/static/webfonts/fa-brands-400.eot
Binary file not shown.
3,717 changes: 0 additions & 3,717 deletions wowchemy/static/webfonts/fa-brands-400.svg

This file was deleted.

Binary file modified wowchemy/static/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file removed wowchemy/static/webfonts/fa-brands-400.woff
Binary file not shown.
Binary file modified wowchemy/static/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file removed wowchemy/static/webfonts/fa-regular-400.eot
Binary file not shown.
801 changes: 0 additions & 801 deletions wowchemy/static/webfonts/fa-regular-400.svg

This file was deleted.

Binary file modified wowchemy/static/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file removed wowchemy/static/webfonts/fa-regular-400.woff
Binary file not shown.
Binary file modified wowchemy/static/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file removed wowchemy/static/webfonts/fa-solid-900.eot
Binary file not shown.
5,034 changes: 0 additions & 5,034 deletions wowchemy/static/webfonts/fa-solid-900.svg

This file was deleted.

Binary file modified wowchemy/static/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file removed wowchemy/static/webfonts/fa-solid-900.woff
Binary file not shown.
Binary file modified wowchemy/static/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file added wowchemy/static/webfonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file added wowchemy/static/webfonts/fa-v4compatibility.woff2
Binary file not shown.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@fortawesome/fontawesome-free@^5.15.3":
version "5.15.3"
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.3.tgz#c36ffa64a2a239bf948541a97b6ae8d729e09a9a"
integrity sha512-rFnSUN/QOtnOAgqFRooTA3H57JLDm0QEG/jPdk+tLQNL/eWd+Aok8g3qCI+Q1xuDPWpGW/i9JySpJVsq8Q0s9w==
"@fortawesome/fontawesome-free@^6.0.0":
"integrity" "sha512-6LB4PYBST1Rx40klypw1SmSDArjFOcfBf2LeX9Zg5EKJT2eXiyiJq+CyBYKeXyK0sXS2FsCJWSPr/luyhuvh0Q=="
"resolved" "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.0.0.tgz"
"version" "6.0.0"

"@nodelib/fs.scandir@2.1.4":
version "2.1.4"
Expand Down