|
7 | 7 | "_check:links--warn": "npm run _check:links || (echo; echo 'WARNING: see link-checker output for issues.'; echo)", |
8 | 8 | "_check:links:internal": "npm run __check:links", |
9 | 9 | "_check:links": "HTMLTEST_ARGS='--log-level 1' npm run __check:links", |
| 10 | + "_commit:public": "HASH=$(git rev-parse --short main); cd public && git add -A && git commit -m \"Site at $HASH\"", |
10 | 11 | "_diff:check": "git diff --name-only --exit-code", |
11 | 12 | "_filename-error": "echo 'ERROR: the following files violate naming conventions; fix using: `npm run fix:filenames`'; echo; npm run -s _ls-bad-filenames; exit 1", |
12 | 13 | "_filenames-to-kebab-case": "find assets content -name '*_*' ! -name '[_.]*' -exec sh -c 'mv \"$1\" \"${1//_/-}\"' _ {} \\;", |
|
43 | 44 | "update:pkgs": "npx npm-check-updates -u" |
44 | 45 | }, |
45 | 46 | "devDependencies": { |
46 | | - "autoprefixer": "^10.4.20", |
47 | | - "cspell": "^8.16.0", |
48 | | - "hugo-extended": "0.139.0", |
49 | | - "postcss-cli": "^11.0.0", |
50 | | - "prettier": "^3.3.3" |
| 47 | + "autoprefixer": "^10.4.21", |
| 48 | + "cspell": "^9.0.2", |
| 49 | + "hugo-extended": "0.147.6", |
| 50 | + "postcss-cli": "^11.0.1", |
| 51 | + "prettier": "^3.5.3" |
51 | 52 | }, |
52 | 53 | "optionalDependencies": { |
53 | | - "netlify-cli": "^17.37.2", |
54 | | - "npm-check-updates": "^17.1.11" |
| 54 | + "netlify-cli": "^22.1.3", |
| 55 | + "npm-check-updates": "^18.0.1" |
55 | 56 | }, |
56 | 57 | "enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc", |
57 | 58 | "engines": { |
|
0 commit comments