Skip to content

Commit

Permalink
feat(deps): update @microsoft/signalr: ^6.0.11 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlautier authored Nov 24, 2022
1 parent d3b297b commit fa42324
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 66 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.2.0](https://github.com/sketch7/signalr-client/compare/3.1.0...3.2.0) (2022-11-24)

### Features

- **deps** update `@microsoft/signalr: ^6.0.11`

## [3.1.0](https://github.com/sketch7/signalr-client/compare/3.0.0...3.1.0) (2022-11-22)

### Features
Expand Down
108 changes: 44 additions & 64 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssv/signalr-client",
"version": "3.1.0",
"version": "3.2.0",
"versionSuffix": "",
"description": "SignalR client library built on top of @microsoft/signalr. This gives you more features and easier to use.",
"homepage": "https://github.com/sketch7/signalr-client",
Expand Down Expand Up @@ -63,7 +63,7 @@
"yargs": "^16.2.0"
},
"dependencies": {
"@microsoft/signalr": "~5.0.5",
"@microsoft/signalr": "^6.0.11",
"tslib": "^2.1.0"
},
"peerDependencies": {
Expand Down

0 comments on commit fa42324

Please sign in to comment.