Skip to content

Commit cc907ec

Browse files
committed
Update NPM pkgs, Hugo to 0.145.0
1 parent d95df6d commit cc907ec

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"scripts": {
99
"_cd:docs": "cd userguide &&",
1010
"_check:format": "npx prettier --check .??* *.md",
11+
"_commit:public": "npm run cd:docs -- _commit:public",
1112
"_cp:bs-rfs": "npx cpy 'node_modules/bootstrap/scss/vendor/*' assets/_vendor/bootstrap/scss/",
1213
"_diff:check": "git diff --name-only --exit-code",
1314
"_gen-chroma-styles": "bash -c tools/gen-chroma-styles.sh && bash -c 'tools/gen-chroma-styles.sh -s onedark -o _dark.scss'",
@@ -40,10 +41,10 @@
4041
},
4142
"devDependencies": {
4243
"cpy-cli": "^5.0.0",
43-
"hugo-extended": "^0.143.1",
44-
"netlify-cli": "^18.0.4",
45-
"npm-check-updates": "^17.1.14",
46-
"prettier": "^3.5.0"
44+
"hugo-extended": "^0.145.0",
45+
"netlify-cli": "^19.0.2",
46+
"npm-check-updates": "^17.1.15",
47+
"prettier": "^3.5.3"
4748
},
4849
"engines": {
4950
"node": ">=22"

userguide/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"_check:format": "npx prettier --prose-wrap=always --check .",
66
"_check:links--warn": "npm run _check:links || (echo; echo 'WARNING: see link-checker output for issues.'; echo)",
77
"_check:links": "make --keep-going check-links",
8+
"_commit:public": "HASH=$(git rev-parse --short main); cd public && git add -A && git commit -m \"Site at $HASH\"",
89
"_hugo-dev": "npm run _hugo -- -e dev -DFE",
910
"_hugo": "hugo --cleanDestinationDir --themesDir ../..",
1011
"_serve": "npm run _hugo-dev -- serve --minify --disableFastRender --renderToMemory",
@@ -28,8 +29,8 @@
2829
"update:pkgs": "npx npm-check-updates -u"
2930
},
3031
"devDependencies": {
31-
"autoprefixer": "^10.4.20",
32-
"postcss-cli": "^11.0.0",
32+
"autoprefixer": "^10.4.21",
33+
"postcss-cli": "^11.0.1",
3334
"rtlcss": "^4.3.0"
3435
},
3536
"cSpell:ignore": "- docsy htmltest pkgs postbuild precheck rtlcss -"

0 commit comments

Comments
 (0)