mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Fix at electron v7.0.0 (#528)
This commit is contained in:
parent
6d86993523
commit
a3c44651ef
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
"@types/semver": "^5.5.0",
|
||||
"bower": "^1.8.0",
|
||||
"browserify": "^14.5.0",
|
||||
"electron": "^7.0.0",
|
||||
"electron": "7.0.0",
|
||||
"electron-builder": "^21.2.0",
|
||||
"electron-icon-maker": "^0.0.4",
|
||||
"gulp": "^4.0.0",
|
||||
|
|
|
|||
|
|
@ -2208,7 +2208,7 @@ electron-updater@^4.1.2:
|
|||
pako "^1.0.10"
|
||||
semver "^6.2.0"
|
||||
|
||||
electron@^7.0.0:
|
||||
electron@7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-7.0.0.tgz#47a5b15ca213f32c20d85f82a1be615a74cdf55f"
|
||||
integrity sha512-vrF1loRW1p0vQCbduqO0EZpo8ePJOuxUT6tSoUSU3lsbGK3VnlJop+0PpCIPzbe2K4G4Gk7WexH08V9se7mJcA==
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue