aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 94f5f26dc..5397c87fa 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
16.18.0 16.18.1
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5b712c1ec..dbb248a39 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.0", 65 "node": "16.18.1",
66 "pnpm": "7.17.0" 66 "pnpm": "7.17.1"
67} 67}
68``` 68```
69 69
diff --git a/Dockerfile b/Dockerfile
index 8874d18d2..a70f3db8e 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.0-buster as builder 3FROM docker.io/library/node:16.18.1-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 c2ef15054..3049d298a 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.0", 16 "node": "16.18.1",
17 "pnpm": "7.17.0" 17 "pnpm": "7.17.1"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "scripts": { 20 "scripts": {
diff --git a/recipes b/recipes
Subproject e3293e9cd89ebc4e4099a6125d82fb8da650182 Subproject 7f767f750fb0017eecc3392b50e3c2301615370