aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-09-08 07:22:07 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-09-08 09:14:22 +0530
commit5155a0a6c693f77ef85be3e7e946f96cb6ba1261 (patch)
tree85c8beff842e78a1a4f3bfacb1b3cc378188b834
parent6.1.1-nightly.9 [skip ci] (diff)
downloadferdium-app-5155a0a6c693f77ef85be3e7e946f96cb6ba1261.tar.gz
ferdium-app-5155a0a6c693f77ef85be3e7e946f96cb6ba1261.tar.zst
ferdium-app-5155a0a6c693f77ef85be3e7e946f96cb6ba1261.zip
Upgrade 'nodejs' to '16.17.0'v6.1.1-nightly.9
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--Dockerfile2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
5 files changed, 5 insertions, 5 deletions
diff --git a/.nvmrc b/.nvmrc
index 431076a94..2a4e4ab81 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
16.16.0 16.17.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6a41e9225..7e03f6dcb 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.16.0", 65 "node": "16.17.0",
66 "npm": "8.19.0", 66 "npm": "8.19.0",
67 "pnpm": "7.6.0" 67 "pnpm": "7.6.0"
68} 68}
diff --git a/Dockerfile b/Dockerfile
index ca80679e0..71a1214cc 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.16.0-buster as builder 3FROM docker.io/library/node:16.17.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 750378cb5..9367606c3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -167,7 +167,7 @@
167 "webpack-dev-server": "4.10.1" 167 "webpack-dev-server": "4.10.1"
168 }, 168 },
169 "engines": { 169 "engines": {
170 "node": "16.16.0", 170 "node": "16.17.0",
171 "npm": "8.19.0" 171 "npm": "8.19.0"
172 }, 172 },
173 "optionalDependencies": { 173 "optionalDependencies": {
diff --git a/package.json b/package.json
index a6a79888d..1f3765f64 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.16.0", 16 "node": "16.17.0",
17 "npm": "8.19.0" 17 "npm": "8.19.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,