Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chalin <chalin@users.noreply.github.com>2022-08-19 03:53:19 +0300
committerGitHub <noreply@github.com>2022-08-19 03:53:19 +0300
commite61480d1006490f0c113cc7118dc0dc5df789308 (patch)
tree1ed6572fb42dfdbcea447436da3dfb75616a0816 /package.json
parent10fae88de482d836f0c81437afad5674418a888d (diff)
Upgrade to Bootstrap 4.6.2 and FontAwesome 6.1.2 (#1191)
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index a5d87e6..ff55536 100644
--- a/package.json
+++ b/package.json
@@ -14,15 +14,15 @@
"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@latest bootstrap@4"
+ "update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@6 bootstrap@4"
},
"cspell": "cSpell:ignore docsy userguide fortawesome fontawesome ",
"prettier": {
"proseWrap": "always"
},
"dependencies": {
- "@fortawesome/fontawesome-free": "6.1.1",
- "bootstrap": "4.6.1"
+ "@fortawesome/fontawesome-free": "6.1.2",
+ "bootstrap": "4.6.2"
},
"devDependencies": {
"hugo-extended": "0.101.0"