Skip to content

Commit

Permalink
chore(deps): update all dependencies (#97)
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 Feb 12, 2025
1 parent e2a03f8 commit 2165b04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GameDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- Test dependencies go here! -->
<!-- Dependencies added here will not be included in release builds. -->
<!-- Used to drive test scenes when testing visual code -->
<PackageReference Include="Chickensoft.GoDotTest" Version="1.6.0" />
<PackageReference Include="Chickensoft.GoDotTest" Version="1.6.1" />
<PackageReference Include="Chickensoft.GodotTestDriver" Version="3.0.2" />
<!-- Bring your own assertion library for tests! -->
<!-- We're using Shouldly for this example, but you can use anything. -->
Expand All @@ -46,12 +46,12 @@
<PackageReference Include="GodotSharp.SourceGenerators" Version="2.5.0" PrivateAssets="all" OutputItemType="analyzer" />
<PackageReference Include="Chickensoft.SaveFileBuilder" Version="1.1.0" />
<PackageReference Include="Chickensoft.AutoInject" Version="2.5.0" PrivateAssets="all" />
<PackageReference Include="Chickensoft.Collections" Version="1.12.12" />
<PackageReference Include="Chickensoft.Collections" Version="1.12.13" />
<PackageReference Include="Chickensoft.GodotNodeInterfaces" Version="2.4.0" />
<PackageReference Include="Chickensoft.Introspection" Version="2.2.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="2.2.0" PrivateAssets="all" OutputItemType="analyzer" />
<PackageReference Include="Chickensoft.Serialization" Version="2.2.0" />
<PackageReference Include="Chickensoft.Serialization.Godot" Version="0.7.4" />
<PackageReference Include="Chickensoft.Serialization.Godot" Version="0.7.5" />
<PackageReference Include="Chickensoft.LogicBlocks" Version="5.16.0" />
<PackageReference Include="Chickensoft.LogicBlocks.DiagramGenerator" Version="5.16.0" PrivateAssets="all" OutputItemType="analyzer" />
</ItemGroup>
Expand Down

0 comments on commit 2165b04

Please sign in to comment.