aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-24 08:44:11 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-24 08:44:11 +0530
commit21582fd02be6ba8081abe206b4cf951848d39c48 (patch)
tree9fc1de1eef1fc460daa431974c488273e0d6b026
parentBump up ferdium to 6.2.4-nightly.0 (diff)
downloadferdium-app-21582fd02be6ba8081abe206b4cf951848d39c48.tar.gz
ferdium-app-21582fd02be6ba8081abe206b4cf951848d39c48.tar.zst
ferdium-app-21582fd02be6ba8081abe206b4cf951848d39c48.zip
Upgrade 'nodejs' to '16.19.0' and 'pnpm' to '7.19.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 5397c87fa..e65243f2e 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
16.18.1 16.19.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a8f1e71c7..aef56fd2e 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": "16.18.1", 65 "node": "16.19.0",
66 "pnpm": "7.18.2" 66 "pnpm": "7.19.0"
67} 67}
68``` 68```
69 69
diff --git a/Dockerfile b/Dockerfile
index a70f3db8e..028ef0281 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:16.18.1-buster as builder 3FROM docker.io/library/node:16.19.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 a19258040..e2aa863ae 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": "16.18.1", 16 "node": "16.19.0",
17 "pnpm": "7.18.2" 17 "pnpm": "7.19.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "scripts": { 20 "scripts": {
diff --git a/recipes b/recipes
Subproject 0698a964448f10866a3e14e5d0020dfc80b89fc Subproject b1cdbd3dacba1049a6e21583d0baa74061d15c3