Skip to content

Commit

Permalink
chore(deps): update all reactiveui dependencies to 20.1.63 (#447)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 87d15e3 commit e56321b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.8" ReferenceOutputAssembly="true" />
<PackageReference Include="ReactiveUI.Blazor" Version="20.1.52" ReferenceOutputAssembly="true" />
<PackageReference Include="ReactiveUI.Blazor" Version="20.1.63" ReferenceOutputAssembly="true" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.WPF" Version="20.1.1" />
<PackageReference Include="ReactiveUI.WPF" Version="20.1.63" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI.WPF" Version="20.1.1" />
<PackageReference Include="ReactiveUI.WPF" Version="20.1.63" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Vetuviem.Core/Vetuviem.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI" Version="20.1.52" />
<PackageReference Include="ReactiveUI" Version="20.1.63" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Avalonia.ReactiveUI" Version="11.1.3" />
<PackageReference Include="MahApps.Metro" Version="2.4.10" />
<PackageReference Include="MahApps.Metro.SimpleChildWindow" Version="2.2.1" />
<PackageReference Include="ReactiveUI.WPF" Version="20.1.1" />
<PackageReference Include="ReactiveUI.WPF" Version="20.1.63" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e56321b

Please sign in to comment.