Skip to content

Commit

Permalink
Bump the ktsu group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the ktsu group with 3 updates: [ktsu.ImGuiStyler](https://github.com/ktsu-dev/ImGuiStyler), [ktsu.ImGuiApp](https://github.com/ktsu-dev/ImGuiApp) and [ktsu.ImGuiPopups](https://github.com/ktsu-dev/ImGuiPopups).


Updates `ktsu.ImGuiStyler` from 1.0.0-alpha.32 to 1.0.0-alpha.33
- [Release notes](https://github.com/ktsu-dev/ImGuiStyler/releases)
- [Commits](ktsu-dev/ImGuiStyler@v1.0.0-alpha.32...v1.0.0-alpha.33)

Updates `ktsu.ImGuiApp` from 1.0.0-alpha.48 to 1.0.0-alpha.49
- [Release notes](https://github.com/ktsu-dev/ImGuiApp/releases)
- [Commits](ktsu-dev/ImGuiApp@v1.0.0-alpha.48...v1.0.0-alpha.49)

Updates `ktsu.ImGuiPopups` from 1.0.0-alpha.17 to 1.0.0-alpha.18
- [Release notes](https://github.com/ktsu-dev/ImGuiPopups/releases)
- [Commits](ktsu-dev/ImGuiPopups@v1.0.0-alpha.17...v1.0.0-alpha.18)

---
updated-dependencies:
- dependency-name: ktsu.ImGuiStyler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.ImGuiApp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.ImGuiPopups
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent adf7629 commit 4c425f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ImGuiWidgets/ImGuiWidgets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="ktsu.Extensions" Version="1.0.18" />
<PackageReference Include="ktsu.CaseConverter" Version="1.0.11" />
<PackageReference Include="ktsu.FuzzySearch" Version="1.0.0-alpha.10" />
<PackageReference Include="ktsu.ImGuiStyler" Version="1.0.0-alpha.32" />
<PackageReference Include="ktsu.ImGuiStyler" Version="1.0.0-alpha.33" />
<PackageReference Include="ktsu.ScopedAction" Version="1.0.0-alpha.15" />
<PackageReference Include="ktsu.StrongPaths" Version="1.1.13" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions ImGuiWidgetsDemo/ImGuiWidgetsDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ktsu.ImGuiApp" Version="1.0.0-alpha.48" />
<PackageReference Include="ktsu.ImGuiPopups" Version="1.0.0-alpha.17" />
<PackageReference Include="ktsu.ImGuiApp" Version="1.0.0-alpha.49" />
<PackageReference Include="ktsu.ImGuiPopups" Version="1.0.0-alpha.18" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

Expand Down

0 comments on commit 4c425f6

Please sign in to comment.