Skip to content

Commit

Permalink
Update SignalR and MessagePack JavaScript libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 19, 2021
1 parent cbe5922 commit c936c3c
Show file tree
Hide file tree
Showing 12 changed files with 309 additions and 242 deletions.
74 changes: 23 additions & 51 deletions Server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "remotely",
"private": true,
"dependencies": {
"@microsoft/signalr": "^5.0.3",
"@microsoft/signalr-protocol-msgpack": "^5.0.3",
"@msgpack/msgpack": "^2.4.1",
"@microsoft/signalr": "^5.0.5",
"@microsoft/signalr-protocol-msgpack": "^5.0.5",
"@msgpack/msgpack": "^2.5.1",
"msgpack5": "^4.5.1",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
}
}

0 comments on commit c936c3c

Please sign in to comment.