Update hugo to 0.107.0 and hugo-install to >=4.0.1

Hugo has changed how they name the packages so hugo-install needs to
support that.
This commit is contained in:
Paul Armstrong 2022-11-27 16:37:28 +10:00
parent 60768e6068
commit ada3527575
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
"exec-bin": "^1.0.0",
"flexsearch": "^0.7.21",
"highlight.js": "^11.5",
"hugo-installer": "^3.1",
"hugo-installer": ">=4.0.1",
"instant.page": "^5.1",
"katex": "^0.16",
"lazysizes": "^5.3",
@ -66,6 +66,6 @@
"stylelint-config-standard-scss": "^4.0"
},
"otherDependencies": {
"hugo": "0.101.0"
"hugo": "0.107.0"
}
}