Skip to content

Commit

Permalink
feat: update jacdac-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 2, 2023
1 parent 2521c08 commit 69d2567
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"commander": "^9.4.1",
"faye-websocket": "^0.11.4",
"jacdac-ts": "^1.29.0"
"jacdac-ts": "^1.33.0"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
Expand Down
30 changes: 5 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1625,11 +1625,6 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.7.tgz#36820945061326978c42a01e56b61cd223dfdc42"
integrity sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==

"@types/node@^17.0.41":
version "17.0.45"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"
Expand Down Expand Up @@ -1657,21 +1652,11 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==

"@types/w3c-web-serial@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@types/w3c-web-serial/-/w3c-web-serial-1.0.2.tgz#8bf21f90b40dda6d2e2e6b188417b6bd66525d03"
integrity sha512-Ftx4BtLxgAnel7V7GbHylCYjSq827A+jeEE3SnTS7huCGUN0pSwUn+CchTCT9TkZj9w+NVMUq4Bk2R0GvUNmAQ==

"@types/w3c-web-usb@1.0.6", "@types/w3c-web-usb@^1.0.6":
"@types/w3c-web-usb@1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@types/w3c-web-usb/-/w3c-web-usb-1.0.6.tgz#5d8560d0d9f585ffc80865bc773db7bc975b680c"
integrity sha512-cSjhgrr8g4KbPnnijAr/KJDNKa/bBa+ixYkywFRvrhvi9n1WEl7yYbtRyzE6jqNQiSxxJxoAW3STaOQwJHndaw==

"@types/web-bluetooth@^0.0.14":
version "0.0.14"
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.14.tgz#94e175b53623384bff1f354cdb3197a8d63cdbe5"
integrity sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==

"@typescript-eslint/eslint-plugin@^5.44.0":
version "5.44.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.44.0.tgz#105788f299050c917eb85c4d9fd04b089e3740de"
Expand Down Expand Up @@ -3974,15 +3959,10 @@ issue-parser@^6.0.0:
lodash.isstring "^4.0.1"
lodash.uniqby "^4.7.0"

jacdac-ts@^1.29.0:
version "1.29.0"
resolved "https://registry.yarnpkg.com/jacdac-ts/-/jacdac-ts-1.29.0.tgz#b77cff28d137a2fd75eeb3b1895f759e98ba5fbb"
integrity sha512-usEAgbqOlm4LTx3JLFCwozcj2w5GFgpOlivP1bICGkwrv53kbRX5NjnNADgkecRDOXF4ZeguAzHt2AW+CQtAGg==
dependencies:
"@types/node" "^17.0.41"
"@types/w3c-web-serial" "^1.0.2"
"@types/w3c-web-usb" "^1.0.6"
"@types/web-bluetooth" "^0.0.14"
jacdac-ts@^1.33.0:
version "1.33.0"
resolved "https://registry.yarnpkg.com/jacdac-ts/-/jacdac-ts-1.33.0.tgz#ef4f2d3ee0e7ba4e8b68c6a4218ced15208f9d61"
integrity sha512-pQn9kRYkLuAc1VcYZ45w6vQSLvntMT6cDbn3CLOa1+76ISagbPPaGw4mHyFd86lBYycR+L2bZ3CSl3VFr9gPtg==

jake@^10.6.1:
version "10.8.2"
Expand Down

0 comments on commit 69d2567

Please sign in to comment.