Commit ada35275 authored by Paul Armstrong's avatar Paul Armstrong
Browse files

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.
parent 60768e60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
  }
}