Skip to content

Commit

Permalink
chore(deps): update all dependencies to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 11e6e62 commit 12eba96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ItemGroup>
<ProjectReference Include="../Chickensoft.Serialization/Chickensoft.Serialization.csproj" />

<PackageReference Include="Chickensoft.Introspection" Version="1.4.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="1.4.0" PrivateAssets="all" OutputItemType="analyzer" />
<PackageReference Include="Chickensoft.Introspection" Version="1.5.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="1.5.0" PrivateAssets="all" OutputItemType="analyzer" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Chickensoft.Serialization/Chickensoft.Serialization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</PackageReference>
<PackageReference Include="Chickensoft.Collections" Version="1.8.4" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="Chickensoft.Introspection" Version="1.4.0" />
<PackageReference Include="Chickensoft.Introspection" Version="1.5.0" />
<PackageReference Include="PolyKit" Version="3.0.9" />
</ItemGroup>
</Project>

0 comments on commit 12eba96

Please sign in to comment.