Skip to content

Commit

Permalink
Bump Blazorise.Components from 1.2.2 to 1.3.3
Browse files Browse the repository at this point in the history
Bumps [Blazorise.Components](https://github.com/Megabit/Blazorise) from 1.2.2 to 1.3.3.
- [Release notes](https://github.com/Megabit/Blazorise/releases)
- [Commits](https://github.com/Megabit/Blazorise/commits)

---
updated-dependencies:
- dependency-name: Blazorise.Components
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 8d8b451 commit a1fd4e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Blazorise" Version="1.2.2" />
<PackageReference Include="Blazorise.Charts" Version="1.2.2" />
<PackageReference Include="Blazorise.Components" Version="1.2.2" />
<PackageReference Include="Blazorise.Components" Version="1.3.3" />
<PackageReference Include="Blazorise.DataGrid" Version="1.2.2" />
<PackageReference Include="Blazorise.TreeView" Version="1.2.2" />
<PackageReference Include="Markdig" Version="0.31.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/RavenNest.Blazor/RavenNest.Blazor.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand Down Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Blazorise" Version="1.2.2" />
<PackageReference Include="Blazorise.Bootstrap" Version="1.2.2" />
<PackageReference Include="Blazorise.Charts" Version="1.2.2" />
<PackageReference Include="Blazorise.Components" Version="1.2.2" />
<PackageReference Include="Blazorise.Components" Version="1.3.3" />
<PackageReference Include="Blazorise.DataGrid" Version="1.2.2" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.2.2" />
<PackageReference Include="Blazorise.TreeView" Version="1.2.2" />
Expand Down

0 comments on commit a1fd4e5

Please sign in to comment.