Skip to content

Commit

Permalink
fa 5.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coastforge-mei committed Aug 5, 2021
1 parent b25f05f commit 55f697d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
9 changes: 3 additions & 6 deletions Resources/public/dist/css/fontawesome.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
Expand Down Expand Up @@ -4076,9 +4076,6 @@
.fa-trello:before {
content: "\f181"
}
.fa-tripadvisor:before {
content: "\f262"
}
.fa-trophy:before {
content: "\f091"
}
Expand Down Expand Up @@ -4573,7 +4570,7 @@
width: auto
}
/*!
* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
Expand All @@ -4590,7 +4587,7 @@
font-weight: 900
}
/*!
* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
Expand Down
8 changes: 4 additions & 4 deletions Resources/public/dist/css/fontawesome.min.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
},
"homepage": "https://github.com/Kuestenschmiede/CoreBundle#readme",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"components-jqueryui": "^1.12.1",
Expand All @@ -40,11 +40,11 @@
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.1",
"gulp-uglify": "^3.0.2",
"webpack": "^5.38.1",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-free": "^5.15.4",
"jquery": "^3.6.0",
"sweetalert2": "^10.16.9"
}
Expand Down

0 comments on commit 55f697d

Please sign in to comment.