Update dependencies
All checks were successful
Docker Image CI / build (push) Successful in 4m20s

This commit is contained in:
James Chapman 2024-12-30 13:33:49 +00:00
parent 79850c46b5
commit 680458b0f3
Signed by: jamsch0
GPG Key ID: 765FE58130277547
2 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@
<ItemGroup>
<PackageReference Include="DbUp-PostgreSQL" Version="5.0.40" />
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
</ItemGroup>
<ItemGroup>

View File

@ -3,11 +3,11 @@
"defaultProvider": "unpkg",
"libraries": [
{
"library": "@fontsource-variable/inter@5.1.0",
"library": "@fontsource-variable/inter@5.1.1",
"destination": "wwwroot/lib/inter/"
},
{
"library": "@hotwired/turbo@8.0.10",
"library": "@hotwired/turbo@8.0.12",
"destination": "wwwroot/lib/hotwired/turbo/"
},
{