fix: update dependencies and versions

This commit is contained in:
Jonas Juselius
2024-08-23 10:39:42 +02:00
parent f3ddbbc259
commit 83c653e382
5 changed files with 19 additions and 24 deletions

View File

@@ -21,8 +21,8 @@
"dependencies": {
"@microsoft/signalr": "8.0.7",
"plotly.js": "^1",
"react": "^16",
"react-dom": "^16",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-plotly.js": "^2"
},
"devDependencies": {

View File

@@ -16,7 +16,7 @@
</ItemGroup>
<PropertyGroup>
<NpmDependencies>
<NpmPackage Name="@microsoft/signalr" Version="8.0.7" ResolutionStrategy="max"/>
<NpmPackage Name="@microsoft/signalr" Version="gte 8.0.7 lt 9" ResolutionStrategy="max"/>
</NpmDependencies>
</PropertyGroup>
<ItemGroup>

View File

@@ -14,7 +14,7 @@
</ItemGroup>
<PropertyGroup>
<NpmDependencies>
<NpmPackage Name="@microsoft/signalr" Version="gte 3.1.5 lt 6" ResolutionStrategy="max"/>
<NpmPackage Name="@microsoft/signalr" Version="gte 8.0.7 lt 9" ResolutionStrategy="max"/>
</NpmDependencies>
</PropertyGroup>
<ItemGroup>

View File

@@ -22,7 +22,7 @@
</ItemGroup>
<PropertyGroup>
<NpmDependencies>
<NpmPackage Name="@microsoft/signalr" Version="gte 3.1.5 lt 6" ResolutionStrategy="max"/>
<NpmPackage Name="@microsoft/signalr" Version="gte 8.0.7 lt 9" ResolutionStrategy="max"/>
</NpmDependencies>
</PropertyGroup>
<ItemGroup>

View File

@@ -12215,7 +12215,7 @@ promzard@^1.0.0:
dependencies:
read "^3.0.1"
prop-types@^15.6.2, prop-types@^15.7.2:
prop-types@^15.7.2:
version "15.7.2"
resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -12514,15 +12514,13 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.8:
minimist "^1.2.0"
strip-json-comments "~2.0.1"
react-dom@^16:
version "16.14.0"
resolved "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz"
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
react-dom@18.3.1:
version "18.3.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.19.1"
scheduler "^0.23.2"
react-is@^16.8.1:
version "16.13.1"
@@ -12541,14 +12539,12 @@ react-plotly.js@^2:
dependencies:
prop-types "^15.7.2"
react@^16:
version "16.14.0"
resolved "https://registry.npmjs.org/react/-/react-16.14.0.tgz"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
react@18.3.1:
version "18.3.1"
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
read-cmd-shim@^4.0.0:
version "4.0.0"
@@ -13489,13 +13485,12 @@ sc-formatter@^3.0.1:
resolved "https://registry.npmjs.org/sc-formatter/-/sc-formatter-3.0.2.tgz"
integrity sha512-9PbqYBpCq+OoEeRQ3QfFIGE6qwjjBcd2j7UjgDlhnZbtSnuGgHdcRklPKYGuYFH82V/dwd+AIpu8XvA1zqTd+A==
scheduler@^0.19.1:
version "0.19.1"
resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz"
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
scheduler@^0.23.2:
version "0.23.2"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
schema-utils@^1.0.0:
version "1.0.0"