Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 96d7a04 commit 91acada
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 167 deletions.
4 changes: 2 additions & 2 deletions LiftLog.Api/LiftLog.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="OpenAI-DotNet" Version="8.2.5" />
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.68.0.3520" />
<PackageReference Include="OpenAI-DotNet" Version="8.3.0" />
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.68.0.3547" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion LiftLog.Maui/LiftLog.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<PackageReference Include="Plugin.Maui.AppRating" Version="1.2.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.90" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.90" />
<PackageReference Include="Sentry.Maui" Version="4.10.2" />
<PackageReference Include="Sentry.Maui" Version="4.11.0" />
<PackageReference Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" Include="Xamarin.AndroidX.Annotation" Version="1.8.2.1" />
</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 @@ -33,7 +33,7 @@
<PackageReference Include="Fluxor.Blazor.Web" Version="6.1.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />

<PackageReference Include="Google.Protobuf" Version="3.28.1" />
<PackageReference Include="Google.Protobuf" Version="3.28.2" />
<PackageReference Include="Grpc.Tools" Version="2.66.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
181 changes: 78 additions & 103 deletions LiftLog.Ui/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion LiftLog.Ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@material/web": "2.1.0",
"@material/web": "2.2.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"element-internals-polyfill": "^1.3.10",
"patch-package": "^8.0.0",
Expand Down
72 changes: 16 additions & 56 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 @@ -41,12 +41,12 @@
"devDependencies": {
"autoprefixer": "10.4.20",
"browser-sync": "3.0.2",
"chokidar": "4.0.0",
"chokidar": "4.0.1",
"concurrently": "9.0.1",
"postcss": "8.4.47",
"prettier": "3.3.3",
"pug": "3.0.3",
"sass": "1.78.0",
"sass": "1.79.3",
"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 @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.8" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit" Version="2.9.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 91acada

Please sign in to comment.