From beb28cc814fc8017462b42d2c184391cfa9dd37c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 16 Apr 2024 15:42:59 +0530 Subject: Upgrade python, node and pnpm --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b672b6d..82329ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,9 +49,9 @@ 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.12.0", - "pnpm": "8.15.5", - "python": "3.12.2" + "node": "20.12.2", + "pnpm": "8.15.7", + "python": "3.12.3" } ``` -- cgit v1.2.3-54-g00ecf