Skip to content

Commit

Permalink
Component updates June 2024 (#1478)
Browse files Browse the repository at this point in the history
component updates
  • Loading branch information
sebader committed Jun 25, 2024
1 parent 4ab0d9c commit 9d6ed1b
Show file tree
Hide file tree
Showing 8 changed files with 122 additions and 134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.11.3" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/app/AlwaysOn.HealthService/AlwaysOn.HealthService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Monitor.Query" Version="1.3.1" />
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.Monitor.Query" Version="1.4.0" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/app/AlwaysOn.Shared/AlwaysOn.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.11.3" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.40.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.41.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="8.0.6" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/app/AlwaysOn.Tests/AlwaysOn.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down
13 changes: 0 additions & 13 deletions src/app/AlwaysOn.UI/Dockerfile

This file was deleted.

223 changes: 112 additions & 111 deletions src/app/AlwaysOn.UI/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/app/AlwaysOn.UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"author": "CAE AppDev",
"license": "ISC",
"dependencies": {
"@microsoft/applicationinsights-web": "^3.2.0",
"@microsoft/applicationinsights-web": "^3.2.2",
"tiny-emitter": "^2.1.0",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@vue/cli-service": "^5.0.8",
"is-primitive": "^3.0.1",
"nprogress": "^0.2.0",
"vue-template-compiler": "^2.7.16",
"ajv": "8.14.0"
"ajv": "8.16.0"
},
"resolutions": {
"glob-parent": "6.0.2",
Expand Down

0 comments on commit 9d6ed1b

Please sign in to comment.