Skip to content

Commit

Permalink
Update Hugo to 0.126.1, script name tweaks, and more (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed May 16, 2024
1 parent f4c7e22 commit dd6a394
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"serve": "npm run cd:docs serve",
"test:all": "npm run ci:prepare && npm run check && npm run cd:docs test && npm run ci:post",
"test": "npm run cd:docs test",
"update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest",
"update:pkg:hugo": "npm install --save-exact -D hugo-extended@latest"
"update:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest",
"update:hugo": "npm install --save-exact -D hugo-extended@latest"
},
"spelling": "cSpell:ignore docsy hugo fortawesome fontawesome userguide ",
"dependencies": {
Expand All @@ -41,8 +41,8 @@
},
"devDependencies": {
"cpy-cli": "^5.0.0",
"hugo-extended": "github:chalin/hugo-extended#v0.125.7",
"markdown-link-check": "^3.11.2",
"hugo-extended": "0.126.1",
"markdown-link-check": "^3.12.1",
"mkdirp": "^3.0.1",
"prettier": "^3.2.5"
},
Expand Down

0 comments on commit dd6a394

Please sign in to comment.