Skip to content

Commit

Permalink
fix: downgrade electron and electron-mocha (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Oct 20, 2020
1 parent 14a36a1 commit caf4c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"dependency-check": "^4.1.0",
"dirty-chai": "^2.0.1",
"documentation": "^13.0.1",
"electron-mocha": "^9.3.0",
"electron-mocha": "^8.2.0",
"eslint": "^7.11.0",
"eslint-config-ipfs": "^0.1.0",
"execa": "^4.0.0",
Expand Down Expand Up @@ -122,7 +122,7 @@
"yargs-parser": "^20.2.3"
},
"devDependencies": {
"electron": "^10.1.4",
"electron": "^9.0.4",
"iso-url": "^0.4.7",
"mock-require": "^3.0.2",
"sinon": "^9.0.2"
Expand Down

0 comments on commit caf4c8f

Please sign in to comment.