Skip to content

Commit 95a08e1

Browse files
authored
[CI] Upgrade NPM pkgs, Hugo to 0.140.2 (#2154)
1 parent 2f361b2 commit 95a08e1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

assets/scss/td/chroma/_dark.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* Chroma style: onedark */
2+
/* Generated using: hugo gen chromastyles --style=onedark */
3+
24
/* Background */ .bg { color:#abb2bf;background-color:#282c34; }
35
/* PreWrapper */ .chroma { color:#abb2bf;background-color:#282c34; }
46
/* Other */ .chroma .x { }

assets/scss/td/chroma/_light.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* Chroma style: tango */
2+
/* Generated using: hugo gen chromastyles --style=tango */
3+
24
/* Background */ .bg { background-color:#f8f8f8; }
35
/* PreWrapper */ .chroma { background-color:#f8f8f8; }
46
/* Other */ .chroma .x { color:#000 }

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"_gen-chroma-styles": "bash -c tools/gen-chroma-styles.sh && bash -c 'tools/gen-chroma-styles.sh -s onedark -o _dark.scss'",
1414
"_mkdir:hugo-mod": "node tools/mkdirp-hugo-mod.js ..",
1515
"_prepare": "npm run _cp:bs-rfs && npm run _gen-chroma-styles && npm run get:hugo-modules",
16-
"build:preview": "npm run cd:docs build:preview",
17-
"build:production": "npm run cd:docs build:production",
18-
"build": "npm run cd:docs build",
16+
"build:preview": "npm run cd:docs -- build:preview --",
17+
"build:production": "npm run cd:docs -- build:production --",
18+
"build": "npm run cd:docs -- build --",
1919
"cd:docs": "npm run _cd:docs -- npm run",
2020
"check:format": "npm run _check:format || (echo '[help] Run: npm run fix:format'; exit 1)",
2121
"check:links:internal": "npm run cd:docs check:links:internal",
@@ -40,9 +40,9 @@
4040
},
4141
"devDependencies": {
4242
"cpy-cli": "^5.0.0",
43-
"hugo-extended": "^0.139.4",
44-
"netlify-cli": "^17.38.0",
45-
"npm-check-updates": "^17.1.11",
43+
"hugo-extended": "^0.140.2",
44+
"netlify-cli": "^18.0.0",
45+
"npm-check-updates": "^17.1.13",
4646
"prettier": "^3.4.2"
4747
},
4848
"engines": {

0 commit comments

Comments
 (0)