Skip to content

Commit

Permalink
Upgrade FontAwesome to 6.3.0 and tweak update script (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 11, 2023
1 parent 6d872fd commit a6939ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}",
"serve": "npm run cd:docs serve",
"update:pkg:hugo": "npm install --save-exact -D hugo-extended@latest",
"update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@6 bootstrap@5"
"update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest"
},
"cspell": "cSpell:ignore docsy userguide fortawesome fontawesome ",
"prettier": {
"proseWrap": "always"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.2.1",
"@fortawesome/fontawesome-free": "6.3.0",
"bootstrap": "5.2.3"
},
"devDependencies": {
Expand Down

0 comments on commit a6939ed

Please sign in to comment.