Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
stefanloerwald committed Jan 22, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ddcb62b commit 65b4f55
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Diagram/Blazor.Diagrams.csproj
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutomaticGraphLayout" Version="1.1.12" />
<PackageReference Include="Excubo.Blazor.Canvas" Version="3.2.67" />
<PackageReference Include="Excubo.Blazor.Canvas" Version="3.2.68" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.12" />
</ItemGroup>
<ItemGroup>
<Folder Include="js\" />
2 changes: 1 addition & 1 deletion Diagram/package.csproj
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.Blazor.Diagrams</PackageId>
<Version>4.1.85</Version>
<Version>4.1.90</Version>
</PropertyGroup>
<!--Self Include-->
<ItemGroup>
2 changes: 1 addition & 1 deletion TestProject_Components/TestProject_Components.csproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.52" />
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.55" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Diagram\Blazor.Diagrams.csproj" />

0 comments on commit 65b4f55

Please sign in to comment.