Skip to content

Commit

Permalink
Update hotchocolate monorepo to v12.8.0 (#1077)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 22, 2022
1 parent 9781332 commit 1efb2eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"commands": ["nukeeper"]
},
"strawberryshake.tools": {
"version": "12.7.0",
"version": "12.8.0",
"commands": ["dotnet-graphql"]
}
}
Expand Down
18 changes: 9 additions & 9 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
<PackageVersion Include="Grpc.AspNetCore" Version="2.45.0" />
<PackageVersion Include="Humanizer.Core" Version="2.14.1" />
<PackageVersion Include="Hellang.Middleware.ProblemDetails" Version="6.4.1" />
<PackageVersion Include="HotChocolate" Version="12.7.0" />
<PackageVersion Include="HotChocolate.Abstractions" Version="12.7.0" />
<PackageVersion Include="HotChocolate.AspNetCore" Version="12.7.0" />
<PackageVersion Include="HotChocolate.Data" Version="12.7.0" />
<PackageVersion Include="HotChocolate.Data.AutoMapper" Version="12.7.0" />
<PackageVersion Include="HotChocolate.Types.NodaTime" Version="12.7.0" />
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="12.7.0" />
<PackageVersion Include="StrawberryShake.Transport.Http" Version="12.7.0" />
<PackageVersion Include="StrawberryShake.CodeGeneration.CSharp.Analyzers" Version="12.7.0" />
<PackageVersion Include="HotChocolate" Version="12.8.0" />
<PackageVersion Include="HotChocolate.Abstractions" Version="12.8.0" />
<PackageVersion Include="HotChocolate.AspNetCore" Version="12.8.0" />
<PackageVersion Include="HotChocolate.Data" Version="12.8.0" />
<PackageVersion Include="HotChocolate.Data.AutoMapper" Version="12.8.0" />
<PackageVersion Include="HotChocolate.Types.NodaTime" Version="12.8.0" />
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="12.8.0" />
<PackageVersion Include="StrawberryShake.Transport.Http" Version="12.8.0" />
<PackageVersion Include="StrawberryShake.CodeGeneration.CSharp.Analyzers" Version="12.8.0" />
<PackageVersion Include="MediatR" Version="10.0.1" />
<PackageVersion Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.4" />
Expand Down

0 comments on commit 1efb2eb

Please sign in to comment.