Skip to content

Commit

Permalink
Font Awesome Library 6.4.0->6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Jan 15, 2024
1 parent cd27f39 commit 371bd6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,16 @@
},
{
"package": {
"dist": {
"type": "zip",
"url": "https://github.com/FortAwesome/Font-Awesome/archive/refs/tags/6.4.0.zip"
},
"name": "fontawesome/fontawesome",
"version": "6.5.1",
"type": "drupal-library",
"extra": {
"installer-name": "fontawesome"
},
"name": "fortawesome/font_awesome",
"type": "drupal-library",
"version": "6.4.0"
"dist": {
"url": "https://use.fontawesome.com/releases/v6.5.1/fontawesome-free-6.5.1-web.zip",
"type": "zip"
}
},
"type": "package"
},
Expand Down Expand Up @@ -369,7 +369,7 @@
"drupal/views_data_export": "1.4",
"drupal/views_slideshow": "5.0.0",
"drupal/webform": "6.1.8",
"fortawesome/font_awesome": "~6.4.0",
"fontawesome/fontawesome": "6.5.1",
"furf/jquery-ui-touch-punch": "dev-master",
"google/analytics-data": "^0.10.1",
"harvesthq/chosen": "~1.8",
Expand Down
4 changes: 2 additions & 2 deletions config-yml/fontawesome.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ tag: span
method: webfonts
load_assets: true
use_cdn: false
external_svg_location: 'https://use.fontawesome.com/releases/v6.4.0/css/all.css'
external_svg_location: 'https://use.fontawesome.com/releases/v6.5.1/js/all.js'
use_shim: false
external_shim_location: 'https://use.fontawesome.com/releases/v5.9.0/css/v4-shims.css'
external_shim_location: 'https://use.fontawesome.com/releases/v6.5.1/js/v4-shims.js'
allow_pseudo_elements: true
use_solid_file: true
use_regular_file: false
Expand Down

0 comments on commit 371bd6e

Please sign in to comment.