Skip to content

Commit

Permalink
[CI] Upgrade NPM pkgs, Hugo to 0.140.2 (#2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Jan 7, 2025
1 parent 2f361b2 commit 95a08e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions assets/scss/td/chroma/_dark.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* Chroma style: onedark */
/* Generated using: hugo gen chromastyles --style=onedark */

/* Background */ .bg { color:#abb2bf;background-color:#282c34; }
/* PreWrapper */ .chroma { color:#abb2bf;background-color:#282c34; }
/* Other */ .chroma .x { }
Expand Down
2 changes: 2 additions & 0 deletions assets/scss/td/chroma/_light.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* Chroma style: tango */
/* Generated using: hugo gen chromastyles --style=tango */

/* Background */ .bg { background-color:#f8f8f8; }
/* PreWrapper */ .chroma { background-color:#f8f8f8; }
/* Other */ .chroma .x { color:#000 }
Expand Down
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 95a08e1

Please sign in to comment.