Skip to content

Commit c981e43

Browse files
committed
chore(deps): upgrade hugo-extended to 0.95.0
Also upgrades Hugo to the same version. Due to a incompatibility of Yarn PnP with `imports` in `package.json`[1] declared by chalk version 5+, the resolution of chalk was set to the latest pre-5 version. Otherwise the postinstall script of hugo-extended would fail. [1] yarnpkg/berry#3843
1 parent 08f45a0 commit c981e43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.0.0-SNAPSHOT",
44
"license": "Apache-2.0",
55
"scripts": {
6-
"build": "run-s -l build:hugo build:sitemap build:htaccess build:minify",
6+
"build": "run-s build:hugo build:sitemap build:htaccess build:minify",
77
"build-all": "yarn workspaces foreach --topological-dev run build",
8-
"build:antora": "run-s -l build:antora-prep build:antora-perf",
8+
"build:antora": "run-s build:antora-prep build:antora-perf",
99
"build:antora-prep": "yarn exec antora-playbook-snippets/assemble-playbook.sh antora-playbook-production.yml playbook-export-site-manifest.yml",
1010
"build:antora-perf": "antora --clean --fetch antora-playbook-production.yml --stacktrace",
1111
"build:hugo": "hugo --cacheDir ${HUGO_CACHE_DIR:-$(pwd)/.hugo_data} ${HUGO_OPTIONS:-}",
@@ -15,15 +15,15 @@
1515
"check:html": "html-validate public",
1616
"check:links": "deadlinks-linux public",
1717
"check:redirects": "tests/redirect.sh -s",
18-
"checks": "run-s -l check:links check:html check:redirects",
18+
"checks": "run-s check:links check:html check:redirects",
1919
"clean": "gulp clean",
2020
"check:dependencies": "run-p check:cache check:dedupe",
2121
"check:cache": "yarn workspaces foreach install --immutable --immutable-cache --check-cache",
2222
"check:dedupe": "yarn workspaces foreach dedupe --check",
23-
"update:dependencies": "run-s -l update:dedupe update:cache",
23+
"update:dependencies": "run-s update:dedupe update:cache",
2424
"update:cache": "yarn workspaces foreach install --check-cache",
2525
"update:dedupe": "yarn workspaces foreach dedupe",
26-
"preview": "run-s -l preview:antora preview:hugo",
26+
"preview": "run-s preview:antora preview:hugo",
2727
"preview:antora": "antora --clean --fetch antora-playbook.yml",
2828
"preview:hugo": "hugo server -D",
2929
"preview:netlify": "netlify deploy --dir public",

0 commit comments

Comments
 (0)