Skip to content

Commit

Permalink
feat(deps): Electron and safe-nodejs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Nov 21, 2019
1 parent e0deda0 commit 800aabd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runtime = electron
target = 6.0.12
target = 6.1.4
arch = x64
target_arch = x64
disturl = https://electronjs.org/headers
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"cross-spawn": "^7.0.1",
"css-loader": "^3.2.0",
"devtron": "^1.4.0",
"electron": "6.0.12",
"electron": "6.1.4",
"electron-builder": "22.1.0",
"electron-devtools-installer": "^2.2.4",
"electron-notarize": "0.2.0",
Expand Down Expand Up @@ -218,6 +218,7 @@
"react-test-renderer": "^16.10.2",
"redux-mock-store": "1.5.3",
"resolve-url-loader": "3.1.0",
"react-hot-loader": "^4.12.16",
"rimraf": "^3.0.0",
"should": "13.2.3",
"sinon": "^7.4.2",
Expand Down Expand Up @@ -276,7 +277,6 @@
"ps-list": "^6.3.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-hot-loader": "^4.12.16",
"react-redux": "^7.1.3",
"react-redux-i18n": "1.9.3",
"react-router": "^5.1.2",
Expand All @@ -288,7 +288,7 @@
"redux-promise": "0.6.0",
"redux-promise-middleware": "6.1.2",
"redux-thunk": "^2.3.0",
"safe-nodejs": "https://github.com/maidsafe/safe-nodejs.git#0.3.1",
"safe-nodejs": "https://github.com/maidsafe/safe-nodejs.git#0.5.1",
"source-map-support": "^0.5.16",
"tslint": "5.20.1"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6388,10 +6388,10 @@ electron-window-state@^5.0.3:
jsonfile "^4.0.0"
mkdirp "^0.5.1"

electron@6.0.12:
version "6.0.12"
resolved "https://registry.yarnpkg.com/electron/-/electron-6.0.12.tgz#85bf0061e32f660256cfde95488f1cb75253bc94"
integrity sha512-70ODZa1RP6K0gE9IV9YLCXPSyhLjXksCuYSSPb3MljbfwfHo5uE6X0CGxzm+54YuPdE2e7EPnWZxOOsJYrS5iQ==
electron@6.1.4:
version "6.1.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-6.1.4.tgz#21cbcf5de74a0e284621dce1b8c0fe092c146c2d"
integrity sha512-QUN59E0dPmkAEYi+OU0jJG6tIAi8VDJpsHLRmdyL62oAuT3+CWJ/gefmNwAWQsIpNj/DieVTn5h+/t/Hke4T+Q==
dependencies:
"@types/node" "^10.12.18"
electron-download "^4.1.0"
Expand Down Expand Up @@ -14839,9 +14839,9 @@ safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1,
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519"
integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==

"safe-nodejs@https://github.com/maidsafe/safe-nodejs.git#0.3.1":
version "0.3.1"
resolved "https://github.com/maidsafe/safe-nodejs.git#c4ba58bd03b0b1fa6e13c71b754176470a6c0ec5"
"safe-nodejs@https://github.com/maidsafe/safe-nodejs.git#0.5.1":
version "0.5.1"
resolved "https://github.com/maidsafe/safe-nodejs.git#9440ffbbd02d21a5c6a67a9563b9fc691da62d07"
dependencies:
add "^2.0.6"
neon-cli "^0.3.1"
Expand Down

0 comments on commit 800aabd

Please # to comment.