Update dependencies

This commit is contained in:
James Chapman 2023-10-08 16:48:53 +01:00
parent 95eb388c36
commit 00fd7b8ef0
Signed by: jamsch0
GPG Key ID: 765FE58130277547
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<PackageReference Include="DbUp-PostgreSQL" Version="5.0.8" /> <PackageReference Include="DbUp-PostgreSQL" Version="5.0.8" />
<PackageReference Include="EFCore.NamingConventions" Version="7.0.2" /> <PackageReference Include="EFCore.NamingConventions" Version="7.0.2" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" /> <PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" /> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -12,7 +12,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.9" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.11" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -7,7 +7,7 @@
"destination": "wwwroot/lib/hotwired/turbo/" "destination": "wwwroot/lib/hotwired/turbo/"
}, },
{ {
"library": "@hotwired/stimulus@3.2.1", "library": "@hotwired/stimulus@3.2.2",
"destination": "wwwroot/lib/hotwired/stimulus/" "destination": "wwwroot/lib/hotwired/stimulus/"
} }
] ]