Skip to content

Commit 6653adc

Browse files
fix(deps): update all non-major dependencies
1 parent c9693f1 commit 6653adc

9 files changed

Lines changed: 173 additions & 145 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"csharpier": {
6-
"version": "1.0.2",
6+
"version": "1.0.3",
77
"commands": [
88
"csharpier"
99
]

LiftLog.Api/LiftLog.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>
2424
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
25-
<PackageReference Include="OpenAI-DotNet" Version="8.6.4" />
26-
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.69.0.3805" />
25+
<PackageReference Include="OpenAI-DotNet" Version="8.8.1" />
26+
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.70.0.3834" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<None Update="AiWorkoutPlan.json">

LiftLog.Cypress/package-lock.json

Lines changed: 31 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LiftLog.Maui/LiftLog.Maui.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
<PackageReference Include="Plugin.InAppBilling" Version="8.0.5" />
117117
<PackageReference Include="Plugin.LocalNotification" Version="12.0.1" />
118118
<PackageReference Include="Plugin.Maui.AppRating" Version="1.2.1" />
119-
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.70" />
120-
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.70" />
121-
<PackageReference Include="Sentry.Maui" Version="5.10.0" />
119+
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.81" />
120+
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.81" />
121+
<PackageReference Include="Sentry.Maui" Version="5.11.2" />
122122
</ItemGroup>
123123
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
124124
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.*" />

LiftLog.Ui/LiftLog.Ui.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<PackageReference Include="Fluxor" Version="6.6.0" />
5151
<PackageReference Include="Fluxor.Blazor.Web" Version="6.6.0" />
5252
<PackageReference Include="Microsoft.Extensions.Localization" Version="9.0.*" />
53-
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
53+
<PackageReference Include="System.Linq.Async" Version="6.0.3" />
5454
<PackageReference Include="Google.Protobuf" Version="3.31.1" />
5555
<PackageReference Include="Grpc.Tools" Version="2.72.0">
5656
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -61,7 +61,7 @@
6161
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6262
<PrivateAssets>all</PrivateAssets>
6363
</PackageReference>
64-
<PackageReference Include="TypealizR" Version="0.12.0">
64+
<PackageReference Include="TypealizR" Version="0.14.0">
6565
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6666
<PrivateAssets>all</PrivateAssets>
6767
</PackageReference>

0 commit comments

Comments
 (0)