Skip to content

Commit

Permalink
add update-electron-app
Browse files Browse the repository at this point in the history
  • Loading branch information
kitze committed Jun 7, 2018
1 parent 4f588bc commit 9bede62
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"name": "cra-electron",
"description": "CRA + Electron sitting in a tree",
"author": "Kitze",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"dependencies": {
"cross-env": "5.1.6",
"electron-is-dev": "0.3.0",
"electron-log": "^2.2.6",
"react": "16.4.0",
"react-dom": "16.4.0"
"react-dom": "16.4.0",
"update-electron-app": "^1.2.0"
},
"devDependencies": {
"concurrently": "3.5.1",
Expand Down
25 changes: 24 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2624,7 +2624,7 @@ electron-download@^3.0.1:
semver "^5.3.0"
sumchecker "^1.2.0"

[email protected]:
[email protected], electron-is-dev@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/electron-is-dev/-/electron-is-dev-0.3.0.tgz#14e6fda5c68e9e4ecbeff9ccf037cbd7c05c5afe"

Expand Down Expand Up @@ -3539,6 +3539,12 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

github-url-to-object@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/github-url-to-object/-/github-url-to-object-4.0.4.tgz#a9797b7026e18d53b50b07f45b7e169b55fd90ee"
dependencies:
is-url "^1.1.0"

glob-base@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
Expand Down Expand Up @@ -4311,6 +4317,10 @@ is-typedarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"

is-url@^1.1.0, is-url@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52"

is-utf8@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
Expand Down Expand Up @@ -5227,6 +5237,10 @@ [email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

ms@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"

multicast-dns-service-types@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"
Expand Down Expand Up @@ -7776,6 +7790,15 @@ upath@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"

update-electron-app@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/update-electron-app/-/update-electron-app-1.2.0.tgz#bdfc7fb63ea85be3c6e47b88da98923834093d51"
dependencies:
electron-is-dev "^0.3.0"
github-url-to-object "^4.0.4"
is-url "^1.2.4"
ms "^2.1.1"

update-notifier@^2.3.0, update-notifier@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6"
Expand Down

0 comments on commit 9bede62

Please sign in to comment.