From 5b5974c77ed9f73c06ee85474ec7f818daf6bf58 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 21 Nov 2024 02:59:55 -0500 Subject: [PATCH] Update packages, with Hugo to 0.139.0 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4ed0df3..b66ca22 100644 --- a/package.json +++ b/package.json @@ -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,