Skip to content

Commit

Permalink
fix: quick fix for electron-builder's autoUpdater, rollback to 4.2.2 …
Browse files Browse the repository at this point in the history
…which is working though

chore: v0.5.0
  • Loading branch information
KillingJacky committed Mar 11, 2020
1 parent 43288c0 commit d7e6d4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sensecap_node_cfg_tool",
"description": "SenseCAP Node Configuration Tool",
"version": "0.4.0",
"version": "0.5.0",
"homepage": "https://github.com/Seeed-Solution/SenseCAP-Node-Configuration-Tool",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"electron-create-menu": "^3.0.1",
"electron-log": "^4.0.7",
"electron-store": "^5.1.1",
"electron-updater": "^4.2.4",
"electron-updater": "4.2.2",
"i18next": "^19.3.2",
"roboto-fontface": "*",
"serialport": "^8.0.7",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2152,10 +2152,10 @@ [email protected]:
debug "^4.1.1"
sax "^1.2.4"

[email protected].1:
version "8.6.1"
resolved "https://registry.npm.taobao.org/builder-util-runtime/download/builder-util-runtime-8.6.1.tgz#cf9a268fa51704de24f3c085aa8d1d1b3767d9ea"
integrity sha1-z5omj6UXBN4k88CFqo0dGzdn2eo=
[email protected].0:
version "8.6.0"
resolved "https://registry.npm.taobao.org/builder-util-runtime/download/builder-util-runtime-8.6.0.tgz#b7007c30126da9a90e99932128d2922c8c178649"
integrity sha1-twB8MBJtqakOmZMhKNKSLIwXhkk=
dependencies:
debug "^4.1.1"
sax "^1.2.4"
Expand Down Expand Up @@ -3647,13 +3647,13 @@ electron-to-chromium@^1.3.363:
resolved "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.374.tgz#eb539bfcac8ec51de417038548c3bc93745134bb"
integrity sha1-61Ob/KyOxR3kFwOFSMO8k3RRNLs=

electron-updater@^4.2.4:
version "4.2.4"
resolved "https://registry.npm.taobao.org/electron-updater/download/electron-updater-4.2.4.tgz#9015bb8f85b24d6f8a620a90dd0fe128335c902b"
integrity sha1-kBW7j4WyTW+KYgqQ3Q/hKDNckCs=
[email protected].2:
version "4.2.2"
resolved "https://registry.npm.taobao.org/electron-updater/download/electron-updater-4.2.2.tgz#57e106bffad16f71b1ffa3968a52a1b71c8147e6"
integrity sha1-V+EGv/rRb3Gx/6OWilKhtxyBR+Y=
dependencies:
"@types/semver" "^7.1.0"
builder-util-runtime "8.6.1"
builder-util-runtime "8.6.0"
fs-extra "^8.1.0"
js-yaml "^3.13.1"
lazy-val "^1.0.4"
Expand Down

0 comments on commit d7e6d4a

Please sign in to comment.