Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump Avalonia.ReactiveUI, ReactiveUI and Avalonia
Browse files Browse the repository at this point in the history
Bumps [Avalonia.ReactiveUI](https://github.com/AvaloniaUI/Avalonia), [ReactiveUI](https://github.com/reactiveui/reactiveui) and [Avalonia](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together.

Updates `Avalonia.ReactiveUI` from 0.10.12 to 11.0.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@0.10.12...11.0.6)

Updates `ReactiveUI` from 13.2.10 to 18.3.1
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@13.2.10...18.3.1)

Updates `Avalonia` from 0.10.12 to 11.0.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@0.10.12...11.0.6)

---
updated-dependencies:
- dependency-name: Avalonia.ReactiveUI
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: ReactiveUI
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 8, 2023
1 parent 15a8578 commit 8f0afbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sextant.Avalonia/Sextant.Avalonia.csproj
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="17.*" />
<PackageReference Include="Avalonia" Version="0.10.12" />
<PackageReference Include="Avalonia" Version="11.0.6" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.12" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.12" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sextant\Sextant.csproj" />

0 comments on commit 8f0afbd

Please sign in to comment.