aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-04-16 06:11:19 -0600
committerLibravatar GitHub <noreply@github.com>2024-04-16 12:11:19 +0000
commit33b965363150ea10965bf82cd54ad38c2cf213b8 (patch)
tree26ee408e5fe8cf776f1ed0a88058830163873f82 /package.json
parentUpgrade electron to '30.0.0' (diff)
downloadferdium-app-33b965363150ea10965bf82cd54ad38c2cf213b8.tar.gz
ferdium-app-33b965363150ea10965bf82cd54ad38c2cf213b8.tar.zst
ferdium-app-33b965363150ea10965bf82cd54ad38c2cf213b8.zip
chore: upgrade `@electron/notarize` to v2 (#1687)
* chore: upgrade @electron/notarize to v2 - remove redundant `appBundleId` and provide fallback for `appleId` and `appleIdPassword` - replace `ts-ignore` with `eslint-disable` in notarize.js - Explicitly disable electron-builder notarizing Co-authored-by: Alphrag <34252790+Alphrag@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 291f84c79..e39cace3b 100644
--- a/package.json
+++ b/package.json
@@ -135,7 +135,7 @@
135 "@biomejs/biome": "1.6.1", 135 "@biomejs/biome": "1.6.1",
136 "@commitlint/cli": "19.2.1", 136 "@commitlint/cli": "19.2.1",
137 "@commitlint/config-conventional": "19.1.0", 137 "@commitlint/config-conventional": "19.1.0",
138 "@electron/notarize": "1.2.3", 138 "@electron/notarize": "2.3.0",
139 "@formatjs/cli": "6.2.9", 139 "@formatjs/cli": "6.2.9",
140 "@jest/types": "29.6.3", 140 "@jest/types": "29.6.3",
141 "@types/auto-launch": "5.0.5", 141 "@types/auto-launch": "5.0.5",