From 484bcd8928dde915e1e0b4432fcd0f25cd6b2bc5 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Mon, 1 Apr 2024 14:42:14 +0000 Subject: Update dev scripts (#126) * Upgrade pnpm to 8.15.5 * Upgrade node to latest LTS (20.12.0) and some other modules --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65d8f86..b672b6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,8 +49,8 @@ Currently, these are the combinations of system dependencies that work for MacOS ```bash $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json { - "node": "20.11.1", - "pnpm": "8.15.3", + "node": "20.12.0", + "pnpm": "8.15.5", "python": "3.12.2" } ``` -- cgit v1.2.3-54-g00ecf