Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Oct 16, 2024
1 parent afd9783 commit ca0dbb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Diagram/Blazor.Diagrams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutomaticGraphLayout" Version="1.1.12" />
<PackageReference Include="Excubo.Blazor.Canvas" Version="3.2.62" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.8" />
<PackageReference Include="Excubo.Blazor.Canvas" Version="3.2.64" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.10" />
</ItemGroup>
<ItemGroup>
<Folder Include="js\" />
Expand Down
2 changes: 1 addition & 1 deletion Diagram/package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.Blazor.Diagrams</PackageId>
<Version>4.1.75</Version>
<Version>4.1.79</Version>
</PropertyGroup>
<!--Self Include-->
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TestProject_Components/TestProject_Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.47" />
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.49" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Diagram\Blazor.Diagrams.csproj" />
Expand Down

0 comments on commit ca0dbb7

Please sign in to comment.