Skip to content

Commit

Permalink
upgrade electron-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmark committed Aug 2, 2018
1 parent 62c646a commit 79d2f32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"aws-sdk": "^2.229.1",
"electron-json-storage": "^4.0.2",
"electron-log": "^2.2.14",
"electron-updater": "^2.21.4",
"electron-updater": "^3.0.3",
"glob": "^7.1.2",
"glob-copy": "^0.1.0",
"js-yaml": "^3.11.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ buffers@~0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/buffers/-/buffers-0.1.1.tgz#b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb"

[email protected], builder-util-runtime@^4.4.0, builder-util-runtime@^4.4.1, builder-util-runtime@~4.4.0:
[email protected], builder-util-runtime@^4.4.0, builder-util-runtime@^4.4.1, builder-util-runtime@~4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-4.4.1.tgz#2770d03241e51fde46acacc7ed3ed8a9f45f02cb"
dependencies:
Expand Down Expand Up @@ -3066,12 +3066,12 @@ electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.47:
version "1.3.52"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.52.tgz#d2d9f1270ba4a3b967b831c40ef71fb4d9ab5ce0"

electron-updater@^2.21.4:
version "2.23.3"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-2.23.3.tgz#7bf054075f0cef2cd832cb533cf21adcdd5780b8"
electron-updater@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-3.0.3.tgz#67f7edd578d260f9351ccd46ff23c2789c2a5a4f"
dependencies:
bluebird-lst "^1.0.5"
builder-util-runtime "~4.4.0"
builder-util-runtime "~4.4.1"
electron-is-dev "^0.3.0"
fs-extra-p "^4.6.1"
js-yaml "^3.12.0"
Expand Down

0 comments on commit 79d2f32

Please sign in to comment.