aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-03-21 02:57:09 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-03-21 03:17:54 +0530
commit7b96dce613d133d830883d2f13683752e516571e (patch)
treea80f2bc8b1c397f3626a6fc041220ca4581d6ac4
parent6.2.6-nightly.7 [skip ci] (diff)
downloadferdium-app-7b96dce613d133d830883d2f13683752e516571e.tar.gz
ferdium-app-7b96dce613d133d830883d2f13683752e516571e.tar.zst
ferdium-app-7b96dce613d133d830883d2f13683752e516571e.zip
Upgrade 'npm' to '18.15.0' and 'pnpm' to 7.30.0'
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Dockerfile2
-rw-r--r--package.json4
m---------recipes0
5 files changed, 6 insertions, 6 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
62# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed 62# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
64{ 64{
65 "node": "18.13.0", 65 "node": "18.15.0",
66 "pnpm": "7.27.0" 66 "pnpm": "7.30.0"
67} 67}
68``` 68```
69 69
diff --git a/Dockerfile b/Dockerfile
index 29931aa64..2a245a4f7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
1# 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 1# 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
2 2
3FROM docker.io/library/node:18.13.0-buster as builder 3FROM docker.io/library/node:18.15.0-buster as builder
4 4
5ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share" 5ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share"
6 6
diff --git a/package.json b/package.json
index f9e657c63..70186ee09 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,8 @@
13 "repository": "https://github.com/ferdium/ferdium-app.git", 13 "repository": "https://github.com/ferdium/ferdium-app.git",
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "18.13.0", 16 "node": "18.15.0",
17 "pnpm": "7.27.0" 17 "pnpm": "7.30.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "scripts": { 20 "scripts": {
diff --git a/recipes b/recipes
Subproject e1b77937f06ee99cea2b9c5a3d87c488d35dba5 Subproject 2dc578847f5fdd6c1788d58e8519a7b8410e604