Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump zwave-js@11.8 and @zwave-js/server to 1.30.0 #3195

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@jamescoyle/vue-icon": "^0.1.2",
"@kvaster/zwavejs-prom": "^0.0.2",
"@mdi/js": "7.2.96",
"@zwave-js/server": "^1.29.1",
"@zwave-js/server": "^1.30.0",
"@zwave-js/winston-daily-rotate-file": "^4.5.6-1",
"ansi_up": "^5.1.0",
"app-root-path": "^3.1.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3648,19 +3648,19 @@ __metadata:
languageName: node
linkType: hard

"@zwave-js/server@npm:^1.29.1":
version: 1.29.1
resolution: "@zwave-js/server@npm:1.29.1"
"@zwave-js/server@npm:^1.30.0":
version: 1.30.0
resolution: "@zwave-js/server@npm:1.30.0"
dependencies:
"@homebridge/ciao": ^1.1.3
minimist: ^1.2.5
ws: ^8.0.0
peerDependencies:
zwave-js: ^11.1.0
zwave-js: ^11.5.3
bin:
zwave-client: dist/bin/client.js
zwave-server: dist/bin/server.js
checksum: 93ab4aa06eccbad769213f137cbf616166d95eb765515917fd059e490229f2d4e3050916410ef2ce186869d87d159407f3ee9afe6b3ea255ae536cfe173c3d89
checksum: a242be23b00dbc463ed0559a50fade975c3c6a6ed00dc2fca40de61f8c4401c9b2a21eb39bc75dc70652217413c2aa9a079568cf3d6cf3fa25427b8980532091
languageName: node
linkType: hard

Expand Down Expand Up @@ -16205,7 +16205,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.55.0
"@typescript-eslint/parser": ^5.55.0
"@vue/compiler-sfc": ^3.2.47
"@zwave-js/server": ^1.29.1
"@zwave-js/server": ^1.30.0
"@zwave-js/winston-daily-rotate-file": ^4.5.6-1
ansi_up: ^5.1.0
app-root-path: ^3.1.0
Expand Down
Loading