From 4b241d87656d4c618bada0c9d41854e9f4395774 Mon Sep 17 00:00:00 2001 From: Kishan B Date: Tue, 10 May 2022 14:32:10 +0530 Subject: Upgrade 'node' (16.14 -> 16.15); Upgrade 'pnpm' (6 --> 7) (#128) Co-authored-by: Vijay A --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7b94de3f..5e108519f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,9 +67,9 @@ Currently, these are the combinations of system dependencies that work for MacOS # Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json { - "node": "16.14.2", + "node": "16.15.0", "npm": "8.7.0", - "pnpm": "6.32.11" + "pnpm": "7.0.1" } ``` -- cgit v1.2.3-54-g00ecf