Skip to content

Commit

Permalink
Update all reactiveui dependencies to v18.4.34 (#1343)
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 Apr 20, 2023
1 parent cafbbfe commit a2a7876
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 @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI" Version="18.4.26" />
<PackageReference Include="ReactiveUI" Version="18.4.34" />
</ItemGroup>

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

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

Expand Down

0 comments on commit a2a7876

Please sign in to comment.