Skip to content

Commit

Permalink
Merge pull request #33 from bhachech/master
Browse files Browse the repository at this point in the history
Bump versions of dependencies to overcome build issues on macOS Catalina
  • Loading branch information
eNkru authored Aug 6, 2020
2 parents 0df23d2 + fa4c753 commit be522b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"postinstall": "electron-builder install-app-deps",
"publish": "build -p always"
},
"devDependencies": {
"electron": "^9.1.0",
"electron-builder": "^20.44.4"
"devDependencies": {
"electron": ">=9.1.0",
"electron-builder": ">=22.8.0"
},
"dependencies": {
"electron-settings": "^3.2.0",
"electron-spellchecker": "^2.2.1",
"fs-extra": "^5.0.0",
"is-online": "^8.2.0"
"electron-settings": ">=3.2.0",
"electron-spellchecker": ">=2.2.1",
"fs-extra": ">=5.0.0",
"is-online": ">=8.2.0"
},
"build": {
"appId": "nz.co.enkru.${name}",
Expand Down

0 comments on commit be522b0

Please sign in to comment.