Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component updates Feb-2024 nuget and npm #1280

Merged
merged 7 commits into from
Feb 6, 2024
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.10.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.37.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.38.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="8.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/app/AlwaysOn.UI/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create build environment
FROM node:21.5.0 as build-env
FROM node:21.6.1 as build-env

WORKDIR /app
COPY . ./
Expand Down
128 changes: 64 additions & 64 deletions src/app/AlwaysOn.UI/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/AlwaysOn.UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@microsoft/applicationinsights-web": "^3.0.7",
"tiny-emitter": "^2.1.0",
"vue": "^3.4.3",
"vue": "^3.4.15",
"vue-router": "^4.2.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.1" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<None Update="daily_load_profile.json">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.