Skip to content

Commit

Permalink
couple more small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophv committed Mar 28, 2018
1 parent 6d0ea7d commit 79d4b6d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
["env", { "targets": { "node": "8.2.1", "electron": "1.8.2" }, "useBuiltIns": true }],
["env", { "targets": { "node": "8.2.1", "electron": "1.8.4" }, "useBuiltIns": true }],
"stage-0",
"react"
],
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"license": "BSD-2-Clause",
"dependencies": {
"drivelist": "6.0.4",
"keytar": "4.0.4",
"drivelist": "6.1.3",
"keytar": "4.2.1",
"node-hid": "0.7.2",
"serialport": "5.0.0",
"usb": "1.3.1"
Expand Down
36 changes: 21 additions & 15 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,16 @@ detect-libc@^1.0.2, detect-libc@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"

drivelist@6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/drivelist/-/drivelist-6.0.4.tgz#971ac575356a8a4c14859824ecd28cdf3c586433"
drivelist@6.1.3:
version "6.1.3"
resolved "https://registry.yarnpkg.com/drivelist/-/drivelist-6.1.3.tgz#5515764eebb4a5410ad429a6c5820c9b92e3c69f"
dependencies:
bindings "^1.3.0"
debug "^3.1.0"
fast-plist "^0.1.2"
js-yaml "^3.10.0"
nan "^2.8.0"
prebuild-install "^2.4.1"
nan "^2.9.2"
prebuild-install "^2.5.1"

ecc-jsbn@~0.1.1:
version "0.1.1"
Expand Down Expand Up @@ -223,6 +224,10 @@ extsprintf@^1.2.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"

fast-plist@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/fast-plist/-/fast-plist-0.1.2.tgz#a45aff345196006d406ca6cdcd05f69051ef35b8"

forever-agent@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
Expand Down Expand Up @@ -401,11 +406,12 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

keytar@4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-4.0.4.tgz#59a306f448a1c6a309cd68cb29129095a8c8b1db"
keytar@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-4.2.1.tgz#8a06a6577fdf6373e0aa6b112277e63dec77fd12"
dependencies:
nan "2.5.1"
nan "2.8.0"
prebuild-install "^2.4.1"

mime-db@~1.30.0:
version "1.30.0"
Expand Down Expand Up @@ -445,14 +451,14 @@ [email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

[email protected]:
version "2.5.1"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.5.1.tgz#d5b01691253326a97a2bbee9e61c55d8d60351e2"

nan@^2.6.2, nan@^2.8.0:
[email protected], nan@^2.6.2, nan@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.8.0.tgz#ed715f3fe9de02b57a5e6252d90a96675e1f085a"

nan@^2.9.2:
version "2.10.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"

node-abi@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.1.2.tgz#4da6caceb6685fcd31e7dd1994ef6bb7d0a9c0b2"
Expand Down Expand Up @@ -569,7 +575,7 @@ prebuild-install@^2.2.2:
tunnel-agent "^0.6.0"
xtend "4.0.1"

prebuild-install@^2.4.1:
prebuild-install@^2.4.1, prebuild-install@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-2.5.1.tgz#0f234140a73760813657c413cdccdda58296b1da"
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"eslint-plugin-react": "7.7.0",
"express": "4.16.3",
"extract-text-webpack-plugin": "3.0.2",
"fbjs-scripts": "0.8.1",
"fbjs-scripts": "0.8.2",
"file-loader": "1.1.11",
"flux-standard-action": "2.0.1",
"ftp": "0.3.10",
Expand All @@ -225,7 +225,7 @@
"salinity": "0.0.8",
"serialport": "5.0.0",
"shelljs": "0.8.1",
"sinon": "4.4.9",
"sinon": "4.4.10",
"sinon-chai": "3.0.0",
"spectron": "3.8.0",
"style-loader": "0.20.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4160,9 +4160,9 @@ faye-websocket@~0.11.0:
dependencies:
websocket-driver ">=0.5.1"

[email protected].1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/fbjs-scripts/-/fbjs-scripts-0.8.1.tgz#c1c6efbecb7f008478468976b783880c2f669765"
[email protected].2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/fbjs-scripts/-/fbjs-scripts-0.8.2.tgz#d2ce902ec3c8bf7cea5d0daf8692661a90710f25"
dependencies:
babel-core "^6.7.2"
babel-preset-fbjs "^2.1.2"
Expand Down Expand Up @@ -9007,9 +9007,9 @@ [email protected]:
lolex "1.1.0"
util ">=0.10.3 <1"

[email protected].9:
version "4.4.9"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-4.4.9.tgz#0792a2a5171eb0cf242edacb0eba3898b8b4297f"
[email protected].10:
version "4.4.10"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-4.4.10.tgz#592ba39256cd5aecd35c883e1da2759b75d90e02"
dependencies:
"@sinonjs/formatio" "^2.0.0"
diff "^3.1.0"
Expand Down

0 comments on commit 79d4b6d

Please sign in to comment.