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:
parent
60768e6068
commit
ada3527575
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue