aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-25 22:52:20 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-25 17:22:20 +0000
commit2250201c486f6c5402db44b55e3a361c14f465d5 (patch)
treea0fcf867852263bdac2beb0a0ddd59fcf8dcfd21
parentUpgrade 'pnpm' to '7.14.0' (diff)
downloadferdium-app-2250201c486f6c5402db44b55e3a361c14f465d5.tar.gz
ferdium-app-2250201c486f6c5402db44b55e3a361c14f465d5.tar.zst
ferdium-app-2250201c486f6c5402db44b55e3a361c14f465d5.zip
Upgrade 'nodejs' to '16.18.0' (#705)
Upgrade 'npm' to '8.19.2'
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Dockerfile2
-rw-r--r--package-lock.json4
-rw-r--r--package.json4
5 files changed, 8 insertions, 8 deletions
diff --git a/.nvmrc b/.nvmrc
index 2a4e4ab81..94f5f26dc 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
16.17.0 16.18.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a53f5e990..96c37d302 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.17.0", 65 "node": "16.18.0",
66 "npm": "8.19.0", 66 "npm": "8.19.2",
67 "pnpm": "7.14.0" 67 "pnpm": "7.14.0"
68} 68}
69``` 69```
diff --git a/Dockerfile b/Dockerfile
index 71a1214cc..f60b5bcb3 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.17.0-buster as builder 3FROM docker.io/library/node:16.18.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 5b8a8c077..a7afc0750 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -178,8 +178,8 @@
178 "webpack-dev-server": "4.11.1" 178 "webpack-dev-server": "4.11.1"
179 }, 179 },
180 "engines": { 180 "engines": {
181 "node": "16.17.0", 181 "node": "16.18.0",
182 "npm": "8.19.0" 182 "npm": "8.19.2"
183 }, 183 },
184 "optionalDependencies": { 184 "optionalDependencies": {
185 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect", 185 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect",
diff --git a/package.json b/package.json
index fb3df4645..cd5b26321 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.17.0", 16 "node": "16.18.0",
17 "npm": "8.19.0" 17 "npm": "8.19.2"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "scripts": { 20 "scripts": {