Skip to content

Commit 003fd8d

Browse files
authored
Merge pull request #66 from marcominerva/develop
Update libraries
2 parents de33bee + 8a9826e commit 003fd8d

File tree

11 files changed

+477
-402
lines changed

11 files changed

+477
-402
lines changed

samples/DatabaseGpt.Web/DatabaseGpt.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<ItemGroup>
1111
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="3.0.405" />
1212
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.4" />
13-
<PackageReference Include="MinimalHelpers.OpenApi" Version="2.0.5" />
13+
<PackageReference Include="MinimalHelpers.OpenApi" Version="2.0.7" />
1414
<PackageReference Include="MinimalHelpers.Routing.Analyzers" Version="1.0.7" />
1515
<PackageReference Include="OperationResultTools.AspNetCore.Http" Version="1.0.22" />
1616
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
17-
<PackageReference Include="TinyHelpers" Version="3.1.3" />
17+
<PackageReference Include="TinyHelpers" Version="3.1.5" />
1818
<PackageReference Include="TinyHelpers.AspNetCore" Version="3.0.6" />
1919
</ItemGroup>
2020

samples/DatabaseGpt.Web/libman.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"destination": "wwwroot/lib/jquery"
1616
},
1717
{
18-
"library": "alpinejs@3.13.8",
18+
"library": "alpinejs@3.13.10",
1919
"destination": "wwwroot/lib/alpinejs"
2020
},
2121
{

0 commit comments

Comments
 (0)