Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 6965fd7 commit aa8849f
Show file tree
Hide file tree
Showing 6 changed files with 1,229 additions and 605 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="7.2.0" />
<PackageReference Include="GraphQL.SystemTextJson" Version="7.2.2" />
<PackageReference Include="GraphQL" Version="7.2.2" />
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="7.7.2" />
<PackageReference Include="GraphQL.SystemTextJson" Version="7.9.0" />
<PackageReference Include="GraphQL" Version="7.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions implementations/hotchocolate/Products.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HotChocolate.AspNetCore" Version="13.5.1" />
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="13.5.1" />
<PackageReference Include="ApolloGraphQL.HotChocolate.Federation" Version="0.2.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.14" />
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="13.9.14" />
<PackageReference Include="ApolloGraphQL.HotChocolate.Federation" Version="0.3.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion implementations/hotchocolate/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.101",
"version": "6.0.428",
"rollForward": "latestMajor"
}
}
Loading

0 comments on commit aa8849f

Please sign in to comment.