Skip to content

Commit

Permalink
chore(electron): update from 9 to 11 (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjeff0 authored Mar 5, 2021
1 parent 6f7407d commit 4b506b9
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 218 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"generateUpdatesFilesForAllChannels": true,
"afterSign": "electron-builder-notarize",
"mac": {
"target": [
"dmg",
"zip"
],
"target": {
"target": "dmg",
"arch": ["arm64", "x64"]
},
"hardenedRuntime": true,
"entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.plist"
Expand Down Expand Up @@ -63,8 +63,8 @@
"react-highlight.js": "1.0.7"
},
"devDependencies": {
"electron": "^9.2.0",
"electron-builder": "22.8.1",
"electron": "^11.2.3",
"electron-builder": "22.10",
"electron-builder-notarize": "^1.2.0",
"gh-pages": "^2.2.0",
"karma": "^4.4.1",
Expand Down
Loading

0 comments on commit 4b506b9

Please sign in to comment.