aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--Dockerfile2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ee438be4a..793b64285 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,7 +68,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
68$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 68$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
69{ 69{
70 "node": "16.15.0", 70 "node": "16.15.0",
71 "npm": "8.7.0", 71 "npm": "8.10.0",
72 "pnpm": "7.1.2" 72 "pnpm": "7.1.2"
73} 73}
74``` 74```
diff --git a/Dockerfile b/Dockerfile
index 95c8098e1..13c393d54 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update -y \
16 16
17WORKDIR /usr/src/ferdium 17WORKDIR /usr/src/ferdium
18 18
19RUN npm i -g npm@8.7.0 pnpm@7.1.2 19RUN npm i -g npm@8.10.0 pnpm@7.1.2
20 20
21COPY package*.json ./ 21COPY package*.json ./
22 22
diff --git a/package-lock.json b/package-lock.json
index 872090f0d..bbfa144d6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -163,7 +163,7 @@
163 }, 163 },
164 "engines": { 164 "engines": {
165 "node": "16.15.0", 165 "node": "16.15.0",
166 "npm": "8.7.0" 166 "npm": "8.10.0"
167 }, 167 },
168 "optionalDependencies": { 168 "optionalDependencies": {
169 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect", 169 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect",
diff --git a/package.json b/package.json
index c7a944dad..b507fef8d 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "16.15.0", 16 "node": "16.15.0",
17 "npm": "8.7.0" 17 "npm": "8.10.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "scripts": { 20 "scripts": {