aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-26 06:54:40 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-26 07:14:28 +0530
commit35ec1213e422d3ab71e7e60249b53cbff3f8a0da (patch)
tree2a1de5f66f39888ffb0c4c2f47d3ee59e7510b4b
parentUpgrade 'npm' to '8.14.0' (diff)
downloadferdium-app-35ec1213e422d3ab71e7e60249b53cbff3f8a0da.tar.gz
ferdium-app-35ec1213e422d3ab71e7e60249b53cbff3f8a0da.tar.zst
ferdium-app-35ec1213e422d3ab71e7e60249b53cbff3f8a0da.zip
Upgrade 'nodejs' to '16.16.0'
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--Dockerfile2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
m---------recipes0
6 files changed, 5 insertions, 5 deletions
diff --git a/.nvmrc b/.nvmrc
index d9289897d..431076a94 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
16.15.1 16.16.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b72873fe9..b3ca1b42e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,7 +62,7 @@ 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.15.1", 65 "node": "16.16.0",
66 "npm": "8.14.0", 66 "npm": "8.14.0",
67 "pnpm": "7.6.0" 67 "pnpm": "7.6.0"
68} 68}
diff --git a/Dockerfile b/Dockerfile
index daff1c54d..ca80679e0 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.15.1-buster as builder 3FROM docker.io/library/node:16.16.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-lock.json b/package-lock.json
index 4b31f5632..2abe9a557 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -166,7 +166,7 @@
166 "webpack-dev-server": "4.9.3" 166 "webpack-dev-server": "4.9.3"
167 }, 167 },
168 "engines": { 168 "engines": {
169 "node": "16.15.1", 169 "node": "16.16.0",
170 "npm": "8.14.0" 170 "npm": "8.14.0"
171 }, 171 },
172 "optionalDependencies": { 172 "optionalDependencies": {
diff --git a/package.json b/package.json
index 1692c22c3..01c70aaac 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
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.15.1", 16 "node": "16.16.0",
17 "npm": "8.14.0" 17 "npm": "8.14.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
diff --git a/recipes b/recipes
Subproject 76a1315da499cdd5f7103f398390b31923efc94 Subproject 268213c86684633db841f788266d89c8d8216aa