Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 6262ecd commit eac6229
Show file tree
Hide file tree
Showing 10 changed files with 166 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.29.2",
"version": "0.30.1",
"commands": [
"dotnet-csharpier"
]
Expand Down
10 changes: 5 additions & 5 deletions LiftLog.Api/LiftLog.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

<ItemGroup>
<PackageReference Include="cuid.net" Version="6.0.0" />
<PackageReference Include="FluentValidation" Version="11.10.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.10.0" />
<PackageReference Include="FluentValidation" Version="11.11.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0" />
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
<PackageReference Include="OpenAI-DotNet" Version="8.3.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" />
<PackageReference Include="OpenAI-DotNet" Version="8.4.1" />
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.68.0.3576" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions LiftLog.Maui/LiftLog.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
<PackageReference Include="Plugin.InAppBilling" Version="8.0.5" />
<PackageReference Include="Plugin.LocalNotification" Version="11.1.4" />
<PackageReference Include="Plugin.Maui.AppRating" Version="1.2.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.93" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.93" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.100" />
<PackageReference Include="Sentry.Maui" Version="4.13.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion LiftLog.Ui/LiftLog.Ui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="FuzzySharp" Version="2.0.2" />
<PackageReference Include="MaterialColorUtilities" Version="0.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
<PackageReference Include="Fluxor" Version="6.1.0" />
<PackageReference Include="Fluxor.Blazor.Web" Version="6.1.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
Expand Down
244 changes: 129 additions & 115 deletions LiftLog.Ui/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions LiftLog.Web/LiftLog.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<PackageReference Include="BlazorDownloadFile" Version="2.4.0.2"/>
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0"/>
<PackageReference Include="BlazorTransitionableRoute" Version="4.0.0"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.10"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.10" PrivateAssets="all"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.11" PrivateAssets="all"/>
<PackageReference Include="RealGoodApps.BlazorJavascript.Interop" Version="1.1.0"/>
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.6.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
44 changes: 22 additions & 22 deletions site/package-lock.json

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

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"browser-sync": "3.0.3",
"chokidar": "4.0.1",
"concurrently": "9.1.0",
"postcss": "8.4.48",
"postcss": "8.4.49",
"prettier": "3.3.3",
"pug": "3.0.3",
"sass": "1.80.6",
"sass": "1.81.0",
"shelljs": "0.8.5",
"upath": "2.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/LiftLog.Tests.Api/LiftLog.Tests.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.11" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down
2 changes: 1 addition & 1 deletion tests/LiftLog.Tests.App/LiftLog.Tests.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit eac6229

Please sign in to comment.