Skip to content

Commit ce69bc5

Browse files
[deploy] updated dependencies
1 parent cb8985e commit ce69bc5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: write git commit id
3737
run: echo -n "${GITHUB_SHA}" > app/publish/wwwroot/commit.txt
3838
- name: Deploy to Github Pages
39-
uses: JamesIves/github-pages-deploy-action@v4.7.3
39+
uses: JamesIves/github-pages-deploy-action@v4.7.4
4040
with:
4141
token: ${{ secrets.ACCESS_TOKEN }}
4242
branch: gh-pages # The branch the action should deploy to.

TestProject_Components/TestProject_Components.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.75" />
6+
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.76" />
77
<PackageReference Include="MatBlazor" Version="2.10.0" />
88
<PackageReference Include="Material.Blazor" Version="5.3.21" />
99
</ItemGroup>

TreeView/Blazor.TreeView.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<ItemGroup>
1010
<PackageReference Include="Excubo.Generators.Blazor" Version="2.0.0" />
1111
<PackageReference Include="Microsoft.AspNetCore.Components" Version="9.0.10" />
12-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.9" />
12+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.10" />
1313
</ItemGroup>
1414
</Project>

TreeView/package.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!--PackageId, Version-->
2121
<PropertyGroup>
2222
<PackageId>Excubo.Blazor.TreeViews</PackageId>
23-
<Version>4.0.44</Version>
23+
<Version>4.0.45</Version>
2424
</PropertyGroup>
2525
<!--Self Include-->
2626
<ItemGroup>

0 commit comments

Comments
 (0)