From 7b96dce613d133d830883d2f13683752e516571e Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 21 Mar 2023 02:57:09 +0530 Subject: Upgrade 'npm' to '18.15.0' and 'pnpm' to 7.30.0' --- .nvmrc | 2 +- CONTRIBUTING.md | 4 ++-- Dockerfile | 2 +- package.json | 4 ++-- recipes | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.nvmrc b/.nvmrc index d939939b2..55bffd620 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.13.0 +18.15.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8898fe1f4..21c6b7db1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,8 +62,8 @@ 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": "18.13.0", - "pnpm": "7.27.0" + "node": "18.15.0", + "pnpm": "7.30.0" } ``` diff --git a/Dockerfile b/Dockerfile index 29931aa64..2a245a4f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture -FROM docker.io/library/node:18.13.0-buster as builder +FROM docker.io/library/node:18.15.0-buster as builder ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share" diff --git a/package.json b/package.json index f9e657c63..70186ee09 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "repository": "https://github.com/ferdium/ferdium-app.git", "private": true, "engines": { - "node": "18.13.0", - "pnpm": "7.27.0" + "node": "18.15.0", + "pnpm": "7.30.0" }, "engine-strict": true, "scripts": { diff --git a/recipes b/recipes index e1b77937f..2dc578847 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit e1b77937f06ee99cea2b9c5a3d87c488d35dba5a +Subproject commit 2dc578847f5fdd6c1788d58e8519a7b8410e6048 -- cgit v1.2.3-70-g09d2