Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Jul 13, 2024
1 parent 221196e commit 646bf47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: write git commit id
run: echo -n "${GITHUB_SHA}" > app/publish/wwwroot/commit.txt
- name: Deploy to Github Pages
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].3
with:
token: ${{ secrets.ACCESS_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
Expand Down
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.54" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.6" />
<PackageReference Include="Excubo.Blazor.Canvas" Version="3.2.56" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.7" />
</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.63</Version>
<Version>4.1.67</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.41" />
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.43" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Diagram\Blazor.Diagrams.csproj" />
Expand Down

0 comments on commit 646bf47

Please sign in to comment.