Skip to content

Commit

Permalink
Merge branch 'update-to-electron-30' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed May 16, 2024
2 parents 57253b3 + 6f1d1fd commit be02d6f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 46 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Line wrap the file at 100 chars. Th
#### macOS
- Add support for split tunneling (beta).

### Changed
- Update Electron from 28.1.3 to 30.0.4.


## [2024.3] - 2024-05-15
This release is identical to 2024.3-beta1.
Expand Down
68 changes: 24 additions & 44 deletions gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"optionalDependencies": {
"grpc-tools": "^1.12.4",
"nseventmonitor": "^1.0.4"
"nseventmonitor": "^1.0.5"
},
"devDependencies": {
"@playwright/test": "^1.41.1",
Expand All @@ -54,7 +54,7 @@
"chai-as-promised": "^7.1.1",
"chai-spies": "^1.0.0",
"cross-env": "^7.0.3",
"electron": "^28.1.3",
"electron": "^30.0.4",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.36.0",
Expand Down

0 comments on commit be02d6f

Please sign in to comment.