aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a0d28d9a7..b72873fe9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -63,7 +63,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
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.15.1",
66 "npm": "8.13.2", 66 "npm": "8.14.0",
67 "pnpm": "7.6.0" 67 "pnpm": "7.6.0"
68} 68}
69``` 69```
diff --git a/package-lock.json b/package-lock.json
index 973ed9366..4b31f5632 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -167,7 +167,7 @@
167 }, 167 },
168 "engines": { 168 "engines": {
169 "node": "16.15.1", 169 "node": "16.15.1",
170 "npm": "8.13.2" 170 "npm": "8.14.0"
171 }, 171 },
172 "optionalDependencies": { 172 "optionalDependencies": {
173 "macos-notification-state": "github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83", 173 "macos-notification-state": "github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83",
diff --git a/package.json b/package.json
index 7de866dbc..1692c22c3 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.1", 16 "node": "16.15.1",
17 "npm": "8.13.2" 17 "npm": "8.14.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "scripts": { 20 "scripts": {