Skip to content

Commit

Permalink
chore(deps): update all reactiveui dependencies to v19.6.1 (#1689)
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] committed Mar 25, 2024
1 parent f56892b commit 9a237fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Whipstaff.ReactiveUI/Whipstaff.ReactiveUI.csproj
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI" Version="19.5.72" />
<PackageReference Include="ReactiveUI" Version="19.6.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Whipstaff.Wpf.Mahapps/Whipstaff.Wpf.Mahapps.csproj
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="MahApps.Metro" Version="2.4.10" />
<PackageReference Include="MahApps.Metro.SimpleChildWindow" Version="2.2.1" />
<PackageReference Include="ReactiveUI.WPF" Version="19.5.72" />
<PackageReference Include="ReactiveUI.WPF" Version="19.6.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Whipstaff.Wpf/Whipstaff.Wpf.csproj
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="PInvoke.User32" Version="0.7.124" />
<PackageReference Include="ReactiveUI.WPF" Version="19.5.72" />
<PackageReference Include="ReactiveUI.WPF" Version="19.6.1" />
<PackageReference Include="ReactiveMarbles.ObservableEvents.SourceGenerator" Version="1.3.1" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 9a237fd

Please sign in to comment.