Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
upgrade electron to v21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Sep 29, 2022
1 parent 9ec785d commit 1415b85
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 210 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
"devDependencies": {
"@types/auto-launch": "^5.0.2",
"@types/throttle-debounce": "^5.0.0",
"electron": "^20.0.1",
"electron-packager": "^15.5.1",
"electron": "^21.0.1",
"electron-packager": "^16.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
},
"dependencies": {
"auto-launch": "^5.0.5",
"electron-context-menu": "^3.3.0",
"electron-context-menu": "^3.5.0",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-unhandled": "^4.0.1",
"electron-update-notifier": "^1.6.0",
"electron-util": "^0.17.2",
"is-online": "~9.0",
"is-online": "^9.0",
"throttle-debounce": "^5.0.0"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit 1415b85

Please sign in to comment.