Skip to content

Commit d7da58a

Browse files
feat(deps): update @microsoft/signalr: ^7.0.0 (#61)
1 parent 193b04d commit d7da58a

File tree

3 files changed

+65
-15
lines changed

3 files changed

+65
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.1.0](https://github.com/sketch7/signalr-client/compare/4.0.0...4.1.0) (2022-11-24)
2+
3+
### Features
4+
5+
- **deps** update `@microsoft/signalr: ^7.0.0`
6+
17
## [4.0.0](https://github.com/sketch7/signalr-client/compare/3.1.0...4.0.0) (2022-11-24)
28

39
### Features

package-lock.json

Lines changed: 57 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ssv/signalr-client",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"versionSuffix": "",
55
"description": "SignalR client library built on top of @microsoft/signalr. This gives you more features and easier to use.",
66
"homepage": "https://github.com/sketch7/signalr-client",
@@ -63,7 +63,7 @@
6363
"yargs": "^16.2.0"
6464
},
6565
"dependencies": {
66-
"@microsoft/signalr": "^6.0.11",
66+
"@microsoft/signalr": "^7.0.0",
6767
"tslib": "^2.1.0"
6868
},
6969
"peerDependencies": {

0 commit comments

Comments
 (0)