Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"_cd:docs": "cd userguide &&",
"_check:format": "npx prettier --check .??* *.md",
"_commit:public": "npm run cd:docs -- _commit:public",
"_cp:bs-rfs": "npx cpy 'node_modules/bootstrap/scss/vendor/*' assets/_vendor/bootstrap/scss/",
"_diff:check": "git diff --name-only --exit-code",
"_gen-chroma-styles": "bash -c tools/gen-chroma-styles.sh && bash -c 'tools/gen-chroma-styles.sh -s onedark -o _dark.scss'",
Expand Down Expand Up @@ -40,10 +41,10 @@
},
"devDependencies": {
"cpy-cli": "^5.0.0",
"hugo-extended": "^0.143.1",
"netlify-cli": "^18.0.4",
"npm-check-updates": "^17.1.14",
"prettier": "^3.5.0"
"hugo-extended": "^0.145.0",
"netlify-cli": "^19.0.2",
"npm-check-updates": "^17.1.15",
"prettier": "^3.5.3"
},
"engines": {
"node": ">=22"
Expand Down
5 changes: 3 additions & 2 deletions userguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"_check:format": "npx prettier --prose-wrap=always --check .",
"_check:links--warn": "npm run _check:links || (echo; echo 'WARNING: see link-checker output for issues.'; echo)",
"_check:links": "make --keep-going check-links",
"_commit:public": "HASH=$(git rev-parse --short main); cd public && git add -A && git commit -m \"Site at $HASH\"",
"_hugo-dev": "npm run _hugo -- -e dev -DFE",
"_hugo": "hugo --cleanDestinationDir --themesDir ../..",
"_serve": "npm run _hugo-dev -- serve --minify --disableFastRender --renderToMemory",
Expand All @@ -28,8 +29,8 @@
"update:pkgs": "npx npm-check-updates -u"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss-cli": "^11.0.0",
"autoprefixer": "^10.4.21",
"postcss-cli": "^11.0.1",
"rtlcss": "^4.3.0"
},
"cSpell:ignore": "- docsy htmltest pkgs postbuild precheck rtlcss -"
Expand Down