diff --git a/package.json b/package.json index cbd11e713b..dcfd7cfeb9 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "_gen-chroma-styles": "bash -c tools/gen-chroma-styles.sh && bash -c 'tools/gen-chroma-styles.sh -s onedark -o _dark.scss'", "_mkdir:hugo-mod": "node tools/mkdirp-hugo-mod.js ..", "_prepare": "npm run _cp:bs-rfs && npm run _gen-chroma-styles && npm run get:hugo-modules", - "build:preview": "npm run cd:docs build:preview", - "build:production": "npm run cd:docs build:production", - "build": "npm run cd:docs build", + "build:preview": "npm run cd:docs -- build:preview --", + "build:production": "npm run cd:docs -- build:production --", + "build": "npm run cd:docs -- build --", "cd:docs": "npm run _cd:docs -- npm run", "check:format": "npm run _check:format || (echo '[help] Run: npm run fix:format'; exit 1)", "check:links:internal": "npm run cd:docs check:links:internal", @@ -40,9 +40,9 @@ }, "devDependencies": { "cpy-cli": "^5.0.0", - "hugo-extended": "^0.139.4", - "netlify-cli": "^17.38.0", - "npm-check-updates": "^17.1.11", + "hugo-extended": "^0.140.2", + "netlify-cli": "^18.0.0", + "npm-check-updates": "^17.1.13", "prettier": "^3.4.2" }, "engines": {