Skip to content

Commit

Permalink
roll back to node-usb v2.4.3 for now; update to webmtp 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Oct 4, 2022
1 parent 476f9ac commit 463ecd7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"drivelist": "11.0.0",
"keytar": "7.9.0",
"@ronomon/direct-io": "3.0.1",
"usb": "2.5.2"
"usb": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"tidepool-platform-client": "0.48.0",
"usb-cdc-acm": "0.1.1",
"uuid": "8.3.2",
"webmtp": "0.3.0"
"webmtp": "0.3.1"
},
"browserslist": "last 2 electron major versions",
"bin": {
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17121,6 +17121,15 @@ [email protected]:
node-addon-api "^4.2.0"
node-gyp-build "^4.3.0"

[email protected]:
version "2.5.2"
resolved "https://registry.yarnpkg.com/usb/-/usb-2.5.2.tgz#081b83aff83279c6d7605608880009ad698bc2c8"
integrity sha512-/7hWfbPL4ExGTQO2v2XfuKoBHDwNMoNPZmyKjsPpS4bnEY3BIsaanPpGsLmaI4MOq9pAWDrIz0DwRA8SqJ1pVQ==
dependencies:
"@types/w3c-web-usb" "1.0.6"
node-addon-api "^4.2.0"
node-gyp-build "^4.3.0"

usb@^1.3.1:
version "1.8.0"
resolved "https://registry.yarnpkg.com/usb/-/usb-1.8.0.tgz#aec44c61558e618c699a2cbd31c86e3dc7f64d87"
Expand Down Expand Up @@ -17377,13 +17386,13 @@ webidl-conversions@^6.1.0:
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==

[email protected].0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/webmtp/-/webmtp-0.3.0.tgz#365f99761aaae543c9b6936f853afec69b88e139"
integrity sha512-+00B5XkH1inJYEwVY5mKANJB3JMtmri1cWU8/HIJJ+30cStfhgzGJ71yENRhWGkpJ2kewbV6DF6wod9x5K3Wqw==
[email protected].1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/webmtp/-/webmtp-0.3.1.tgz#cb544e7ce404f2fbbbe9ccf54af0ccc3e38ad414"
integrity sha512-wh0b7c5u+Bre17XcCi5GmMpUqF5q2PKdxcaaec97Dg9tJnwuG0El2F8NGdRt3UTgQFR4FkXqoCcFkjnuam+Diw==
dependencies:
core-js "2.6.11"
usb "2.4.3"
usb "2.5.2"

[email protected]:
version "4.5.0"
Expand Down

0 comments on commit 463ecd7

Please sign in to comment.