Skip to content

Commit

Permalink
Component updates Feb-2024 nuget and npm (#1280)
Browse files Browse the repository at this point in the history
* Update cosmos nuget

* Bump playwright-core from 1.40.1 to 1.41.2 in /src/testing/userload-generator/AzureFunctions/RegionalLoadGenerator (#1277)

* Bump vue from 3.3.9 to 3.4.3 in /src/app/AlwaysOn.UI (#1234)
  • Loading branch information
sebader authored Feb 6, 2024
1 parent 568d4bc commit 9b2d67f
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 79 deletions.
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.

0 comments on commit 9b2d67f

Please sign in to comment.