Skip to content

Commit

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

### Features

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

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

### Features
Expand Down
70 changes: 57 additions & 13 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": "4.0.0",
"version": "4.1.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": "^6.0.11",
"@microsoft/signalr": "^7.0.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
Expand Down

0 comments on commit d7da58a

Please sign in to comment.