1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

New: Switch to ASPNetCore Kestrel and SignalR

Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
Qstick
2021-07-29 22:31:10 -04:00
committed by Mark McDowall
parent 4d007855bc
commit f79ae77a3a
47 changed files with 779 additions and 1305 deletions

View File

@@ -29,12 +29,12 @@
"@fortawesome/free-regular-svg-icons": "5.15.3",
"@fortawesome/free-solid-svg-icons": "5.15.3",
"@fortawesome/react-fontawesome": "0.1.14",
"@microsoft/signalr": "5.0.5",
"@sentry/browser": "6.3.1",
"@sentry/integrations": "6.3.1",
"classnames": "2.3.1",
"clipboard": "2.0.8",
"connected-react-router": "6.8.0",
"create-react-class": "15.7.0",
"connected-react-router": "6.9.1",
"element-class": "0.2.2",
"filesize": "6.3.0",
"fuse.js": "6.4.6",
@@ -77,8 +77,7 @@
"redux-batched-actions": "0.5.0",
"redux-localstorage": "0.4.1",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"signalr": "2.4.2"
"reselect": "4.0.0"
},
"devDependencies": {
"@babel/core": "7.13.16",