Skip to content

Commit

Permalink
fix: electron version bump in template
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Sep 21, 2023
1 parent 7194712 commit 5b9c478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/electron-platform-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"electron:make": "npm run build && electron-builder build -c ./electron-builder.config.json -p always"
},
"dependencies": {
"@capacitor-community/electron": "next",
"@capacitor-community/electron": "^5.0.0",
"chokidar": "~3.5.3",
"electron-is-dev": "~2.0.0",
"electron-serve": "~1.1.0",
Expand All @@ -29,7 +29,7 @@
"electron-window-state": "^5.0.3"
},
"devDependencies": {
"electron": "^24.3.0",
"electron": "^26.2.2",
"electron-builder": "~23.6.0",
"electron-rebuild": "^3.2.9",
"typescript": "^5.0.4"
Expand Down

0 comments on commit 5b9c478

Please sign in to comment.