Skip to content

Commit

Permalink
Revert to electron 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alchaplinsky committed May 23, 2020
1 parent dcff02a commit a7de9ca
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 68 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"fs-extra": "^9.0.0",
"generate-password": "^1.5.1",
"googleapis": "^51.0.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.15",
"luxon": "^1.24.1",
"mousetrap": "^1.6.5",
Expand Down Expand Up @@ -51,7 +50,7 @@
"bozon": "^1.0.3",
"css-loader": "^3.5.3",
"dotenv-webpack": "^1.8.0",
"electron": "^9.0.0",
"electron": "^8.3.0",
"eslint": "^7.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
Expand All @@ -62,13 +61,13 @@
"prettier": "^2.0.5",
"react-svg-loader": "^3.0.3",
"sass-loader": "^8.0.2",
"spectron": "^11.0.0",
"spectron": "^10.0.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0"
},
"resolutions": {
"minimist": "^1.2.5",
"js-yaml": "^3.13.1"
"js-yaml": "^3.14.0"
},
"build": {
"appId": "com.electron.swifty",
Expand Down
Loading

0 comments on commit a7de9ca

Please sign in to comment.