Skip to content

Commit

Permalink
Downgrade electron Dependency to v16.x.x (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyowen committed Apr 12, 2022
1 parent dcbf209 commit df5e33b
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 160 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@
"concurrently": "^7.1.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"electron": "^18.0.3",
"electron": "16.2.2",
"electron-builder": "^22.14.13",
"eslint": "^8.13.0",
"eslint-plugin-react": "^7.29.4",
"prettier": "^2.6.2",
"typescript": "^4.6.3",
"wait-on": "^6.0.1"
}
}
}

0 comments on commit df5e33b

Please sign in to comment.