Skip to content

Commit

Permalink
[CI] Upgrade NPM pkgs, Hugo to 0.140.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 7, 2025
1 parent 2f361b2 commit 410edbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 410edbb

Please sign in to comment.