Skip to content

Commit

Permalink
Update packages, with Hugo to 0.139.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Nov 21, 2024
1 parent e31c07d commit 5b5974c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"update:pkgs": "npx npm-check-updates -u"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"cspell": "^8.8.4",
"hugo-extended": "0.127.0",
"autoprefixer": "^10.4.20",
"cspell": "^8.16.0",
"hugo-extended": "0.139.0",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.1"
"prettier": "^3.3.3"
},
"optionalDependencies": {
"netlify-cli": "^17.26.1",
"npm-check-updates": "^16.14.20"
"netlify-cli": "^17.37.2",
"npm-check-updates": "^17.1.11"
},
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
"engines": {
"node": "20.x"
"node": "22.x"
},
"gitHubActionCacheKey": "2024-07-02 - change this key to force cache refresh",
"private": true,
Expand Down

0 comments on commit 5b5974c

Please sign in to comment.